diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-23 18:12:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-23 20:54:04 +0100 |
commit | 70eff092cb455d4e244efbe78852443be4374f8a (patch) | |
tree | 8a14ebafb6300f5ef29e18d20de6a0bb5f43824e /meta/lib | |
parent | d603bb25469f0767dba3e3acbeaefc5def748db0 (diff) | |
download | poky-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/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/containerimage.py | 3 |
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" | |||
42 | PACKAGE_CLASSES = "package_ipk" | 42 | PACKAGE_CLASSES = "package_ipk" |
43 | IMAGE_FEATURES = "" | 43 | IMAGE_FEATURES = "" |
44 | IMAGE_BUILDINFO_FILE = "" | 44 | IMAGE_BUILDINFO_FILE = "" |
45 | INIT_MANAGER = "sysvinit" | ||
46 | IMAGE_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', |