]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/core: Add tests for the OEQA framework
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 9 Nov 2016 17:26:59 +0000 (11:26 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:05:18 +0000 (12:05 +0000)
commit7bf63b28f1dee0b582769879c1727c5a1171c2b1
tree991a4907c63df8c43199fd749546234e0c150839
parent4da4091cee20fd425addccd0d267a5b40f1ab8cd
oeqa/core: Add tests for the OEQA framework

This test suite covers the current functionality for the OEQA
framework.

For run certain test suite,

$ cd meta/lib/oeqa/core/tests
$ ./test_data.py

(From OE-Core rev: 7d7d0dc3736fc12ae7848de2785f0066e6470cd1)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 files changed:
meta/lib/oeqa/core/tests/__init__.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/data.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/depends.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/loader/invalid/oeid.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/loader/valid/another.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/oeid.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/oetag.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/cases/timeout.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/common.py [new file with mode: 0644]
meta/lib/oeqa/core/tests/test_data.py [new file with mode: 0755]
meta/lib/oeqa/core/tests/test_decorators.py [new file with mode: 0755]
meta/lib/oeqa/core/tests/test_loader.py [new file with mode: 0755]
meta/lib/oeqa/core/tests/test_runner.py [new file with mode: 0755]