]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 9 Nov 2016 17:24:57 +0000 (11:24 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:52 +0000 (12:03 +0000)
commit7dc519d20e835ee7693c31903e164c4bc0e5e598
tree316fd53437252d87b7e0e1275c2a169fdb206a30
parent1bf66a370361912e9950d7ff45e382c93622a169
oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar

The OETestDataDepends decorator skips a test case if a variable
isn't into test data (d).

The skipIfDataVar decorator skips a test case if a variable
has certain value.

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/decorator/data.py [new file with mode: 0644]