summaryrefslogtreecommitdiffstats
path: root/scripts
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-04 23:25:22 +0100
commit2e1b95d5e3d12a652439d7a1ebc797ec82688f20 (patch)
tree9aa2d6628d8bdf394ecaa91ac2792d28cf26ff27 /scripts
parent5444db05034e5e693846ccb5543732e790b1d4c7 (diff)
downloadpoky-2e1b95d5e3d12a652439d7a1ebc797ec82688f20.tar.gz
scripts/qemuimage-testlib: Dump extra info if the network doesn't come up
(From OE-Core rev: db4a4cc8ba8082a27224a3e55fb5e8eb7de2bbe7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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