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>
This commit is contained in:
Richard Purdie 2013-04-04 23:24:53 +01:00
parent 5444db0503
commit 2e1b95d5e3
1 changed files with 4 additions and 0 deletions

View File

@ -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