]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core: Don't expose OEStreamLogger in OETestContext
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 26 May 2017 20:37:30 +0000 (15:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 May 2017 09:15:22 +0000 (10:15 +0100)
commit8787fba3df8acd9d2438669d20b1a5060caa9022
tree53b2dc772aefbbc8cdbeb179880f937022055953
parentc45546b771c3158e66b2df504576d6dc1758ea75
oeqa/core: Don't expose OEStreamLogger in OETestContext

The OEStreamLogger class is used for redirect PyUnit output
to a certain logger so there is not need to expose at level
of OETestContext because only OETestRunner needs to know.

[YOCTO #11450]

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