]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core: Add list tests support in context and runner
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 26 May 2017 20:37:44 +0000 (15:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 May 2017 09:15:22 +0000 (10:15 +0100)
commit7e803f1a855d3091a772b13efd3cc8e9c0c766e9
tree7d0c7c5f6e2db971069879f20cc72ed23571a779
parent598c6579932c2ca1dbdb022c8bec8af2e6c21e6b
oeqa/core: Add list tests support in context and runner

A common operation is to list tests, currently only selftest
support it, this changes enables this functionality into the
core framework.

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/context.py
meta/lib/oeqa/core/runner.py