Skip to content

Commit

Permalink
Merge pull request #8579 from nodeg/50bv-proxy
Browse files Browse the repository at this point in the history
QE: BV fixes for SLE Micro and containerized proxy
  • Loading branch information
deneb-alpha authored Apr 11, 2024
2 parents 1c30da4 + 1aa8bcf commit 08beffb
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ Feature: Setup containerized proxy
As the system administrator
I want to register the containerized proxy on the server

Scenario: Clean up sumaform leftovers on the containerized proxy
When I perform a full salt minion cleanup on "proxy"
And I reboot the "proxy" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section

# TODO: Enable the following scenarios once the team fixes the SLE Micro bootstrapping issues
# TODO: Remove this tag, once bsc#1222628 is fixed
@skip
Scenario: Bootstrap the proxy host as a salt minion
When I follow the left menu "Systems > Bootstrapping"
Expand All @@ -31,13 +35,12 @@ Feature: Setup containerized proxy
And I click on "Bootstrap"
And I wait until I see "Bootstrap process initiated." text

# workaround for bsc#1218146
# Once we start using Leap Micro #23811 in Uyuni Proxy, we need to remove this Cucumber tag
# TODO: Remove this tag, once bsc#1222628 is fixed
@skip
@susemanager
Scenario: Reboot the proxy host
When I reboot the "proxy" host through SSH, waiting until it comes back

# TODO: Remove this tag, once bsc#1222628 is fixed
@skip
Scenario: Wait until the proxy host appears
When I wait until onboarding is completed for "proxy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.1 Salt minion

Scenario: Clean up sumaform leftovers on a SLE Micro 5.1 minion
When I perform a full salt minion cleanup on "slemicro51_minion"
And I reboot the "slemicro51_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.1 Salt SSH minion

Scenario: Clean up sumaform leftovers on a SLE Micro SSH 5.1 minion
When I perform a full salt minion cleanup on "slemicro51_ssh_minion"
And I reboot the "slemicro51_ssh_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.2 Salt minion

Scenario: Clean up sumaform leftovers on a SLE Micro 5.2 minion
When I perform a full salt minion cleanup on "slemicro52_minion"
And I reboot the "slemicro52_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.2 Salt SSH minion

Scenario: Clean up sumaform leftovers on a SLE Micro SSH 5.2 SSH minion
When I perform a full salt minion cleanup on "slemicro52_ssh_minion"
And I reboot the "slemicro52_ssh_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.3 Salt minion

Scenario: Clean up sumaform leftovers on a SLE Micro 5.3 minion
When I perform a full salt minion cleanup on "slemicro53_minion"
And I reboot the "slemicro53_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.3 Salt SSH minion

Scenario: Clean up sumaform leftovers on a SLE Micro SSH 5.3 SSH minion
When I perform a full salt minion cleanup on "slemicro53_ssh_minion"
And I reboot the "slemicro53_ssh_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.4 Salt minion

Scenario: Clean up sumaform leftovers on a SLE Micro 5.4 minion
When I perform a full salt minion cleanup on "slemicro54_minion"
And I reboot the "slemicro54_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.4 Salt SSH minion

Scenario: Clean up sumaform leftovers on a SLE Micro SSH 5.4 SSH minion
When I perform a full salt minion cleanup on "slemicro54_ssh_minion"
And I reboot the "slemicro54_ssh_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.5 Salt minion

Scenario: Clean up sumaform leftovers on a SLE Micro 5.5 minion
When I perform a full salt minion cleanup on "slemicro55_minion"
And I reboot the "slemicro55_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Feature: Bootstrap a SLE Micro 5.5 Salt SSH minion

Scenario: Clean up sumaform leftovers on a SLE Micro SSH 5.5 SSH minion
When I perform a full salt minion cleanup on "slemicro55_ssh_minion"
And I reboot the "slemicro55_ssh_minion" host through SSH, waiting until it comes back

Scenario: Log in as admin user
Given I am authorized for the "Admin" section
Expand Down

0 comments on commit 08beffb

Please sign in to comment.