[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2)
From: |
Laurent Vivier |
Subject: |
[PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2) |
Date: |
Thu, 3 Feb 2022 15:15:30 +0100 |
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
- [PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2),
Laurent Vivier <=
- [PATCH 3/7] tests/qtest: failover: check the feature is correctly provided, Laurent Vivier, 2022/02/03
- [PATCH 1/7] tests/qtest: failover: clean up pathname of tests, Laurent Vivier, 2022/02/03
- [PATCH 4/7] tests/qtest: failover: check missing guest feature, Laurent Vivier, 2022/02/03
- [PATCH 7/7] tests/qtest: failover: migration abort test with failover off, Laurent Vivier, 2022/02/03
- [PATCH 5/7] tests/qtest: failover: check migration with failover off, Laurent Vivier, 2022/02/03
- [PATCH 2/7] tests/qtest: failover: use a macro for check_one_card(), Laurent Vivier, 2022/02/03
- [PATCH 6/7] tests/qtest: failover: test migration if the guest doesn't support failover, Laurent Vivier, 2022/02/03
- Re: [PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2), Laurent Vivier, 2022/02/15