mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 15:49:32 +02:00
testimage.bbclass: fix runtime test for rpm, port smart tests to dnf
(From OE-Core rev: 749a496d273f9fd378588e309cf976294584ca5f) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dfa2987623
commit
ea4bac7e45
@@ -128,13 +128,6 @@ class oeRuntimeTest(oeTest):
|
||||
def tearDownLocal(self):
|
||||
pass
|
||||
|
||||
#TODO: use package_manager.py to install packages on any type of image
|
||||
def install_packages(self, packagelist):
|
||||
for package in packagelist:
|
||||
(status, result) = self.target.run("smart install -y "+package)
|
||||
if status != 0:
|
||||
return status
|
||||
|
||||
def getmodule(pos=2):
|
||||
# stack returns a list of tuples containg frame information
|
||||
# First element of the list the is current frame, caller is 1
|
||||
|
||||
Reference in New Issue
Block a user