Re: [PATCH v2 5/5] tests/functional: Convert the migration avocado test

2024-12-18 Thread Thomas Huth
On 18/12/2024 17.00, Daniel P. Berrangé wrote: On Wed, Dec 18, 2024 at 04:51:24PM +0100, Thomas Huth wrote: On 18/12/2024 14.51, Fabiano Rosas wrote: Thomas Huth writes: Now that we've got a find_free_port() function in the functional test framework, we can convert the migration test, too. W

Re: [PATCH v2 5/5] tests/functional: Convert the migration avocado test

2024-12-18 Thread Daniel P . Berrangé
On Wed, Dec 18, 2024 at 04:51:24PM +0100, Thomas Huth wrote: > On 18/12/2024 14.51, Fabiano Rosas wrote: > > Thomas Huth writes: > > > > > Now that we've got a find_free_port() function in the functional > > > test framework, we can convert the migration test, too. > > > While the original avocad

Re: [PATCH v2 5/5] tests/functional: Convert the migration avocado test

2024-12-18 Thread Thomas Huth
On 18/12/2024 14.51, Fabiano Rosas wrote: Thomas Huth writes: Now that we've got a find_free_port() function in the functional test framework, we can convert the migration test, too. While the original avocado test was only meant to run on aarch64, ppc64 and x86, we can turn this into a more g

Re: [PATCH v2 5/5] tests/functional: Convert the migration avocado test

2024-12-18 Thread Fabiano Rosas
Thomas Huth writes: > Now that we've got a find_free_port() function in the functional > test framework, we can convert the migration test, too. > While the original avocado test was only meant to run on aarch64, > ppc64 and x86, we can turn this into a more generic test by now > and run it on al

[PATCH v2 5/5] tests/functional: Convert the migration avocado test

2024-12-18 Thread Thomas Huth
Now that we've got a find_free_port() function in the functional test framework, we can convert the migration test, too. While the original avocado test was only meant to run on aarch64, ppc64 and x86, we can turn this into a more generic test by now and run it on all architectures that have a defa