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

Fix indentation issues and remove a feature to create bootstrap repositories in BV that it's doing a duplicate action, that we do in the template. #9377

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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 @@ -397,14 +397,14 @@ Feature: Sanity checks
And "opensuse155arm_ssh_minion" should communicate with the server using public interface
And the clock from "opensuse155arm_ssh_minion" should be exact

@opensuse156arm_minion
@opensuse156arm_minion
Scenario: The openSUSE 15.6 ARM minion is healthy
Then "opensuse156arm_minion" should have a FQDN
And reverse resolution should work for "opensuse156arm_minion"
And "opensuse156arm_minion" should communicate with the server using public interface
And the clock from "opensuse156arm_minion" should be exact

@opensuse156arm_ssh_minion
@opensuse156arm_ssh_minion
Scenario: The openSUSE 15.6 ARM SSH minion is healthy
Then "opensuse156arm_ssh_minion" should have a FQDN
And reverse resolution should work for "opensuse156arm_ssh_minion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

@<client>
Feature: Create bootstrap repository for <client>
In order to be able to enroll clients with MU repositories
As the system administrator
I create all bootstrap repos with --with-custom-channels option
In order to be able to enroll clients with MU repositories
As the system administrator
I create all bootstrap repos with --with-custom-channels option

Scenario: Create the bootstrap repository for <client>
When I create the bootstrap repository for "<client>" on the server <optional-flush-option>

This file was deleted.

2 changes: 1 addition & 1 deletion testsuite/features/reposync/srv_sync_products.feature
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Feature: Synchronize products in the products page of the Setup Wizard
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I do not see "Loading" text
Then I should not see a "Operation not successful" text
And I should only see success signs in the product list
And I should only see success signs in the product list

@scc_credentials
Scenario: Trigger a refresh of the products synched from SCC
Expand Down
Loading