[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6844/8267] selftest/cases/package: Call parent setUpClass method



commit f4a978485f870e079d5bb4567ca972f1434b8242
Author: Aníbal Limón <anibal limon linux intel com>
Date:   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.
    
    (From OE-Core rev: 7281c995ff2b009c3fb23c7af1d91fe106ca8f87)
    
    Signed-off-by: Aníbal Limón <anibal limon linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/selftest/cases/package.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]