summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-23 18:12:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-23 20:54:04 +0100
commit70eff092cb455d4e244efbe78852443be4374f8a (patch)
tree8a14ebafb6300f5ef29e18d20de6a0bb5f43824e /meta
parentd603bb25469f0767dba3e3acbeaefc5def748db0 (diff)
downloadpoky-70eff092cb455d4e244efbe78852443be4374f8a.tar.gz
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. (From OE-Core rev: e2f277657f1db6a0f805ac07d318a3850535d695) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/cases/containerimage.py3
1 files changed, 3 insertions, 0 deletions
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"
42PACKAGE_CLASSES = "package_ipk" 42PACKAGE_CLASSES = "package_ipk"
43IMAGE_FEATURES = "" 43IMAGE_FEATURES = ""
44IMAGE_BUILDINFO_FILE = "" 44IMAGE_BUILDINFO_FILE = ""
45INIT_MANAGER = "sysvinit"
46IMAGE_INSTALL_remove = "ssh-pregen-hostkeys"
47
45""") 48""")
46 49
47 bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir', 50 bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir',