Skip to content

Commit

Permalink
QE: improve BV smoke tests template
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOne91 authored and admd committed Jun 13, 2024
1 parent 13b7971 commit 9711e9a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Feature: Smoke tests for <client>
And I wait until event "Package List Refresh scheduled by admin" is completed

Scenario: Check that Hardware Refresh button works on a <client>
Given I am on the Systems overview page of this "<client>"
When I follow "Details" in the content area
And I wait until I see "System Status" text
And I follow "Hardware"
Expand All @@ -53,6 +54,7 @@ Feature: Smoke tests for <client>
@skip_for_rocky9
@skip_for_alma9
Scenario: Install a patch on the <client>
Given I am on the Systems overview page of this "<client>"
When I follow "Software" in the content area
And I wait until I see "Upgrade Packages" text
And I follow "Patches" in the content area
Expand All @@ -66,6 +68,7 @@ Feature: Smoke tests for <client>

@skip_for_sle_micro_ssh_minion
Scenario: Install a package on the <client>
Given I am on the Systems overview page of this "<client>"
When I follow "Software" in the content area
And I wait until I see "Upgrade Packages" text
And I follow "Install"
Expand All @@ -81,6 +84,7 @@ Feature: Smoke tests for <client>

@skip_for_sle_micro_ssh_minion
Scenario: Remove package from <client>
Given I am on the Systems overview page of this "<client>"
When I follow "Software" in the content area
And I wait until I see "Upgrade Packages" text
And I follow "List / Remove"
Expand All @@ -107,6 +111,7 @@ Feature: Smoke tests for <client>
Then I should see "My remote command output" in the command output for "<client>"

Scenario: Subscribe a <client> to the configuration channel
Given I am on the Systems overview page of this "<client>"
When I follow "Configuration" in the content area
And I wait until I see "Configuration Overview" text
And I follow "Manage Configuration Channels" in the content area
Expand Down

0 comments on commit 9711e9a

Please sign in to comment.