-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9287 from jordimassaguerpla/ci_add_gh_actions_acc…
…eptance_tests_coverage Increase coverage of acceptance tests github workflow
- Loading branch information
Showing
33 changed files
with
175 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
testsuite/features/github_validation/init_clients/buildhost_bootstrap.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Copyright (c) 2016-2023 SUSE LLC | ||
# Licensed under the terms of the MIT license. | ||
|
||
@buildhost | ||
Feature: Bootstrap a build host via the GUI | ||
|
||
Scenario: Log in as admin user | ||
Given I am authorized for the "Admin" section | ||
|
||
Scenario: Check the new bootstrapped build host in System Overview page | ||
When I follow the left menu "Salt > Keys" | ||
And I accept "build_host" key in the Salt master | ||
And I wait until I do not see "Loading..." text | ||
Then I should see a "accepted" text | ||
When I follow the left menu "Systems > System List > All" | ||
# the build host entitlement adds some extra minutes to apply the salt high-state | ||
And I wait at most 500 seconds until I see the name of "build_host", refreshing the page | ||
Then the Salt master can reach "build_host" | ||
|
||
Scenario: Enable "Container Build Host" system type | ||
Given I am on the Systems overview page of this "build_host" | ||
When I follow "Properties" in the content area | ||
And I check "Container Build Host" | ||
And I check "OS Image Build Host" | ||
And I click on "Update Properties" | ||
|
||
Scenario: Check that the build host is a build host | ||
Given I am on the Systems overview page of this "build_host" | ||
Then I should see a "[Container Build Host]" text | ||
Then I should see a "[OS Image Build Host]" text | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.