improve tests

This commit is contained in:
Charlie Mordant
2020-05-11 16:56:04 +02:00
parent 62fc5a5e2b
commit 69e25effd4

View File

@@ -18,7 +18,7 @@ def test_mylv_logical_volume_is_created(host):
assert int(cmd.stdout.rstrip()) >= 1
def test_mylv_logical_volume_is_created(host):
def test_mylv_logical_volume2_is_created(host):
command = """sudo lvs -o lv_name my_vg --separator='|' --noheadings \
| grep -c 'my_lw'"""
cmd = host.run(command)