From f8beaf94e943a8b20d146be47a756af312ef107c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Mon, 5 Dec 2016 11:43:21 -0600 Subject: oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta/classes/testexport.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/testexport.bbclass') diff --git a/meta/classes/testexport.bbclass b/meta/classes/testexport.bbclass index 00cf24e735..5398b3c767 100644 --- a/meta/classes/testexport.bbclass +++ b/meta/classes/testexport.bbclass @@ -163,7 +163,6 @@ def exportTests(d,tc): def testexport_main(d): from oeqa.oetest import ExportTestContext from oeqa.targetcontrol import get_target_controller - from oeqa.utils.dump import get_host_dumper test_create_extract_dirs(d) export_dir = d.getVar("TEST_EXPORT_DIR") -- cgit v1.2.3