]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/cases: Add example test cases
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 9 Nov 2016 17:57:54 +0000 (11:57 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:53 +0000 (12:03 +0000)
commit115f80adf1b230c5d0392e7833e9aeb274642bcb
treed14b624b3f5772021b03b3871d317738420813ec
parent039deafa5f2c8fab31b8373b39f8bc219377b893
oeqa/core/cases: Add example test cases

Serves as an first input of how to the OEQA framework works.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
meta/lib/oeqa/core/cases/__init__.py [new file with mode: 0644]
meta/lib/oeqa/core/cases/example/data.json [new file with mode: 0644]
meta/lib/oeqa/core/cases/example/test_basic.py [new file with mode: 0644]