]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/core/tests: Add tests of OEQA Threaded mode
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 26 May 2017 20:37:41 +0000 (15:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 May 2017 09:15:22 +0000 (10:15 +0100)
commitfb9d91ca34c1b5d3e0034f5135e71f964fca5b82
tree894f69e436176f9b167af00649a680356b9fcbe4
parent44254caaef131402629d01f01cdee6722718adba
oeqa/core/tests: Add tests of OEQA Threaded mode

Add needed tests to validate the OEQA Threaded mode, the remaining
parts are tested by the OEQA without Threaded mode.

- test_loader.py: Add a test to validate rules when creating the
list of test suites.
- test_decorators.py: Add oetimeout test because the threaded mode
uses Timer instead of signal.

[YOCTO #11450]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/tests/cases/loader/threaded/threaded.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_alone.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_depends.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/loader/threaded/threaded_module.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/common.py
meta/lib/oeqa/core/tests/test_decorators.py
meta/lib/oeqa/core/tests/test_loader.py