-
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
6.14.z-fix keyError: 'rhel8 + _bos' from api>tests_repository.py #14875
6.14.z-fix keyError: 'rhel8 + _bos' from api>tests_repository.py #14875
Conversation
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In master
this was changed by #14673. But I can't see the changes in 6.15.z
.
Can you raise this against 6.15.z
and CP back to 6.14.z
to keep the branches consistent?
This branch is locally checkout against |
Here it is PR for 6.15.z #14878 |
Problem Statement
During TFA, found test
test_positive_sync_kickstart_check_os
was failing due to error belowKeyError: 'rhel8 + "_bos"'
andKeyError: 'rhel9 + "_bos"'
Solution
Along with small change in failed test, make changes in robottelo constants keys for REPOSET>kickstart>distro from
rhel8
torhel8_bos
rhel9
torhel9_bos
Related Issues
N/A
PRT test Cases example
trigger: test-robottelo
pytest: tests/foreman/api/test_repository.py -k 'test_positive_sync_kickstart_check_os'
trigger: test-robottelo
pytest: tests/foreman/cli/test_repositories.py -k 'test_positive_disable_rh_repo_with_basearch'