From: Roger Pau Monne Date: Tue, 3 Dec 2019 10:33:51 +0000 (+0100) Subject: automation: add timestamps to Xen tests X-Git-Tag: 4.13.0-rc5~18 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=78e7c2ef806c37d4b4605f14ad440abcfa645bb7;p=xen.git automation: add timestamps to Xen tests Enable Xen timestamps in the automated Xen tests, this is helpful in order to figure out if Xen is stuck or just slow in the automated tests. Signed-off-by: Roger Pau Monné Acked-by: Andrew Cooper Acked-by: Wei Liu Release-acked-by: Juergen Gross --- diff --git a/automation/scripts/qemu-smoke-x86-64.sh b/automation/scripts/qemu-smoke-x86-64.sh index 5fa3a63dbd..f38eacfd9f 100755 --- a/automation/scripts/qemu-smoke-x86-64.sh +++ b/automation/scripts/qemu-smoke-x86-64.sh @@ -24,7 +24,8 @@ set +e timeout -k 1 10 \ qemu-system-x86_64 -nographic -kernel binaries/xen \ -initrd xtf/tests/example/$k \ - -append "loglvl=all com1=115200,,8n1 console=com1 noreboot $extra" \ + -append "loglvl=all com1=115200,,8n1 console=com1 noreboot \ + console_timestamps=boot $extra" \ -m 512 -monitor none -serial file:smoke.serial set -e grep -q 'Test result: SUCCESS' smoke.serial || exit 1