forked from SatelliteQE/robottelo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that we have robotello.yaml support added, I went back and redid these tests. See SatelliteQE#6334 for the previous attempt - test registries with long passwords (>255) - start to be able test against a larger number of registries
- Loading branch information
1 parent
9b24366
commit 8362c64
Showing
4 changed files
with
175 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
|
||
# Container registry and repo set information to use for container repo syncing. | ||
container_repo: | ||
multi_registry_test_configs: | ||
- label: registry1 | ||
registry_url: https://registry2.example.com | ||
registry_username: # Username | ||
registry_password: #Token or password | ||
repos_to_sync: [repo1, repo1/x1, repo2/x4] # These really can be anything, just keep them small | ||
- label: registry2 | ||
registry_url: https://registry3.example.com | ||
registry_username: #Username | ||
registry_password: #Password or token | ||
repos_to_sync: [repo2, repo3/x1, repo2/x4] # These really can be anything, just keep them small | ||
|
||
|
||
# RH Registry Token based auth | ||
long_pass_test_registry: | ||
label: rhregistry_tokenauth1 | ||
registry_url: https://registry.redhat.io | ||
registry_username: # Username | ||
registry_password: #Token or password needs to be > 255 | ||
repos_to_sync: [rhel7, rhel8/net-snmp, rhel7/etcd] # These really can be anything, just keep them small |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters