Re: [PATCH v1 1/4] tests/functional: Introduce _console_read()

2024-11-12 Thread Cédric Le Goater
On 11/12/24 08:11, Thomas Huth wrote: On 12/11/2024 07.28, Cédric Le Goater wrote: Interaction with the console has been a problem in our avocado tests. In some cases, the expected string does not match in the output, causing the test to fail with a timeout. These were worked around by sleeping

Re: [PATCH v1 1/4] tests/functional: Introduce _console_read()

2024-11-11 Thread Thomas Huth
On 12/11/2024 07.28, Cédric Le Goater wrote: Interaction with the console has been a problem in our avocado tests. In some cases, the expected string does not match in the output, causing the test to fail with a timeout. These were worked around by sleeping before reading the console and even wit

[PATCH v1 1/4] tests/functional: Introduce _console_read()

2024-11-11 Thread Cédric Le Goater
Interaction with the console has been a problem in our avocado tests. In some cases, the expected string does not match in the output, causing the test to fail with a timeout. These were worked around by sleeping before reading the console and even with SSH connections in some places. To fix, proc