]> code.ossystems Code Review - openembedded-core.git/commit
testimage: filter proper test cases by tags
authorzjh <junhuix.zhang@intel.com>
Wed, 2 Sep 2015 07:39:54 +0000 (15:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Sep 2015 12:55:39 +0000 (13:55 +0100)
commit085589b1018ba4d950baf7bcfb499be02c1b29fc
tree4460fb8f66508e2403b4a0c7ac25b6f2d90b6e75
parente0af4b2c8f8e29ac6f8eccef401c7c004355359d
testimage: filter proper test cases by tags

If a test case is decorate by oeqa.utils.decorators.tag, this case will
by add a tag, testrunner will filter these tags by TEST_SUITES_TAGS
[YOCTO #7849]

Signed-off-by: zjh <junhuix.zhang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testimage.bbclass
meta/lib/oeqa/oetest.py
meta/lib/oeqa/utils/decorators.py