Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/integration/smoke/test_vpc_redundant.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def test_04_rvpc_network_garbage_collector_nics(self):
time.sleep(total_sleep)

# Router will be in FAULT state, i.e. keepalived is stopped
self.check_routers_state(status_to_check="FAULT", expected_count=2)
self.check_routers_state(status_to_check="UNKNOWN", expected_count=2)
self.start_vm()
self.check_routers_state(status_to_check="PRIMARY")

Expand Down