Skip to content

Commit

Permalink
test(Gorgone): fix pull test to start poller first, so there is no fa…
Browse files Browse the repository at this point in the history
…iled ping from the host

Refs:MON-139728
  • Loading branch information
Evan-Adam committed Aug 14, 2024
1 parent eb5fd44 commit ea25fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gorgone/tests/robot/resources/resources.resource
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,10 @@ Setup Two Gorgone Instances
Setup Gorgone Config ${central_pull_config} gorgone_name=${central_name} sql_file=${ROOT_CONFIG}db_add_1_poller.sql
Setup Gorgone Config ${poller_pull_config} gorgone_name=${poller_name}

Start Gorgone debug ${poller_name}
Start Gorgone debug ${central_name}
Wait Until Port Is Bind 5556
Start Gorgone debug ${poller_name}

Check Poller Is Connected port=5556 expected_nb=2
Check Poller Communicate 2
END
Expand Down

0 comments on commit ea25fb0

Please sign in to comment.