-
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
SAT-23362-update-fixture-as-per-new-feature(6.16) #14673
SAT-23362-update-fixture-as-per-new-feature(6.16) #14673
Conversation
trigger: test-robottelo |
f31f2e6
to
ad18bcb
Compare
PRT Result
|
Robottelo-pr-testing It's not related to current change. |
This comment was marked as duplicate.
This comment was marked as duplicate.
trigger: test-robottelo |
PRT Result
|
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
075013f
to
ab37a93
Compare
PRT Result
|
trigger: test-robottelo |
ab37a93
to
d04f5b6
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
trigger: test-robottelo |
PRT Result
|
@vijaysawant Did you missed this code to update https://github.com/SatelliteQE/robottelo/blob/master/tests/foreman/cli/test_repositories.py#L119 ? |
Yes, as the constants value updated then corresponding keys need to be updated. |
d04f5b6
to
75cd151
Compare
@vijaysawant try to run tests that use kickstart from reposet. |
trigger: test-robottelo |
PRT Result
|
|
PRT Result
|
Problem Statement
[1] Component Audit: SAT-23362
test_positive_delete_rhel_repo
test_positive_sync_repo_null_contents_changed
test_positive_sync_kickstart_check_os
test_positive_recreate_pulp_repositories
test_positive_sync_rh_repos
6.16 satellite doesn't support sca disable org, because tests were using fixture
*_entitlement_manifest_org
[2] During TFA, found test
test_positive_delete_rhel_repo
was failing due to airgun issueError -
IndexError: list index out of range
This was due to wrong search box and search button[3] During TFA, found test
test_positive_sync_kickstart_check_os
was failing due to keyErrorKeyError: 'rhel8 + "_bos"'
Solution
[1] Update fixture, this solution is only applicable to stream version of satellite.
[2] Update airgun view and entities, PR mentioned in Related Issues section and applicable for new UI
6.15.Z
andStream
[3] Changed robottelo constants key for
REPOSET>kickstart>distro
fromrhel8
torhel8_bos
rhel9
torhel9_bos
Link robottelo/constants/init.py
Related Issues
Airgun PR: SatelliteQE/airgun#1315 (Merged)