]> code.ossystems Code Review - openembedded-core.git/commit
oetest.py: Add install/uninstall functionality for DUTs
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 6 Jun 2016 07:15:41 +0000 (07:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2016 21:48:04 +0000 (22:48 +0100)
commitb7111d9e9d64d21f57729d1ac1865aea6e54cc8b
tree1c055d0bd0f6f984aed857620f070c59680f57ee
parenta26f23d3ce8f7e9f59dbc9bf27516377fd7a0a6d
oetest.py: Add install/uninstall functionality for DUTs

Add the functionality to install/unistall packages in the
DUTs without the use of the package manager. This is possible
with the extraction introduced in package manager class.

testimage and testexport bbclasses has been modified in order
to support this new feature.

[YOCTO #8694]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testexport.bbclass
meta/classes/testimage.bbclass
meta/lib/oeqa/oetest.py