Fix(test); Add idempotent unmounting to tests of example configuration
This commit is contained in:
committed by
Michael Hoang
parent
2c40806b93
commit
8ff2716d01
@@ -381,6 +381,9 @@ let
|
||||
machine.succeed("${lib.getExe nodes.machine.system.build.format}")
|
||||
machine.succeed("${lib.getExe nodes.machine.system.build.mount}")
|
||||
machine.succeed("${lib.getExe nodes.machine.system.build.mount}") # verify that mount is idempotent
|
||||
machine.succeed("${lib.getExe nodes.machine.system.build.unmount}")
|
||||
machine.succeed("${lib.getExe nodes.machine.system.build.unmount}") # verify that unmount is idempotent
|
||||
machine.succeed("${lib.getExe nodes.machine.system.build.mount}") # verify that mount is idempotent
|
||||
machine.succeed("${lib.getExe nodes.machine.system.build.destroyFormatMount} --yes-wipe-all-disks") # verify that we can destroy and recreate again
|
||||
machine.succeed("mkdir -p /mnt/home")
|
||||
machine.succeed("touch /mnt/home/testfile")
|
||||
|
||||
Reference in New Issue
Block a user