use dots instead of carets

This commit is contained in:
Charlie Mordant
2020-04-15 15:14:30 +02:00
parent ea9109220b
commit ba5d929fce
8 changed files with 70 additions and 185 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
size: 10%VG
opts: "--wipesignatures y"
create: true
filesystem: ext4
filesystem: xfs
mntp: "/var/lib/mountpoint2"
manage_lvm: true
+4
View File
@@ -20,3 +20,7 @@ def test_mylv_logical_volume_is_created(host):
def test_volume_is_mounted(host):
host.file("/var/lib/mountpoint").mode == 0o731
def test_volume2_is_mounted(host):
host.file("/var/lib/mountpoint2").mode == 0o731