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 48648d4Copy full SHA for 48648d4
test/integration/smoke/test_vpc_redundant.py
@@ -612,10 +612,13 @@ def test_04_rvpc_network_garbage_collector_nics(self):
612
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)
+ # Router will be in UNKNOWN state, i.e. keepalived is stopped
+ self.check_routers_state(status_to_check="UNKNOWN", expected_count=2)
617
+
618
self.start_vm()
619
+ # Routers will be in PRIMARY/BACKUP state
620
self.check_routers_state(status_to_check="PRIMARY")
621
+ self.check_routers_state(status_to_check="BACKUP")
622
623
@attr(tags=["advanced", "intervlan"], required_hardware="true")
624
def test_05_rvpc_multi_tiers(self):
0 commit comments