mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 22:04:48 +03:00
testing singl lv and only vg
This commit is contained in:
@@ -20,7 +20,3 @@ def test_mylv_logical_volume_is_created(host):
|
|||||||
|
|
||||||
def test_volume_is_mounted(host):
|
def test_volume_is_mounted(host):
|
||||||
host.file("/var/lib/mountpoint").mode == 0o731
|
host.file("/var/lib/mountpoint").mode == 0o731
|
||||||
|
|
||||||
|
|
||||||
def test_volume2_is_mounted(host):
|
|
||||||
host.file("/var/lib/mountpoint2").mode == 0o731
|
|
||||||
|
|||||||
Reference in New Issue
Block a user