Re: [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

2023-03-06 Thread Fabiano Rosas
Peter Maydell writes: > On Fri, 3 Mar 2023 at 20:59, Fabiano Rosas wrote: >> >> Peter Maydell writes: >> >> > On Tue, 28 Feb 2023 at 19:28, Fabiano Rosas wrote: >> >> >> >> The migration tests are currently broken for an aarch64 host because >> >> the tests pass no 'machine' and 'cpu' options

Re: [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

2023-03-06 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Tue, 28 Feb 2023 at 19:28, Fabiano Rosas wrote: > > > > The migration tests are currently broken for an aarch64 host because > > the tests pass no 'machine' and 'cpu' options on the QEMU command > > line. > > > > Add a separate class to each

Re: [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

2023-03-04 Thread Peter Maydell
On Fri, 3 Mar 2023 at 20:59, Fabiano Rosas wrote: > > Peter Maydell writes: > > > On Tue, 28 Feb 2023 at 19:28, Fabiano Rosas wrote: > >> > >> The migration tests are currently broken for an aarch64 host because > >> the tests pass no 'machine' and 'cpu' options on the QEMU command > >> line. >

Re: [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

2023-03-03 Thread Fabiano Rosas
Peter Maydell writes: > On Tue, 28 Feb 2023 at 19:28, Fabiano Rosas wrote: >> >> The migration tests are currently broken for an aarch64 host because >> the tests pass no 'machine' and 'cpu' options on the QEMU command >> line. >> >> Add a separate class to each architecture so that we can

Re: [PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

2023-03-03 Thread Peter Maydell
On Tue, 28 Feb 2023 at 19:28, Fabiano Rosas wrote: > > The migration tests are currently broken for an aarch64 host because > the tests pass no 'machine' and 'cpu' options on the QEMU command > line. > > Add a separate class to each architecture so that we can specify > 'machine' and 'cpu'

[PATCH RESEND v7 5/9] tests/avocado: Pass parameters to migration test

2023-02-28 Thread Fabiano Rosas
The migration tests are currently broken for an aarch64 host because the tests pass no 'machine' and 'cpu' options on the QEMU command line. Add a separate class to each architecture so that we can specify 'machine' and 'cpu' options instead of relying on defaults. Add a skip decorator to keep