Skip to content

Commit

Permalink
Changes to Master due to new 6.15 and 6.16 (SatelliteQE#13169)
Browse files Browse the repository at this point in the history
Changes to Master due to new 6.15
  • Loading branch information
jyejare authored Nov 24, 2023
1 parent 3e4abae commit 9f28e58
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ updates:
labels:
- "CherryPick"
- "dependencies"
- "6.15.z"
- "6.14.z"
- "6.13.z"
- "6.12.z"
Expand All @@ -24,6 +25,7 @@ updates:
labels:
- "CherryPick"
- "dependencies"
- "6.15.z"
- "6.14.z"
- "6.13.z"
- "6.12.z"
4 changes: 2 additions & 2 deletions conf/robottelo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ROBOTTELO:
RUN_ONE_DATAPOINT: false
# Satellite version supported by this branch
# UNDR version is used for some URL composition
SATELLITE_VERSION: "6.15"
SATELLITE_VERSION: "6.16"
# The Base OS RHEL Version(x.y) where the satellite would be installed
RHEL_VERSION: "7.9"
RHEL_VERSION: "8.9"
# Dynaconf and Dynaconf hooks related options
SETTINGS:
GET_FRESH: true
4 changes: 2 additions & 2 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ class Colored(Box):


# This should be updated after each version branch
SATELLITE_VERSION = "6.15"
SATELLITE_VERSION = "6.16"
SATELLITE_OS_VERSION = "8"
SAT_NON_GA_VERSIONS = ['6.14', '6.15']
SAT_NON_GA_VERSIONS = ['6.15', '6.16']

# Default system ports
HTTPS_PORT = '443'
Expand Down
2 changes: 0 additions & 2 deletions tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,6 @@ def test_positive_capsule_sync_openstack_container_repos(

module_capsule_configured.wait_for_sync()

@pytest.mark.stream
@pytest.mark.parametrize(
'repos_collection',
[
Expand Down Expand Up @@ -1597,7 +1596,6 @@ def test_positive_content_counts_for_mixed_cv(
[repo.content_counts.get(key) == cnt['counts'].get(key) for key in common_keys]
)

@pytest.mark.stream
@pytest.mark.order(1)
def test_positive_content_counts_blank_update(
self,
Expand Down
1 change: 0 additions & 1 deletion tests/foreman/api/test_contentviewfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ def test_negative_update_repo(self, module_product, sync_repo, content_view, tar
with pytest.raises(HTTPError):
cvf.update(['repository'])

@pytest.mark.stream
@pytest.mark.tier2
@pytest.mark.parametrize(
'filter_type', ['erratum', 'package_group', 'rpm', 'modulemd', 'docker']
Expand Down
1 change: 0 additions & 1 deletion tests/foreman/destructive/test_infoblox.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def test_plugin_installation(target_sat, command_args, command_opts, rpm_command
assert target_sat.execute(rpm_command).status == 0


@pytest.mark.stream
@pytest.mark.e2e
@pytest.mark.parametrize('module_sync_kickstart_content', [8], indirect=True)
def test_infoblox_end_to_end(
Expand Down
1 change: 0 additions & 1 deletion tests/foreman/maintain/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def test_positive_service_stop_start(sat_maintain):
assert result.status == 0


@pytest.mark.stream
@pytest.mark.upgrade
@pytest.mark.include_capsule
@pytest.mark.usefixtures('start_satellite_services')
Expand Down
1 change: 0 additions & 1 deletion tests/foreman/ui/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ def test_positive_entries_per_page(session, setting_update):


@pytest.mark.tier2
@pytest.mark.stream
def test_positive_setting_display_fqdn_for_hosts(session, target_sat):
"""Verify setting display_fqdn_for_hosts set as Yes/No, and FQDN is used for host's name
if it's set to Yes else not, according to setting set.
Expand Down

0 comments on commit 9f28e58

Please sign in to comment.