]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core: Move OETestContext.log{Summary, Details} into OETestResult
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 26 May 2017 20:37:32 +0000 (15:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 May 2017 09:15:22 +0000 (10:15 +0100)
commit33a783f59ed4e232f41f8b09dfa7955f2ddc2f80
treed83cf224821d4089d306ce067bd1f49686b0e35f
parent63606ffaaac1b84ddcad8a1c1006f8110050e20e
oeqa/core: Move OETestContext.log{Summary, Details} into OETestResult

Those methods are used to write in the log the results so
it makes sense to have defined at OETestResult because
is a format of the result itself.

[YOCTO #11450]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testimage.bbclass
meta/classes/testsdk.bbclass
meta/lib/oeqa/core/context.py
meta/lib/oeqa/core/runner.py