]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:05:20 +0000 (12:05 +0000)
commit9ee0816ca9f71b503fcaa0046e2fec14ba2db4e6
treeebba16358333e739f30f4f2ae1ff199866047499
parent4cd982566b10375925e616b176e988219d65b170
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]

(From OE-Core rev: 021449938ff0b4d182d7f02930a80693f109c8ba)

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