Re: [PATCH 3/3] automation: use expect to run QEMU

2024-08-12 Thread Michal Orzel
Hi Stefano, On 10/08/2024 08:59, Stefano Stabellini wrote: > Use expect to invoke QEMU so that we can terminate the test as soon as > we get the right string in the output instead of waiting until the > final timeout. This is a great improvement. > > For timeout, instead of an hardcoding the val

[PATCH 3/3] automation: use expect to run QEMU

2024-08-09 Thread Stefano Stabellini
Use expect to invoke QEMU so that we can terminate the test as soon as we get the right string in the output instead of waiting until the final timeout. For timeout, instead of an hardcoding the value, use a Gitlab CI variable "QEMU_TIMEOUT" that can be changed depending on the latest status of th