-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cli yum repo authentication test (#16640)
There were multiple levels to this error: * fix parametrization error AttributeError: 'generator' object has no attribute 'copy' * fix assertion * filter invalid parametrizations by adding 'yum_compatible' flag - 'latin-1' codec can't encode characters - Validation failed: Upstream password requires upstream username be set. - Validation failed: Upstream username is too long (maximum is 255 characters) What was sadly not done: * make parametrization ids readable for meanigful debugging
- Loading branch information
Showing
2 changed files
with
22 additions
and
14 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