Re: [PATCH v4 1/2] avocado_qemu/__init__.py: factor out the qemu-img finding

2023-04-20 Thread Harsh Prateek Bora
Kautuk Consul wrote: > Adding Harsh Prateek Bora. > > On 2023-04-20 23:23:21, Kautuk Consul wrote: > > Factor out the code that finds the qemu-img binary in the > > QemuSystemTest class and create a new get_qemu_img() function > > with it. This function will get called also from the new code > > i

Re: [PATCH v4 1/2] avocado_qemu/__init__.py: factor out the qemu-img finding

2023-04-20 Thread Kautuk Consul
Adding Harsh Prateel Bora. On 2023-04-20 23:23:21, Kautuk Consul wrote: > Factor out the code that finds the qemu-img binary in the > QemuSystemTest class and create a new get_qemu_img() function > with it. This function will get called also from the new code > in tuxrun_baselines.py avocado test-

Re: [PATCH v4 1/2] avocado_qemu/__init__.py: factor out the qemu-img finding

2023-04-20 Thread Philippe Mathieu-Daudé
On 21/4/23 06:23, Kautuk Consul wrote: Factor out the code that finds the qemu-img binary in the QemuSystemTest class and create a new get_qemu_img() function with it. This function will get called also from the new code in tuxrun_baselines.py avocado test-case. Signed-off-by: Kautuk Consul ---

[PATCH v4 1/2] avocado_qemu/__init__.py: factor out the qemu-img finding

2023-04-20 Thread Kautuk Consul
Factor out the code that finds the qemu-img binary in the QemuSystemTest class and create a new get_qemu_img() function with it. This function will get called also from the new code in tuxrun_baselines.py avocado test-case. Signed-off-by: Kautuk Consul --- tests/avocado/avocado_qemu/__init__.py