This commit is contained in:
parent
72de2e003c
commit
6639fb7e0e
@ -16,5 +16,5 @@ def test_lvm_in_fstab(host):
|
|||||||
|
|
||||||
def test_lvm_mounted(host):
|
def test_lvm_mounted(host):
|
||||||
mount = host.check_output("mount")
|
mount = host.check_output("mount")
|
||||||
lvm = b"/dev/mapper/vg_test-lv_test on /mnt/data type ext4"
|
lvm = "/dev/mapper/vg_test-lv_test on /mnt/data type ext4"
|
||||||
assert lvm in mount
|
assert lvm in mount
|
||||||
|
Loading…
Reference in New Issue
Block a user