-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
small correction in hammer repository create command #13956
small correction in hammer repository create command #13956
Conversation
Note- PRT comment to check regression, which is not part of this fix. Build 5566 |
trigger: test-robottelo |
Note: Now running PRT comment for the fix provided. Build 5567
|
trigger: test-robottelo |
Build 5567 has Passed! |
(cherry picked from commit 67b7e33)
(cherry picked from commit 67b7e33)
(cherry picked from commit 67b7e33)
Problem Statement
TestAnsibleCollectionRepository::test_positive_sync_ansible_collection_from_satellite[ansible_galaxy]
was failing due to wrong option passed to hammer command.Applicable only for
6.14.z
,6.15.z
andstream
test_repository.py::TestAnsibleCollectionRepository::test_positive_sync_ansible_collection[ansible_hub]
and error was related to repository synchronize. When tested locally test passed, wanted to make sure this test passes or not in CI so I would run separate PRT comment for that.Solution
Local test result:
Related Issues
No