Re: [PATCH] tests/functional: add --debug CLI arg

2025-09-20 Thread John Snow
On Tue, Sep 9, 2025 at 6:37 AM Thomas Huth wrote: > > On 07/08/2025 23.46, John Snow wrote: > > On Thu, Jul 24, 2025 at 3:47 PM Thomas Huth wrote: > >> > >> On 21/07/2025 22.38, John Snow wrote: > >>> On Thu, Jul 17, 2025 at 4:44 AM Alex Bennée > >>> wrote: > >> ... > Am I holding it wrong

Re: [PATCH] tests/functional: add --debug CLI arg

2025-09-19 Thread Thomas Huth
On 15/09/2025 21.54, John Snow wrote: On Tue, Sep 9, 2025 at 6:37 AM Thomas Huth wrote: On 07/08/2025 23.46, John Snow wrote: On Thu, Jul 24, 2025 at 3:47 PM Thomas Huth wrote: ... Wouldn't it be possible to add the module as a wheel in python/wheels/ ? That's maybe the easiest solution, i

Re: [PATCH] tests/functional: add --debug CLI arg

2025-09-09 Thread Thomas Huth
On 07/08/2025 23.46, John Snow wrote: On Thu, Jul 24, 2025 at 3:47 PM Thomas Huth wrote: On 21/07/2025 22.38, John Snow wrote: On Thu, Jul 17, 2025 at 4:44 AM Alex Bennée wrote: ... Am I holding it wrong? ➜ ./pyvenv/bin/python ../../tests/functional/test_aarch64_virt.py --help Tr

Re: [PATCH] tests/functional: add --debug CLI arg

2025-08-07 Thread John Snow
On Thu, Jul 24, 2025 at 3:47 PM Thomas Huth wrote: > > On 21/07/2025 22.38, John Snow wrote: > > On Thu, Jul 17, 2025 at 4:44 AM Alex Bennée wrote: > ... > >> Am I holding it wrong? > >> > >>➜ ./pyvenv/bin/python ../../tests/functional/test_aarch64_virt.py > >> --help > >>Traceback (mos

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-24 Thread Thomas Huth
On 21/07/2025 22.38, John Snow wrote: On Thu, Jul 17, 2025 at 4:44 AM Alex Bennée wrote: ... Am I holding it wrong? ➜ ./pyvenv/bin/python ../../tests/functional/test_aarch64_virt.py --help Traceback (most recent call last): File "/home/alex/lsrc/qemu.git/builds/all/../../tests/fu

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-21 Thread John Snow
On Thu, Jul 17, 2025 at 4:44 AM Alex Bennée wrote: > > Manos Pitsidianakis writes: > > > Add argument parsing to functional tests to improve developer experience > > when running individual tests. All logs are printed to stdout > > interspersed with TAP output. > > > > ./pyvenv/bin/python3 ../t

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-21 Thread Thomas Huth
On 17/07/2025 12.36, Alex Bennée wrote: Thomas Huth writes: On 17/07/2025 10.42, Alex Bennée wrote: Manos Pitsidianakis writes: Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP outpu

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Alex Bennée
Thomas Huth writes: > On 17/07/2025 10.42, Alex Bennée wrote: >> Manos Pitsidianakis writes: >> >>> Add argument parsing to functional tests to improve developer experience >>> when running individual tests. All logs are printed to stdout >>> interspersed with TAP output. >>> >>>./pyvenv/bi

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 1:04 PM Alex Bennée wrote: > > Manos Pitsidianakis writes: > > > On Thu, Jul 17, 2025 at 11:42 AM Alex Bennée wrote: > >> > >> Manos Pitsidianakis writes: > >> > >> > Add argument parsing to functional tests to improve developer experience > >> > when running individual

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Alex Bennée
Manos Pitsidianakis writes: > On Thu, Jul 17, 2025 at 11:42 AM Alex Bennée wrote: >> >> Manos Pitsidianakis writes: >> >> > Add argument parsing to functional tests to improve developer experience >> > when running individual tests. All logs are printed to stdout >> > interspersed with TAP outp

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 12:39 PM Daniel P. Berrangé wrote: > > On Thu, Jul 17, 2025 at 12:27:08PM +0300, Manos Pitsidianakis wrote: > > On Thu, Jul 17, 2025 at 12:22 PM Daniel P. Berrangé > > wrote: > > > > > > On Wed, Jul 16, 2025 at 09:08:00AM +0300, Manos Pitsidianakis wrote: > > > > Add argu

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Daniel P . Berrangé
On Thu, Jul 17, 2025 at 12:27:08PM +0300, Manos Pitsidianakis wrote: > On Thu, Jul 17, 2025 at 12:22 PM Daniel P. Berrangé > wrote: > > > > On Wed, Jul 16, 2025 at 09:08:00AM +0300, Manos Pitsidianakis wrote: > > > Add argument parsing to functional tests to improve developer experience > > > whe

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Daniel P . Berrangé
On Wed, Jul 16, 2025 at 09:08:00AM +0300, Manos Pitsidianakis wrote: > Add argument parsing to functional tests to improve developer experience > when running individual tests. All logs are printed to stdout > interspersed with TAP output. > > ./pyvenv/bin/python3 ../tests/functional/test_aarch6

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 12:22 PM Daniel P. Berrangé wrote: > > On Wed, Jul 16, 2025 at 09:08:00AM +0300, Manos Pitsidianakis wrote: > > Add argument parsing to functional tests to improve developer experience > > when running individual tests. All logs are printed to stdout > > interspersed with T

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Manos Pitsidianakis
On Thu, Jul 17, 2025 at 11:42 AM Alex Bennée wrote: > > Manos Pitsidianakis writes: > > > Add argument parsing to functional tests to improve developer experience > > when running individual tests. All logs are printed to stdout > > interspersed with TAP output. > > > > ./pyvenv/bin/python3 ../

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Thomas Huth
On 17/07/2025 10.42, Alex Bennée wrote: Manos Pitsidianakis writes: Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP output. ./pyvenv/bin/python3 ../tests/functional/test_aarch64_vir

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-17 Thread Alex Bennée
Manos Pitsidianakis writes: > Add argument parsing to functional tests to improve developer experience > when running individual tests. All logs are printed to stdout > interspersed with TAP output. > > ./pyvenv/bin/python3 ../tests/functional/test_aarch64_virt.py --help > usage: test_aarch64

Re: [PATCH] tests/functional: add --debug CLI arg

2025-07-16 Thread Pierrick Bouvier
On 7/15/25 11:08 PM, Manos Pitsidianakis wrote: Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP output. ./pyvenv/bin/python3 ../tests/functional/test_aarch64_virt.py --help usage: t

[PATCH] tests/functional: add --debug CLI arg

2025-07-15 Thread Manos Pitsidianakis
Add argument parsing to functional tests to improve developer experience when running individual tests. All logs are printed to stdout interspersed with TAP output. ./pyvenv/bin/python3 ../tests/functional/test_aarch64_virt.py --help usage: test_aarch64_virt [-h] [-d] QEMU Functional test