summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2016-01-23 17:47:07 +0000
committerNeil Williams <codehelp@debian.org>2016-01-23 17:47:07 +0000
commit5a4f3228332b7e9b7890c7ea6d139e513a7a06a6 (patch)
treedde8a06e6e096f74c9452f4f27fa834c75d6dcac /yarns
parenta7fb7ae762dd713a8212a42587583cf1b638e80e (diff)
downloadvmdebootstrap-5a4f3228332b7e9b7890c7ea6d139e513a7a06a6.tar.gz
handle extlinux being true by default with a test casevmdebootstrap-1.4
Diffstat (limited to 'yarns')
-rw-r--r--yarns/200-fast-tests.yarn14
1 files changed, 14 insertions, 0 deletions
diff --git a/yarns/200-fast-tests.yarn b/yarns/200-fast-tests.yarn
index 803d09d..352c8ec 100644
--- a/yarns/200-fast-tests.yarn
+++ b/yarns/200-fast-tests.yarn
@@ -174,3 +174,17 @@ verify that vmdebootstrap parses the command line correctly.
... --image=FOO --no-systemd-networkd --no-update-initramfs --dry-run
THEN vmdebootstrap exited with a non-zero exit code
AND vmdebootstrap wrote an error message matching requires updating the
+
+ SCENARIO btrfs not yet supported with extlinux
+ ASSUMING fast tests are requested
+ WHEN user attempts to run vmdebootstrap
+ ... --image=FOO --roottype btrfs --extlinux --dry-run
+ THEN vmdebootstrap exited with a non-zero exit code
+ AND vmdebootstrap wrote an error message matching not yet supported
+
+ SCENARIO btrfs not yet supported without disabling extlinux
+ ASSUMING fast tests are requested
+ WHEN user attempts to run vmdebootstrap
+ ... --image=FOO --roottype btrfs --dry-run
+ THEN vmdebootstrap exited with a non-zero exit code
+ AND vmdebootstrap wrote an error message matching not yet supported