]> code.ossystems Code Review - openembedded-core.git/commit
oetest.py: Add extract_packages() to RuntimeTestContext class
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 24 May 2016 12:44:14 +0000 (12:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 08:30:32 +0000 (09:30 +0100)
commit90d585f59f217f23694a9b02a73b79d18dfdb579
treec24a80c48f6a230172fe095177ad4f5d1acb6cbd
parent1f24ef9a339a2ad34e010f39aa93abdc8d085c85
oetest.py: Add extract_packages() to RuntimeTestContext class

This new method extracts the content of package (RPM, DEB, or IPK)
to a directory inside of WORKDIR. The extraction is needed for later
install in the DUTs without using a package manager.

[YOCTO #8694]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/oetest.py