Skip to content

Commit

Permalink
capsule upgrade playbook -- don't specify target version
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Aug 6, 2024
1 parent 1730af2 commit 0702ec5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/foreman/api/test_remoteexecution.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@
import pytest

from robottelo.config import settings
from robottelo.hosts import get_sat_version
from robottelo.utils import ohsnap
from robottelo.utils.issue_handlers import is_open

CAPSULE_TARGET_VERSION = f'6.{get_sat_version().minor}.z'


@pytest.mark.tier4
def test_positive_run_capsule_upgrade_playbook(module_capsule_configured, target_sat):
Expand Down Expand Up @@ -50,8 +47,7 @@ def test_positive_run_capsule_upgrade_playbook(module_capsule_configured, target
data={
'job_template_id': template_id,
'inputs': {
'target_version': CAPSULE_TARGET_VERSION,
'whitelist_options': 'repositories-validate,repositories-setup,non-rh-packages',
'whitelist_options': 'repositories-validate,repositories-setup',
},
'targeting_type': 'static_query',
'search_query': f'name = {module_capsule_configured.hostname}',
Expand Down

0 comments on commit 0702ec5

Please sign in to comment.