]> code.ossystems Code Review - openembedded-core.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:03:53 +0000 (12:03 +0000)
commit7d7d0dc3736fc12ae7848de2785f0066e6470cd1
tree75ce289509c144145be42cb58f4b7a62f602a535
parent7dc519d20e835ee7693c31903e164c4bc0e5e598
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

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
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]