]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/decorator: Add support for OETestID and OETestTag
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 9 Nov 2016 17:14:23 +0000 (11:14 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:52 +0000 (12:03 +0000)
commit047af4ce864bbf98e2617b348ae9ccb77ac52871
tree970d2e37cd7ebcb6dd81aece9541687ff0bd5e51
parent2385bd3c8a7c012fd1cad5465ec7d34675552c75
oeqa/core/decorator: Add support for OETestID and OETestTag

These two decorators stores certain TAG or ID for the test case
also provides support for filtering in loading step.

[YOCTO #10236]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/lib/oeqa/core/decorator/oeid.py [new file with mode: 0644]
meta/lib/oeqa/core/decorator/oetag.py [new file with mode: 0644]