]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest/cases/package: Call parent setUpClass method
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 26 Jun 2017 16:12:40 +0000 (11:12 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Jul 2017 07:44:19 +0000 (08:44 +0100)
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@linux.intel.com>
meta/lib/oeqa/selftest/cases/package.py

index 5b9a6d158516a771a28bf287172feb3a9b5a51df..169698f780d8b3930da39f111cbcbdeb20a4b814 100644 (file)
@@ -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")