Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-09 Thread Ani Sinha
+alexb On Tue, Sep 6, 2022 at 7:00 PM Daniel P. Berrangé wrote: > > On Tue, Sep 06, 2022 at 06:58:02PM +0530, Ani Sinha wrote: > > On Tue, Sep 6, 2022 at 18:45 Daniel P. Berrangé wrote: > > > > > On Thu, Jul 14, 2022 at 02:24:18PM +0100, Peter Maydell wrote: > > > > On Mon, 11 Jul 2022 at 10:34,

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-06 Thread Michael S. Tsirkin
On Tue, Sep 06, 2022 at 03:10:05PM +0100, Daniel P. Berrangé wrote: > On Tue, Sep 06, 2022 at 10:03:55AM -0400, Michael S. Tsirkin wrote: > > On Tue, Sep 06, 2022 at 02:15:41PM +0100, Daniel P. Berrangé wrote: > > > On Thu, Jul 14, 2022 at 02:24:18PM +0100, Peter Maydell wrote: > > > > On Mon, 11 J

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-06 Thread Daniel P . Berrangé
On Tue, Sep 06, 2022 at 10:03:55AM -0400, Michael S. Tsirkin wrote: > On Tue, Sep 06, 2022 at 02:15:41PM +0100, Daniel P. Berrangé wrote: > > On Thu, Jul 14, 2022 at 02:24:18PM +0100, Peter Maydell wrote: > > > On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > > > > > > > On Sun, Jul 10,

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-06 Thread Daniel P . Berrangé
On Tue, Sep 06, 2022 at 06:58:02PM +0530, Ani Sinha wrote: > On Tue, Sep 6, 2022 at 18:45 Daniel P. Berrangé wrote: > > > On Thu, Jul 14, 2022 at 02:24:18PM +0100, Peter Maydell wrote: > > > On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > > > > > > > On Sun, Jul 10, 2022 at 10:30:03P

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-06 Thread Ani Sinha
On Tue, Sep 6, 2022 at 18:45 Daniel P. Berrangé wrote: > On Thu, Jul 14, 2022 at 02:24:18PM +0100, Peter Maydell wrote: > > On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > > > > > On Sun, Jul 10, 2022 at 10:30:03PM +0530, Ani Sinha wrote: > > > > Changelog: > > > > v2: > > > > - a n

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-06 Thread Michael S. Tsirkin
On Tue, Sep 06, 2022 at 02:15:41PM +0100, Daniel P. Berrangé wrote: > On Thu, Jul 14, 2022 at 02:24:18PM +0100, Peter Maydell wrote: > > On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > > > > > On Sun, Jul 10, 2022 at 10:30:03PM +0530, Ani Sinha wrote: > > > > Changelog: > > > > v2: > >

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-06 Thread Daniel P . Berrangé
On Thu, Jul 14, 2022 at 02:24:18PM +0100, Peter Maydell wrote: > On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > > > On Sun, Jul 10, 2022 at 10:30:03PM +0530, Ani Sinha wrote: > > > Changelog: > > > v2: > > > - a new class of python based tests introduced that is separate from > > >

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-06 Thread Michael S. Tsirkin
On Tue, Sep 06, 2022 at 11:56:33AM +0530, Ani Sinha wrote: > On Thu, Jul 14, 2022 at 6:54 PM Peter Maydell > wrote: > > > > On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > > > > > On Sun, Jul 10, 2022 at 10:30:03PM +0530, Ani Sinha wrote: > > > > Changelog: > > > > v2: > > > > - a n

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-09-05 Thread Ani Sinha
On Thu, Jul 14, 2022 at 6:54 PM Peter Maydell wrote: > > On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > > > On Sun, Jul 10, 2022 at 10:30:03PM +0530, Ani Sinha wrote: > > > Changelog: > > > v2: > > > - a new class of python based tests introduced that is separate from > > > avocado

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-07-14 Thread Peter Maydell
On Mon, 11 Jul 2022 at 10:34, Michael S. Tsirkin wrote: > > On Sun, Jul 10, 2022 at 10:30:03PM +0530, Ani Sinha wrote: > > Changelog: > > v2: > > - a new class of python based tests introduced that is separate from > > avocado > >tests or qtests. Can be run by using "make check-pytest". > >

Re: [PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-07-11 Thread Michael S. Tsirkin
On Sun, Jul 10, 2022 at 10:30:03PM +0530, Ani Sinha wrote: > Changelog: > v2: > - a new class of python based tests introduced that is separate from avocado >tests or qtests. Can be run by using "make check-pytest". > - acpi biosbits tests are the first tests to use pytest environment. > - b

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits

2022-07-10 Thread Ani Sinha
Changelog: v2: - a new class of python based tests introduced that is separate from avocado tests or qtests. Can be run by using "make check-pytest". - acpi biosbits tests are the first tests to use pytest environment. - bios bits tests now download the bits binary archives from a remote r