Skip to content

Commit

Permalink
Fix verifying default docker registry (#8233) (#8248)
Browse files Browse the repository at this point in the history
The default docker registry has been changed from
registry.hub.docker.com to registry-1.docker.io
in PR#8140. Scenario test should also rectify the
URL.

(cherry picked from commit c8199af)
  • Loading branch information
DanielXiao committed Sep 4, 2018
1 parent 8dae825 commit 3fec014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Basic Whitelisting
Should Be Equal As Integers ${rc} 0
Should Contain ${output} Registry Whitelist Mode: enabled
Should Contain ${output} Whitelisted Registries:
Should Contain ${output} Registry: registry.hub.docker.com
Should Contain ${output} Registry: registry-1.docker.io

# Try to login and pull from the HTTPS whitelisted registry (should succeed)
${rc} ${output}= Run And Return Rc And Output docker %{VCH-PARAMS} login -u admin -p %{TEST_PASSWORD} %{HTTPS_HARBOR_IP}
Expand Down

0 comments on commit 3fec014

Please sign in to comment.