[Fullstack] Don't assert no connectivity after host is stopped
In the fullstack L3 HA tests, after fake host with router was killed
or disconnected (so wasn't stopped gracefully) there was assertion that
connectivity using Floating IP is broken for short period of time.
This could lead to the race between test and keepalived which is doing
failover. If keepalived was fast enough, test could fail at this
assertion as failover would already happen and Floating IP would be
working fine again.
This patch removes that assertion of no connectity as this can't be
really controlled by the test and may lead to random failures. It's also
not the most important thing in those tests - we should make sure that
connectivity is working fine after host is crashed thanks to the
failover which should happen and that is tested in the same tests.
Reviewed: https:/ /review. opendev. org/c/openstack /neutron/ +/937097 /opendev. org/openstack/ neutron/ commit/ 813e743f0665b30 082e3f678985001 9dc35bcad7
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 813e743f0665b30 082e3f678985001 9dc35bcad7
Author: Slawek Kaplonski <email address hidden>
Date: Thu Dec 5 10:02:22 2024 +0100
[Fullstack] Don't assert no connectivity after host is stopped
In the fullstack L3 HA tests, after fake host with router was killed
or disconnected (so wasn't stopped gracefully) there was assertion that
connectivity using Floating IP is broken for short period of time.
This could lead to the race between test and keepalived which is doing
failover. If keepalived was fast enough, test could fail at this
assertion as failover would already happen and Floating IP would be
working fine again.
This patch removes that assertion of no connectity as this can't be
really controlled by the test and may lead to random failures. It's also
not the most important thing in those tests - we should make sure that
connectivity is working fine after host is crashed thanks to the
failover which should happen and that is tested in the same tests.
Closes-bug: #2091021 b2c234cbc90cac8 1723b4eec11
Change-Id: Ib00c9823e3600b