summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-26 12:43:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-27 17:28:01 +0000
commitbaba50e9313587916a0ce4dcceaaf0d8bc84e527 (patch)
treebb2298ef2695335d3a4c37113befb4fb4edfb73a /meta
parentd76a3f534d2d65d9cc7d6dc02930518a3bd849b0 (diff)
downloadpoky-baba50e9313587916a0ce4dcceaaf0d8bc84e527.tar.gz
qemuimagetest: collect and print runqemu output
If runqemu (or qemu itself) fails we need to know why, so tee out to a log file and print it when we can't find the qemu process or determine its IP address. (From OE-Core rev: 3faa2d5bc993876f1f8b3ad806a0192efaa43e05) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/imagetest-qemu.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/imagetest-qemu.bbclass b/meta/classes/imagetest-qemu.bbclass
index ce20164d09..a8a45bf92b 100644
--- a/meta/classes/imagetest-qemu.bbclass
+++ b/meta/classes/imagetest-qemu.bbclass
@@ -75,6 +75,7 @@ def qemuimagetest_main(d):
75 os.environ["TARGET_IPSAVE"] = d.getVar("TARGET_IPSAVE", True) 75 os.environ["TARGET_IPSAVE"] = d.getVar("TARGET_IPSAVE", True)
76 os.environ["TEST_SERIALIZE"] = d.getVar("TEST_SERIALIZE", True) 76 os.environ["TEST_SERIALIZE"] = d.getVar("TEST_SERIALIZE", True)
77 os.environ["SDK_NAME"] = d.getVar("SDK_NAME", True) 77 os.environ["SDK_NAME"] = d.getVar("SDK_NAME", True)
78 os.environ["RUNQEMU_LOGFILE"] = d.expand("${T}/log.runqemutest.%s" % os.getpid())
78 79
79 """run Test Case""" 80 """run Test Case"""
80 bb.note("Run %s test in scenario %s" % (case, scen)) 81 bb.note("Run %s test in scenario %s" % (case, scen))