]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/containerimage: Update to match assumptions in configuration
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2020 17:12:42 +0000 (18:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2020 19:53:10 +0000 (20:53 +0100)
Assumptions in the test mean it doesn't work with ssh-pregen-hostkeys.
It also doesn't work with systemd. Update the configuration to make
sure neither of these effect the test.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/containerimage.py

index c0998e319e0eb40b4515c41a22a2c3d946d4f0e4..4ad7f0e65433e88545665189bd98057231fcfa89 100644 (file)
@@ -42,6 +42,9 @@ IMAGE_FSTYPES = "container"
 PACKAGE_CLASSES = "package_ipk"
 IMAGE_FEATURES = ""
 IMAGE_BUILDINFO_FILE = ""
+INIT_MANAGER = "sysvinit"
+IMAGE_INSTALL_remove = "ssh-pregen-hostkeys"
+
 """)
 
         bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir',