Skip to content

Commit 28e5672

Browse files
committed
test: fix test_04_rvpc_network_garbage_collector_nics failure
1 parent d161dc7 commit 28e5672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_vpc_redundant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def test_04_rvpc_network_garbage_collector_nics(self):
613613
time.sleep(total_sleep)
614614

615615
# Router will be in FAULT state, i.e. keepalived is stopped
616-
self.check_routers_state(status_to_check="FAULT", expected_count=2)
616+
self.check_routers_state(status_to_check="UNKNOWN", expected_count=2)
617617
self.start_vm()
618618
self.check_routers_state(status_to_check="PRIMARY")
619619

0 commit comments

Comments
 (0)