]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 5 Dec 2016 17:43:21 +0000 (11:43 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:56 +0000 (12:03 +0000)
commitf8beaf94e943a8b20d146be47a756af312ef107c
tree39add69db3a1c9856fa30fd5185531c486b8914f
parent07ee2fa0008a50da87fd840aea5e8bb6051c68fa
oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class

To avoid getVar calls inside a utils module, also moves
get_host_dumper import inside testexport isn't needed.

[YOCTO #10231]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/classes/testexport.bbclass
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/context.py
meta/lib/oeqa/utils/dump.py