From: Richard Purdie Date: Thu, 4 Apr 2013 22:24:53 +0000 (+0100) Subject: scripts/qemuimage-testlib: Dump extra info if the network doesn't come up X-Git-Tag: rev_ivi_2015_02_04~13026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ca1f297043aad38765b663cf22b5ef87aa842c7;p=scm%2Fbb%2Ftizen-distro.git scripts/qemuimage-testlib: Dump extra info if the network doesn't come up (From OE-Core rev: db4a4cc8ba8082a27224a3e55fb5e8eb7de2bbe7) Signed-off-by: Richard Purdie --- diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib index f791c52..22e2d41 100755 --- a/scripts/qemuimage-testlib +++ b/scripts/qemuimage-testlib @@ -469,6 +469,10 @@ Test_Create_Qemu() fi done + Test_Info "Process list dumped for debugging purposes:" + ps axww -O ppid + Test_Info "runqemu output log:" + cat ${RUNQEMU_LOGFILE} Test_Info "Qemu or its network is not up in ${timeout} seconds" Test_Update_IPSAVE $XTERMPID $TARGET_IPADDR return 1