On 26/09/2025 08.49, Philippe Mathieu-Daudé wrote:
Hi Gustavo,
On 26/9/25 07:15, Gustavo Romero wrote:
tests/functional: Adapt reverse_debugging to run w/o Avocado
The goal of this series is to remove Avocado as a dependency for running
the reverse_debugging functional test.
Daniel P. Berrangé (2):
tests/functional: replace avocado process with subprocess
tests/functional: drop datadrainer class in reverse debugging
Gustavo Romero (7):
tests/functional: Re-activate the check-venv target
python: Install pygdbmi in meson's venv
tests/functional: Provide GDB to the functional tests
tests/functional: Add GDB class
tests/functional: Add decorator to skip test on missing env vars
tests/functional: Adapt reverse_debugging to run w/o Avocado
tests/functional: Adapt arches to reverse_debugging w/o Avocado
Out of curiosity, do you plan to post the final patch removing Avocado
use / dependency?
Which other uses of Avocado are you thinking about? AFAIK, this test here is
the last one that used Avocado.
Thomas