summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2016-07-17 16:54:39 +0100
committerNeil Williams <codehelp@debian.org>2016-07-17 16:54:39 +0100
commit6365864a7b6a4b08b4d95ef0bc8148ed1fca1bcb (patch)
treec5974c5f0b068dc47aec9864a2dade032e22a8e7 /yarns
parent1e2e196ee9d07c53a039f72994ab70dd562b0a91 (diff)
downloadvmdebootstrap-6365864a7b6a4b08b4d95ef0bc8148ed1fca1bcb.tar.gz
Disable ext4 on wheezy
Diffstat (limited to 'yarns')
-rw-r--r--yarns/200-fast-tests.yarn9
1 files changed, 8 insertions, 1 deletions
diff --git a/yarns/200-fast-tests.yarn b/yarns/200-fast-tests.yarn
index 92f543f..db177cc 100644
--- a/yarns/200-fast-tests.yarn
+++ b/yarns/200-fast-tests.yarn
@@ -95,7 +95,7 @@ verify that vmdebootstrap parses the command line correctly.
SCENARIO disallow UEFI support on wheezy except on amd64
ASSUMING fast tests are requested
WHEN user attempts to run vmdebootstrap
- ... --image=FOO --grub --use-uefi --distribution=wheezy --arch=arm64 --dry-run
+ ... --image=FOO --grub --use-uefi --roottype=ext2 --distribution=wheezy --arch=arm64 --dry-run
THEN vmdebootstrap exited with a non-zero exit code
AND vmdebootstrap wrote an error message matching Only amd64
AND vmdebootstrap wrote an error message matching supports UEFI
@@ -196,3 +196,10 @@ verify that vmdebootstrap parses the command line correctly.
THEN vmdebootstrap exited with a non-zero exit code
AND vmdebootstrap wrote an error message matching bootflag
AND vmdebootstrap wrote an error message matching requires an argument
+
+ SCENARIO wheezy image does not support ext4
+ ASSUMING fast tests are requested
+ WHEN user attempts to run vmdebootstrap
+ ... --image=FOO --roottype ext4 --dry-run --distribution wheezy
+ THEN vmdebootstrap exited with a non-zero exit code
+ AND vmdebootstrap wrote an error message matching Wheezy images using ext4 will not be able to boot