]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: Add OEHasPackage decorator
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 2 Nov 2016 12:02:01 +0000 (12:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:55 +0000 (12:03 +0000)
commit021449938ff0b4d182d7f02930a80693f109c8ba
tree19f0c3521e769b596839bf7af278e467f58ac285
parentf995f178de79d6d11422cd879d06371811f50651
oeqa/runtime: Add OEHasPackage decorator

This new decorator will be used to skip the test
if the image under test doesn't have the required
packages installed.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
meta/lib/oeqa/runtime/decorator/package.py [new file with mode: 0644]