@build_host
@proxy
Feature: 0021 - Bootstrap a build host via the GUI
File name: buildhost_bootstrap.feature
Relative path: init_clients/buildhost_bootstrap.feature
When
I follow the left menu "Systems > Bootstrapping"
00:00:00.252
Then
I should see a "Bootstrap Minions" text
00:00:00.176
The hostname of build_host is uyuni-master-build-host.sumaci.aws
And
I enter "22" as "port"
00:00:00.103
And
I enter "root" as "user"
00:00:00.111
And
I enter "linux" as "password"
00:00:00.097
And
I select "1-BUILD-HOST-KEY-x86_64" from "activationKeys"
00:00:00.115
And
I select the hostname of "proxy" from "proxies" if present
00:00:03.156
And
I click on "Bootstrap"
00:00:00.142
And
I wait until I see "Bootstrap process initiated." text
00:00:49.175
@build_host
Scenario: Check the new bootstrapped build host in System Overview page
When
I follow the left menu "Salt > Keys"
00:00:00.239
Then
I should see a "accepted" text
00:00:00.581
When
I follow the left menu "Systems > System List > All"
00:00:00.276
And
I wait at most 500 seconds until I see the name of "build_host", refreshing the page
00:00:57.184
And
I wait at most 500 seconds until onboarding is completed for "build_host"
00:04:19.675
+ Show Error
+ Screenshot
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/init_clients/buildhost_bootstrap.feature:31:in `I wait at most 500 seconds until onboarding is completed for "build_host"'
Then
the Salt master can reach "build_host"
0s
Given
I am on the Systems overview page of this "build_host"
00:00:01.727
When
I follow "Details" in the content area
00:00:00.079
And
I follow "Connection" in the content area
00:00:00.067
Then
I should see "proxy" short hostname
00:00:00.082
Given
I am on the Systems overview page of this "proxy"
00:00:01.749
When
I follow "Details" in the content area
00:00:00.061
And
I follow "Proxy" in the content area
00:00:00.067
Then
I should see "build_host" hostname
00:00:00.099
* Wed Jun 10 2026 pablo.suarezhernandez@suse.com - Fix ImportError during reentrant SIGTERM shutdown - Fix broken "pkg.info_installed" after migration to salt.utils.timeutil - Added: * fix-importerror-during-reentrant-sigterm-shutdown.patch * fix-broken-pkg.info_installed-after-moving-to-salt.u.patch * Mon Jun 08 2026 pablo.suarezhernandez@suse.com - Fix deprecation warnings when running on Python 3.13 - Added: * fix-deprecation-warnings-when-running-on-python-3.13.patch * Wed Jun 03 2026 yeray.gutierrez@suse.com - Calculate UUID grain for Xen PV guests (bsc#1255418) - Added: