Skip to content

Commit

Permalink
Changes for 6.16.z new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 13, 2024
1 parent f78a891 commit 8f452db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ updates:
schedule:
interval: "daily"
labels:
- '6.16.z'
- "CherryPick"
- "dependencies"
- "6.15.z"
Expand All @@ -23,6 +24,7 @@ updates:
schedule:
interval: "daily"
labels:
- '6.16.z'
- "CherryPick"
- "dependencies"
- "6.15.z"
Expand Down
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.16"
SATELLITE_VERSION = "6.17"
SATELLITE_OS_VERSION = "8"
SAT_NON_GA_VERSIONS = ['6.15', '6.16']
SAT_NON_GA_VERSIONS = ['6.16', '6.17']

# Default system ports
HTTPS_PORT = '443'
Expand Down
2 changes: 0 additions & 2 deletions tests/foreman/cli/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
],
indirect=True,
)
@pytest.mark.stream
def test_positive_content_counts_for_mixed_cv(
target_sat,
module_capsule_configured,
Expand Down Expand Up @@ -179,7 +178,6 @@ def test_positive_content_counts_for_mixed_cv(
assert len(info['lifecycle-environments']) == 0, 'The LCE is still listed'


@pytest.mark.stream
def test_positive_update_counts(target_sat, module_capsule_configured):
"""Verify the update counts functionality
Expand Down

0 comments on commit 8f452db

Please sign in to comment.