[oe-commits] [openembedded-core] 13/39: selftest/cases/package: Call parent setUpClass method

git at git.openembedded.org git at git.openembedded.org
Thu Jul 20 16:29:57 UTC 2017


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

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

commit eb7948a537db2f1bab3de2eba5272151ded88038
Author: Aníbal Limón <anibal.limon at linux.intel.com>
AuthorDate: Mon Jun 26 11:12:40 2017 -0500

    selftest/cases/package: Call parent setUpClass method
    
    Since config paths are now passed in Test context the setUpClass
    method is expected to be call.
    
    Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 meta/lib/oeqa/selftest/cases/package.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/lib/oeqa/selftest/cases/package.py b/meta/lib/oeqa/selftest/cases/package.py
index 5b9a6d1..169698f 100644
--- a/meta/lib/oeqa/selftest/cases/package.py
+++ b/meta/lib/oeqa/selftest/cases/package.py
@@ -17,6 +17,8 @@ class VersionOrdering(OESelftestTestCase):
 
     @classmethod
     def setUpClass(cls):
+        super().setUpClass()
+
         # Build the tools we need and populate a sysroot
         bitbake("dpkg-native opkg-native rpm-native python3-native")
         bitbake("build-sysroots -c build_native_sysroot")

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


More information about the Openembedded-commits mailing list