tests/qtest: add some tests for virtio-net failover
authorLaurent Vivier <lvivier@redhat.com>
Wed, 8 Dec 2021 13:03:48 +0000 (14:03 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 15 Dec 2021 07:07:04 +0000 (08:07 +0100)
commite32b96b559cefb8cbb7038e913b94567e1a18045
tree4c6bab829f170a51aaa9979b87b686c9f62a9c5e
parentefe84f03ea88db49ae9180a9ffe4634349333c4e
tests/qtest: add some tests for virtio-net failover

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 <lvivier@redhat.com>
Message-Id: <20211208130350.10178-3-lvivier@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/meson.build
tests/qtest/virtio-net-failover.c [new file with mode: 0644]