summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 23:24:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-23 13:00:53 +0100
commita5cf1639695e3c14aaaf0b5a8ff5ee208d667744 (patch)
treec52713ce2fd912899002030bcdc7ddfbd5fa1a57
parent57ad24d06210527bab7b291a9ff4132d8e1f04d4 (diff)
downloadpoky-a5cf1639695e3c14aaaf0b5a8ff5ee208d667744.tar.gz
scripts/qemuimage-testlib: Dump extra info if the network doesn't come up
(From OE-Core rev: ca638c858c74313146d1902a4981df3e9fad58ff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xscripts/qemuimage-testlib4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index f791c527ab..22e2d4168f 100755
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -469,6 +469,10 @@ Test_Create_Qemu()
469 fi 469 fi
470 done 470 done
471 471
472 Test_Info "Process list dumped for debugging purposes:"
473 ps axww -O ppid
474 Test_Info "runqemu output log:"
475 cat ${RUNQEMU_LOGFILE}
472 Test_Info "Qemu or its network is not up in ${timeout} seconds" 476 Test_Info "Qemu or its network is not up in ${timeout} seconds"
473 Test_Update_IPSAVE $XTERMPID $TARGET_IPADDR 477 Test_Update_IPSAVE $XTERMPID $TARGET_IPADDR
474 return 1 478 return 1