mbox series

[0/7] tests/qtest: add some tests for virtio-net failover (part 2)

Message ID 20220203141537.972317-1-lvivier@redhat.com
Headers show
Series tests/qtest: add some tests for virtio-net failover (part 2) | expand

Message

Laurent Vivier Feb. 3, 2022, 2:15 p.m. UTC
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(-)

Comments

Laurent Vivier Feb. 15, 2022, 9:20 a.m. UTC | #1
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(-)
>
Thomas Huth Feb. 21, 2022, 9:17 a.m. UTC | #2
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(-)
>>
>