]> code.ossystems Code Review - openembedded-core.git/commit
oetest.py: Add json file support to specify packages needed in runtime tests
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 24 May 2016 12:44:13 +0000 (12:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 08:30:32 +0000 (09:30 +0100)
commit1f24ef9a339a2ad34e010f39aa93abdc8d085c85
tree120c1860cf28d0e37ff62b3607452e57a98f5546
parent5c70c799643f9c62c58d6fb1fe97e2e6ee7ccf0f
oetest.py: Add json file support to specify packages needed in runtime tests

This adds the functionality to use a json file to
specify the packages needed for a particular test.

The content of the json file is a dictionary with
dictionaries inside, using the test name as the hash.

The json file must have the same name as the class
module name and must be in the same path.

[YOCTO #7850]

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