Message ID | 20220203141537.972317-1-lvivier@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | tests/qtest: add some tests for virtio-net failover (part 2) | expand |
Ping ? Thanks, Laurent On 03/02/2022 15:15, Laurent Vivier wrote: > This series adds more qtest test cases to test virtio-net failover feature. > > New tests are focused on the behavior when the feature is not available. > > Laurent Vivier (7): > tests/qtest: failover: clean up pathname of tests > tests/qtest: failover: use a macro for check_one_card() > tests/qtest: failover: check the feature is correctly provided > tests/qtest: failover: check missing guest feature > tests/qtest: failover: check migration with failover off > tests/qtest: failover: test migration if the guest doesn't support > failover > tests/qtest: failover: migration abort test with failover off > > tests/qtest/virtio-net-failover.c | 911 +++++++++++++++++++++++------- > 1 file changed, 716 insertions(+), 195 deletions(-) >
On 15/02/2022 10.20, Laurent Vivier wrote: > Ping ? Sorry for the delay, queued to my testing-next branch now: https://gitlab.com/thuth/qemu/-/commits/testing-next Thomas > On 03/02/2022 15:15, Laurent Vivier wrote: >> This series adds more qtest test cases to test virtio-net failover feature. >> >> New tests are focused on the behavior when the feature is not available. >> >> Laurent Vivier (7): >> tests/qtest: failover: clean up pathname of tests >> tests/qtest: failover: use a macro for check_one_card() >> tests/qtest: failover: check the feature is correctly provided >> tests/qtest: failover: check missing guest feature >> tests/qtest: failover: check migration with failover off >> tests/qtest: failover: test migration if the guest doesn't support >> failover >> tests/qtest: failover: migration abort test with failover off >> >> tests/qtest/virtio-net-failover.c | 911 +++++++++++++++++++++++------- >> 1 file changed, 716 insertions(+), 195 deletions(-) >> >