]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/qemuimage-testlib: Dump extra info if the network doesn't come up
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 22:24:53 +0000 (23:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 22:24:53 +0000 (23:24 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib

index f791c527abe5c2def0dfebd2c6ef6ba875ac4353..22e2d4168f81e7f8f744fa5385b6092b60b23d3b 100755 (executable)
@@ -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