Re: [PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits

2022-10-10 Thread Daniel P . Berrangé
On Mon, Oct 10, 2022 at 01:43:21PM +0530, Ani Sinha wrote: > On Mon, Oct 10, 2022 at 1:24 PM Ani Sinha wrote: > > > > Please see the README file added in patch 10 for more details. > > Sample runs are as follows: > > > > $ ./tests/venv/bin/avocado run -t acpi tests/avocado --tap - > > ERROR:

Re: [PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits

2022-10-10 Thread Ani Sinha
On Mon, Oct 10, 2022 at 2:50 PM Daniel P. Berrangé wrote: > > On Mon, Oct 10, 2022 at 01:43:21PM +0530, Ani Sinha wrote: > > On Mon, Oct 10, 2022 at 1:24 PM Ani Sinha wrote: > > > > > > Please see the README file added in patch 10 for more details. > > > Sample runs are as follows: > > > > > > $

Re: [PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits

2022-10-10 Thread Thomas Huth
On 10/10/2022 11.13, Ani Sinha wrote: On Mon, Oct 10, 2022 at 2:26 PM Thomas Huth wrote: On 10/10/2022 10.13, Ani Sinha wrote: On Mon, Oct 10, 2022 at 1:24 PM Ani Sinha wrote: Please see the README file added in patch 10 for more details. Sample runs are as follows: $

Re: [PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits

2022-10-10 Thread Ani Sinha
On Mon, Oct 10, 2022 at 2:26 PM Thomas Huth wrote: > > On 10/10/2022 10.13, Ani Sinha wrote: > > On Mon, Oct 10, 2022 at 1:24 PM Ani Sinha wrote: > >> > >> Please see the README file added in patch 10 for more details. > >> Sample runs are as follows: > >> > >> $ ./tests/venv/bin/avocado run -t

Re: [PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits

2022-10-10 Thread Thomas Huth
On 10/10/2022 10.13, Ani Sinha wrote: On Mon, Oct 10, 2022 at 1:24 PM Ani Sinha wrote: Please see the README file added in patch 10 for more details. Sample runs are as follows: $ ./tests/venv/bin/avocado run -t acpi tests/avocado --tap - ERROR: Missing parentheses in call to 'print'. Did

Re: [PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits

2022-10-10 Thread Ani Sinha
On Mon, Oct 10, 2022 at 1:24 PM Ani Sinha wrote: > > Please see the README file added in patch 10 for more details. > Sample runs are as follows: > > $ ./tests/venv/bin/avocado run -t acpi tests/avocado --tap - > ERROR: Missing parentheses in call to 'print'. Did you mean print(...)? >

[PATCH v3 00/10] Introduce new acpi/smbios avocado tests using biosbits

2022-10-10 Thread Ani Sinha
Please see the README file added in patch 10 for more details. Sample runs are as follows: $ ./tests/venv/bin/avocado run -t acpi tests/avocado --tap - ERROR: Missing parentheses in call to 'print'. Did you mean print(...)? (smbios.py, line 92) ERROR: Missing parentheses in call to 'print'.