mbox series

[0/2] automation: improve tests

Message ID 20191203103352.29728-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series automation: improve tests | expand

Message

Roger Pau Monne Dec. 3, 2019, 10:33 a.m. UTC
Hello,

Small series to improve the automated tests, first patch enables Xen
console timestamps and the second one increases the test timeout to 30s
since the clang PVH tests already takes ~10s without taking into account
the time to initialize QEMU.

Thanks, Roger.

Roger Pau Monne (2):
  automation: add timestamps to Xen tests
  automation: increase tests maximum time from 10s to 30s

 automation/scripts/qemu-smoke-x86-64.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Andrew Cooper Dec. 3, 2019, 10:37 a.m. UTC | #1
On 03/12/2019 10:33, Roger Pau Monne wrote:
> Hello,
>
> Small series to improve the automated tests, first patch enables Xen
> console timestamps and the second one increases the test timeout to 30s
> since the clang PVH tests already takes ~10s without taking into account
> the time to initialize QEMU.
>
> Thanks, Roger.
>
> Roger Pau Monne (2):
>   automation: add timestamps to Xen tests
>   automation: increase tests maximum time from 10s to 30s

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

CC Juergen for a view towards 4.13
Jürgen Groß Dec. 3, 2019, 1:20 p.m. UTC | #2
On 03.12.19 11:33, Roger Pau Monne wrote:
> Hello,
> 
> Small series to improve the automated tests, first patch enables Xen
> console timestamps and the second one increases the test timeout to 30s
> since the clang PVH tests already takes ~10s without taking into account
> the time to initialize QEMU.
> 
> Thanks, Roger.
> 
> Roger Pau Monne (2):
>    automation: add timestamps to Xen tests
>    automation: increase tests maximum time from 10s to 30s
> 
>   automation/scripts/qemu-smoke-x86-64.sh | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 

For the series:

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen