You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suite Setup Install VIC Appliance To Test Server certs=${True}
19
19
Suite Teardown Cleanup VIC Appliance On Test Server
20
20
21
-
*** Test Cases ***
22
-
Compose Voting App
21
+
*** Keywords ***
22
+
Login To Docker Hub
23
23
${rc}${output}= Run And Return Rc And Output docker %{VCH-PARAMS} login --username=victest --password=%{REGISTRY_PASSWORD}
24
24
Should Be Equal As Integers ${rc}0
25
25
26
+
*** Test Cases ***
27
+
Compose Voting App
28
+
Wait Until Keyword Succeeds 12x 10s Login To Docker Hub
29
+
26
30
Set Environment Variable COMPOSE_HTTP_TIMEOUT 300
27
31
28
32
${rc}${out}= Run And Return Rc And Output docker-compose %{COMPOSE-PARAMS} --skip-hostname-check -f ${CURDIR}/../../../demos/compose/voting-app/docker-compose.yml up -d
0 commit comments