Re: [PATCH 11/22] tests/functional: switch over to using self.data_file(...)

2024-12-03 Thread Ani Sinha
On Tue, Dec 3, 2024 at 2:20 PM Thomas Huth wrote: > > On 03/12/2024 09.11, Daniel P. Berrangé wrote: > > On Tue, Dec 03, 2024 at 11:09:14AM +0530, Ani Sinha wrote: > >> On Mon, Dec 2, 2024 at 3:02 PM Thomas Huth wrote: > >>> > >>> On 29/11/2024 18.31, Daniel P. Berrangé wrote: > This removes

Re: [PATCH 11/22] tests/functional: switch over to using self.data_file(...)

2024-12-03 Thread Thomas Huth
On 03/12/2024 09.11, Daniel P. Berrangé wrote: On Tue, Dec 03, 2024 at 11:09:14AM +0530, Ani Sinha wrote: On Mon, Dec 2, 2024 at 3:02 PM Thomas Huth wrote: On 29/11/2024 18.31, Daniel P. Berrangé wrote: This removes direct path manipulation to figure out the source dir Signed-off-by: Daniel

Re: [PATCH 11/22] tests/functional: switch over to using self.data_file(...)

2024-12-03 Thread Daniel P . Berrangé
On Tue, Dec 03, 2024 at 11:09:14AM +0530, Ani Sinha wrote: > On Mon, Dec 2, 2024 at 3:02 PM Thomas Huth wrote: > > > > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > > This removes direct path manipulation to figure out the source dir > > > > > > Signed-off-by: Daniel P. Berrangé > > > --- >

Re: [PATCH 11/22] tests/functional: switch over to using self.data_file(...)

2024-12-02 Thread Ani Sinha
On Mon, Dec 2, 2024 at 3:02 PM Thomas Huth wrote: > > On 29/11/2024 18.31, Daniel P. Berrangé wrote: > > This removes direct path manipulation to figure out the source dir > > > > Signed-off-by: Daniel P. Berrangé > > --- > > tests/functional/test_acpi_bits.py | 22 +++--- > >

Re: [PATCH 11/22] tests/functional: switch over to using self.data_file(...)

2024-12-02 Thread Thomas Huth
On 29/11/2024 18.31, Daniel P. Berrangé wrote: This removes direct path manipulation to figure out the source dir Signed-off-by: Daniel P. Berrangé --- tests/functional/test_acpi_bits.py | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/tests/functio

[PATCH 11/22] tests/functional: switch over to using self.data_file(...)

2024-11-29 Thread Daniel P . Berrangé
This removes direct path manipulation to figure out the source dir Signed-off-by: Daniel P. Berrangé --- tests/functional/test_acpi_bits.py | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/tests/functional/test_acpi_bits.py b/tests/functional/test_acpi