mbox series

[0/2] tests/avocado: Fix exec_command and enable ppc_hv_tests.py

Message ID 20240805232814.267843-1-npiggin@gmail.com (mailing list archive)
Headers show
Series tests/avocado: Fix exec_command and enable ppc_hv_tests.py | expand

Message

Nicholas Piggin Aug. 5, 2024, 11:28 p.m. UTC
This fixes an issue with exec_command eating console output and causing
the ppc_hv_tests.py to fail. A few other tests also use exec_command but
I didn't see any that subsequently checked console output.

Thanks,
Nick

Nicholas Piggin (2):
  tests/avocado: exec_command should not consume console output
  tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console
    interaction

 tests/avocado/avocado_qemu/__init__.py | 7 +++++++
 tests/avocado/ppc_hv_tests.py          | 1 -
 2 files changed, 7 insertions(+), 1 deletion(-)