Skip to content

Commit

Permalink
Handle other connection exception in test_go_active_action_fail() tes…
Browse files Browse the repository at this point in the history
…tcase
  • Loading branch information
legaul-cisco committed Dec 14, 2023
1 parent b6fc809 commit dce258d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/it/test_main_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ def test_go_active_action_fail(
"Hit exception when performing aws_activate_vip action on "
"<xr_interface=HundredGigE0/0/0/1,vrid=1>"
) in ctr_logs
assert "ConnectTimeoutError: Connect timeout on endpoint URL" in ctr_logs
assert (
"ConnectTimeoutError: Connect timeout on endpoint URL" in ctr_logs
or "EndpointConnectionError: Could not connect to the endpoint URL" in ctr_logs
)


def test_consistency_check_action_fail(
Expand Down

0 comments on commit dce258d

Please sign in to comment.