Re: [PATCH v1 01/25] tests/avocado: split the AST2x00Machine classes

2022-08-26 Thread Thomas Huth
On 26/08/2022 19.21, Alex Bennée wrote: The SDK tests take a lot longer to run and hence need a longer timeout. As they run well over the 60 second maximum for CI lets also disable them for CI as well. I suspect they also suffer from the inability to detect the login prompt due to no newlines be

[PATCH v1 01/25] tests/avocado: split the AST2x00Machine classes

2022-08-26 Thread Alex Bennée
The SDK tests take a lot longer to run and hence need a longer timeout. As they run well over the 60 second maximum for CI lets also disable them for CI as well. I suspect they also suffer from the inability to detect the login prompt due to no newlines being processed. Signed-off-by: Alex Bennée