@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.331
Then
I should see a "Bootstrap Minions" text
00:00:00.138
The hostname of build_host is uyuni-master-build-host.sumaci.aws
And
I enter "22" as "port"
00:00:00.089
And
I enter "root" as "user"
00:00:00.114
And
I enter "linux" as "password"
00:00:00.132
And
I select "1-BUILD-HOST-KEY-x86_64" from "activationKeys"
00:00:00.240
And
I select the hostname of "proxy" from "proxies" if present
00:00:04.321
And
I click on "Bootstrap"
00:00:00.097
And
I wait until I see "Bootstrap process initiated." text
00:00:49.280
@build_host
Scenario: Check the new bootstrapped build host in System Overview page
When
I follow the left menu "Salt > Keys"
00:00:00.298
Then
I should see a "accepted" text
00:00:00.550
When
I follow the left menu "Systems > System List > All"
00:00:00.391
And
I wait at most 500 seconds until I see the name of "build_host", refreshing the page
00:00:56.166
And
I wait at most 500 seconds until onboarding is completed for "build_host"
00:00:57.222
It took 4 seconds to contact the minion
Given
I am on the Systems overview page of this "build_host"
00:00:02.391
When
I follow "Details" in the content area
00:00:00.139
And
I follow "Connection" in the content area
00:00:00.118
Then
I should see "proxy" short hostname
00:00:00.094
Given
I am on the Systems overview page of this "proxy"
00:00:02.146
When
I follow "Details" in the content area
00:00:00.119
And
I follow "Proxy" in the content area
00:00:00.175
Then
I should see "build_host" hostname
00:00:00.222
* Thu May 14 2026 vzhestkov@suse.com - Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700) - Added: * use-non-vendored-tornado-with-python-3.11.patch * Thu May 07 2026 pablo.suarezhernandez@suse.com - Specify .SO ver explicitly in BuildRequire for libsodium * Mon Apr 27 2026 marek.czernek@suse.com - BDSA-2025-60810: Harden Tornado from invalid HTTP reason phrases - Read full URI from ldap pillar config (bsc#1254900) - Added: * bdsa-2025-60810-harden-against-invalid-http-reason-p.patch * read-full-uri-from-ldap-pillar-config-753.patch