From 78f8e6657ba4fef04919dad889257d7f341c035b Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Thu, 31 Dec 2015 12:59:01 +0000 Subject: Add support for systemd-networkd When masking udev/systemd predictable network interface names, the initramfs must be updated or the mask will not be effective. Add support for systemd-networkd using predictable network interface names - can be extended using customisation scripts. --- yarns/200-fast-tests.yarn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'yarns') diff --git a/yarns/200-fast-tests.yarn b/yarns/200-fast-tests.yarn index 796535e..803d09d 100644 --- a/yarns/200-fast-tests.yarn +++ b/yarns/200-fast-tests.yarn @@ -167,3 +167,10 @@ verify that vmdebootstrap parses the command line correctly. ... --squash=FOO --tarball=FOO --arch=amd64 --dry-run THEN vmdebootstrap exited with a non-zero exit code AND vmdebootstrap wrote an error message matching not both + + SCENARIO masking systemd-networkd without updating initramfs + ASSUMING fast tests are requested + WHEN user attempts to run vmdebootstrap + ... --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 -- cgit v1.2.1