Re: [PATCH v7 2/4] tests/qtest: add some tests for virtio-net failover

2021-12-08 Thread Thomas Huth
On 08/12/2021 09.52, Laurent Vivier wrote: On 08/12/2021 09:39, Thomas Huth wrote: On 07/12/2021 18.23, Laurent Vivier wrote: Add test cases to test several error cases that must be generated by invalid failover configuration. Add a combination of coldplug and hotplug test cases to be sure the

Re: [PATCH v7 2/4] tests/qtest: add some tests for virtio-net failover

2021-12-08 Thread Laurent Vivier
On 08/12/2021 09:39, Thomas Huth wrote: On 07/12/2021 18.23, Laurent Vivier wrote: Add test cases to test several error cases that must be generated by invalid failover configuration. Add a combination of coldplug and hotplug test cases to be sure the primary is correctly managed according the

Re: [PATCH v7 2/4] tests/qtest: add some tests for virtio-net failover

2021-12-08 Thread Thomas Huth
On 07/12/2021 18.23, Laurent Vivier wrote: Add test cases to test several error cases that must be generated by invalid failover configuration. Add a combination of coldplug and hotplug test cases to be sure the primary is correctly managed according the presence or not of the STANDBY feature.

Re: [PATCH v7 2/4] tests/qtest: add some tests for virtio-net failover

2021-12-07 Thread Michael S. Tsirkin
On Wed, Dec 08, 2021 at 08:33:31AM +0100, Thomas Huth wrote: > On 07/12/2021 18.23, Laurent Vivier wrote: > > Add test cases to test several error cases that must be > > generated by invalid failover configuration. > > > > Add a combination of coldplug and hotplug test cases to be > > sure the pri

Re: [PATCH v7 2/4] tests/qtest: add some tests for virtio-net failover

2021-12-07 Thread Thomas Huth
On 07/12/2021 18.23, Laurent Vivier wrote: Add test cases to test several error cases that must be generated by invalid failover configuration. Add a combination of coldplug and hotplug test cases to be sure the primary is correctly managed according the presence or not of the STANDBY feature.

[PATCH v7 2/4] tests/qtest: add some tests for virtio-net failover

2021-12-07 Thread Laurent Vivier
Add test cases to test several error cases that must be generated by invalid failover configuration. Add a combination of coldplug and hotplug test cases to be sure the primary is correctly managed according the presence or not of the STANDBY feature. Signed-off-by: Laurent Vivier --- tests/qte