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

testsuite: update reposync to leap 15.5 #7647

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Feature: Reposync works as expected
And I wait until the channel "sle-module-containers15-sp4-pool-x86_64" has been synced with packages

@uyuni
Scenario: Check reposync of openSUSE Leap 15.4 channels being finished
Then I wait until the channel "opensuse_leap15_4" has been synced with packages
And I wait until the channel "opensuse_leap15_4-non-oss" has been synced with packages
And I wait until the channel "opensuse_leap15_4-non-oss-updates" has been synced with packages
And I wait until the channel "opensuse_leap15_4-updates" has been synced with packages
And I wait until the channel "opensuse_leap15_4-backports-updates" has been synced with packages
And I wait until the channel "opensuse_leap15_4-sle-updates" has been synced with packages
Scenario: Check reposync of openSUSE Leap 15.5 channels being finished
Then I wait until the channel "opensuse_leap15_5" has been synced with packages
And I wait until the channel "opensuse_leap15_5-non-oss" has been synced with packages
And I wait until the channel "opensuse_leap15_5-non-oss-updates" has been synced with packages
And I wait until the channel "opensuse_leap15_5-updates" has been synced with packages
And I wait until the channel "opensuse_leap15_5-backports-updates" has been synced with packages
And I wait until the channel "opensuse_leap15_5-sle-updates" has been synced with packages
And I wait until the channel "uyuni-proxy-devel-leap" has been synced with packages

@scc_credentials
Expand All @@ -58,6 +58,6 @@ Feature: Reposync works as expected

@uyuni
Scenario: Check reposync of Client Tools being finished
And I wait until the channel "opensuse_leap15_4-uyuni-client" has been synced with packages
And I wait until the channel "opensuse_leap15_5-uyuni-client" has been synced with packages
And I wait until the channel "rockylinux8-uyuni-client-x86_64" has been synced with packages
And I wait until the channel "ubuntu-2204-amd64-uyuni-client" has been synced with packages
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Feature: Synchronize extra products in the products page of the Setup Wizard
When I use spacewalk-common-channel to add channel "sle-product-sles15-sp4-pool-x86_64 sles15-sp4-uyuni-client" with arch "x86_64"

@uyuni
Scenario: Add openSUSE Leap 15.4 product, including Uyuni Client Tools
When I use spacewalk-common-channel to add channel "opensuse_leap15_4 opensuse_leap15_4-non-oss opensuse_leap15_4-non-oss-updates opensuse_leap15_4-updates opensuse_leap15_4-backports-updates opensuse_leap15_4-sle-updates uyuni-proxy-devel-leap opensuse_leap15_4-uyuni-client" with arch "x86_64"
Scenario: Add openSUSE Leap 15.5 product, including Uyuni Client Tools
When I use spacewalk-common-channel to add channel "opensuse_leap15_5 opensuse_leap15_5-non-oss opensuse_leap15_5-non-oss-updates opensuse_leap15_5-updates opensuse_leap15_5-backports-updates opensuse_leap15_5-sle-updates uyuni-proxy-devel-leap opensuse_leap15_5-uyuni-client" with arch "x86_64"

@scc_credentials
@susemanager
Expand Down