[oe-commits] Richard Purdie : scripts/qemuimage-testlib: Dump extra info if the network doesn't come up

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 12:00:34 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: ca638c858c74313146d1902a4981df3e9fad58ff
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ca638c858c74313146d1902a4981df3e9fad58ff

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Apr  4 23:24:53 2013 +0100

scripts/qemuimage-testlib: Dump extra info if the network doesn't come up

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/qemuimage-testlib |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list