We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d161dc7 commit 28e5672Copy full SHA for 28e5672
test/integration/smoke/test_vpc_redundant.py
@@ -613,7 +613,7 @@ def test_04_rvpc_network_garbage_collector_nics(self):
613
time.sleep(total_sleep)
614
615
# Router will be in FAULT state, i.e. keepalived is stopped
616
- self.check_routers_state(status_to_check="FAULT", expected_count=2)
+ self.check_routers_state(status_to_check="UNKNOWN", expected_count=2)
617
self.start_vm()
618
self.check_routers_state(status_to_check="PRIMARY")
619
0 commit comments