]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
automation: add timestamps to Xen tests
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 3 Dec 2019 10:33:51 +0000 (11:33 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 3 Dec 2019 13:57:28 +0000 (13:57 +0000)
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é <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
Release-acked-by: Juergen Gross <jgross@suse.com>
automation/scripts/qemu-smoke-x86-64.sh

index 5fa3a63dbdfef33c475021693ef2df68c64383f9..f38eacfd9f1d03a48725f5072d623e370989abad 100755 (executable)
@@ -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