[oe-commits] [openembedded-core] branch master updated: oeqa/selftest/runtime_test: fix postinst_rootfs_and_boot

git at git.openembedded.org git at git.openembedded.org
Tue Nov 7 13:34:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new 7e73b84  oeqa/selftest/runtime_test: fix postinst_rootfs_and_boot
7e73b84 is described below

commit 7e73b84331a4ae8d93518feb68c748d98bac78c6
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Nov 6 17:54:48 2017 +0000

    oeqa/selftest/runtime_test: fix postinst_rootfs_and_boot
    
    This test overrides IMAGE_FEATURES but failed to include package-management,
    which is essential for postinsts to work under dpkg.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index 7ce81c3..7a3653d 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -244,7 +244,7 @@ postinst-delayed-t \
                 with self.subTest(init_manager=init_manager, package_class=classes):
                     features = 'MACHINE = "qemux86"\n'
                     features += 'CORE_IMAGE_EXTRA_INSTALL += "%s %s "\n'% (rootfs_pkg, boot_pkg)
-                    features += 'IMAGE_FEATURES += "empty-root-password ssh-server-openssh"\n'
+                    features += 'IMAGE_FEATURES += "package-management empty-root-password"\n'
                     features += 'PACKAGE_CLASSES = "%s"\n' % classes
                     if init_manager == "systemd":
                         features += 'DISTRO_FEATURES_append = " systemd"\n'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list