diff options
author | Daniel Istrate <daniel.alexandrux.istrate@intel.com> | 2015-12-02 16:40:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:31:39 +0000 |
commit | 2d3a6d22e155911e39e4b7e323317f4a7cb1cb95 (patch) | |
tree | 2dd73254180e94351759a3b798de62749a3639cd /scripts/rpm2cpio.sh | |
parent | 826ae02c08b2210aa39ed51e1a9e50d40f33afb4 (diff) | |
download | openembedded-core-2d3a6d22e155911e39e4b7e323317f4a7cb1cb95.tar.gz openembedded-core-2d3a6d22e155911e39e4b7e323317f4a7cb1cb95.tar.bz2 openembedded-core-2d3a6d22e155911e39e4b7e323317f4a7cb1cb95.zip |
scripts: oe-selftest Added new features.
[YOCTO #8750] Allow oe-selftest to run custom test suites based on different criteria
1. Can run custom lists of tests based on different criteria:
--run-tests-by <name|class|module|id|tag> <list of tests|classes|modules|ids|tags>
eg: --run-tests-by module imagefeatures signing recipetool
--run-tests-by id 1377 1273 935
--run-tests-by tag wic sstate bitbake
2. Can list tests based on different criteria:
--list-tests-by <name|class|module|id|tag> <list of tests|classes|modules|ids|tags>
eg: --list-tests-by module imagefeatures signing recipetool
--list-tests-by id 1377 1273 935
--list-tests-by tag wic sstate bitbake
3. Can list all tags that have been set to test cases:
--list-tags
The list of tags should be kept as minimal as possible.
This helps preview the tags used so far.
To take advantage of the 'tag' feature:
- add @tag(feature=<>) to testcases
eg: @tag(feature='signing') for a single tag
@tag(feature=(('signing', 'sstate')) or
@tag(feature=['signing', 'sstate']) for multiple tags
Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/rpm2cpio.sh')
0 files changed, 0 insertions, 0 deletions