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

Laurent Vivier posted 7 patches 4 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220203141537.972317-1-lvivier@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Thomas Huth <thuth@redhat.com>
tests/qtest/virtio-net-failover.c | 911 +++++++++++++++++++++++-------
1 file changed, 716 insertions(+), 195 deletions(-)
[PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2)
Posted by Laurent Vivier 4 years ago
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(-)

-- 
2.34.1



Re: [PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2)
Posted by Laurent Vivier 3 years, 11 months ago
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(-)
> 


Re: [PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2)
Posted by Thomas Huth 3 years, 11 months ago
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(-)
>>
>