mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bec45829e3
commit
f4a978485f
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user