This commit is contained in:
Eelco Dolstra
2015-01-15 18:37:55 +01:00
parent b9c4569b6b
commit efa8fc2b0a
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -190,6 +190,9 @@ let
$machine->succeed("test -e /boot/grub");
# Check whether /root has correct permissions.
$machine->succeed("stat -c '%a' /root") =~ /700/ or die;
# Did the swap device get activated?
# uncomment once https://bugs.freedesktop.org/show_bug.cgi?id=86930 is resolved
#$machine->waitForUnit("swap.target");