Skip to content

Commit 3fec014

Browse files
authored
Fix verifying default docker registry (#8233) (#8248)
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)
1 parent 8dae825 commit 3fec014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manual-test-cases/Group21-Registries/21-1-Whitelist.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Basic Whitelisting
7272
Should Be Equal As Integers ${rc} 0
7373
Should Contain ${output} Registry Whitelist Mode: enabled
7474
Should Contain ${output} Whitelisted Registries:
75-
Should Contain ${output} Registry: registry.hub.docker.com
75+
Should Contain ${output} Registry: registry-1.docker.io
7676

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

0 commit comments

Comments
 (0)