From: Richard Purdie Date: Wed, 23 Sep 2020 17:12:42 +0000 (+0100) Subject: oeqa/selftest/containerimage: Update to match assumptions in configuration X-Git-Tag: 2020-10-gatesgarth~167 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e2f277657f1db6a0f805ac07d318a3850535d695;p=openembedded-core.git oeqa/selftest/containerimage: Update to match assumptions in configuration 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 --- diff --git a/meta/lib/oeqa/selftest/cases/containerimage.py b/meta/lib/oeqa/selftest/cases/containerimage.py index c0998e319e..4ad7f0e654 100644 --- a/meta/lib/oeqa/selftest/cases/containerimage.py +++ b/meta/lib/oeqa/selftest/cases/containerimage.py @@ -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',