Skip to content
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.16.z] Skip AK upgrade test until SAT-28048 is resolved #16399

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/upgrades/test_activation_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def test_pre_create_activation_key(self, activation_key_setup, target_sat):

:expectedresults: Activation key should be created successfully and it's subscription id
should be same with custom repos product id.

:BlockedBy: SAT-28048
"""
ak = activation_key_setup['ak']
org_subscriptions = target_sat.api.Subscription(
Expand Down Expand Up @@ -91,6 +93,8 @@ def test_post_crud_activation_key(self, dependent_scenario_name, target_sat):

:expectedresults: Activation key's entities should be same after upgrade and activation
key update and delete should work.

:BlockedBy: SAT-28048
"""
pre_test_name = dependent_scenario_name
org = target_sat.api.Organization().search(query={'search': f'name={pre_test_name}_org'})
Expand Down