mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
57ad24d062
commit
a5cf163969
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user