@sle_minion
@susemanager
@proxy
Feature: 0024 - Bootstrap a Salt minion via the GUI
File name: sle_minion.feature
Relative path: init_clients/sle_minion.feature
When
I follow the left menu "Systems > Bootstrapping"
00:00:00.237
Then
I should see a "Bootstrap Minions" text
00:00:00.127
The hostname of sle_minion is uyuni-master-suse-minion.sumaci.aws
And
I enter "22" as "port"
00:00:00.092
And
I enter "root" as "user"
00:00:00.122
And
I enter "linux" as "password"
00:00:00.114
And
I select "1-SUSE-KEY-x86_64" from "activationKeys"
00:00:00.177
And
I select the hostname of "proxy" from "proxies" if present
00:00:03.462
And
I click on "Bootstrap"
00:00:00.118
And
I wait until I see "Bootstrap process initiated." text
00:00:50.569
And
I report the bootstrap duration for "sle_minion"
00:00:00.000
@sle_minion
Scenario: Check the new bootstrapped minion in System List page
When
I follow the left menu "Salt > Keys"
00:00:00.210
And
I wait until I do not see "Loading..." text
00:00:00.404
Then
I should see a "accepted" text
00:00:00.086
When
I follow the left menu "Systems > System List > All"
00:00:00.302
And
I wait until I see the name of "sle_minion", refreshing the page
00:00:44.857
execution expired (Timeout::Error) ./features/support/commonlib.rb:89:in `repeat_until_timeout' ./features/step_definitions/navigation_steps.rb:70:in `/^I wait until I see "([^"]*)" (text|regex), refreshing the page$/' ./features/step_definitions/common_steps.rb:157:in `/^I wait (\d+) seconds until the event is picked up and (\d+) seconds until the event "([^"]*)" is completed$/' ./features/step_definitions/setup_steps.rb:218:in `/^I wait at most (\d+) seconds until onboarding is completed for "([^"]*)"$/' ./features/step_definitions/setup_steps.rb:230:in `/^I wait until onboarding is completed for "([^"]*)"$/' features/init_clients/sle_minion.feature:32:in `I wait until onboarding is completed for "sle_minion"'
Then
the Salt master can reach "sle_minion"
0s
And
I report the onboarding duration for "sle_minion"
0s
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.669
When
I follow "Details" in the content area
00:00:00.078
And
I follow "Connection" in the content area
00:00:00.066
Then
I should see "proxy" short hostname
00:00:00.067
Given
I am on the Systems overview page of this "proxy"
00:00:01.553
When
I follow "Details" in the content area
00:00:00.062
And
I follow "Proxy" in the content area
00:00:00.066
Then
I should see "sle_minion" hostname
00:00:00.097