@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.187
Then
I should see a "Bootstrap Minions" text
00:00:00.083
The hostname of build_host is uyuni-master-build-host.sumaci.aws
And
I enter "22" as "port"
00:00:00.063
And
I enter "root" as "user"
00:00:00.073
And
I enter "linux" as "password"
00:00:00.071
And
I select "1-BUILD-HOST-KEY-x86_64" from "activationKeys"
00:00:00.109
And
I select the hostname of "proxy" from "proxies" if present
00:00:04.118
And
I click on "Bootstrap"
00:00:00.083
And
I wait until I see "Bootstrap process initiated." text
00:00:48.030
@build_host
Scenario: Check the new bootstrapped build host in System Overview page
When
I follow the left menu "Salt > Keys"
00:00:00.276
Then
I should see a "accepted" text
00:00:01.401
When
I follow the left menu "Systems > System List > All"
00:00:00.372
And
I wait at most 500 seconds until I see the name of "build_host", refreshing the page
00:00:57.333
And
I wait at most 500 seconds until onboarding is completed for "build_host"
00:01:56.491
It took 4 seconds to contact the minion
Given
I am on the Systems overview page of this "build_host"
00:00:01.778
When
I follow "Details" in the content area
00:00:00.084
And
I follow "Connection" in the content area
00:00:00.063
Then
I should see "proxy" short hostname
00:00:00.079
Given
I am on the Systems overview page of this "proxy"
00:00:01.540
When
I follow "Details" in the content area
00:00:00.059
And
I follow "Proxy" in the content area
00:00:00.063
Then
I should see "build_host" hostname
00:00:00.106
* 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: * calculate-uuid-grain-for-xen-pv-guests-759.patch * Fri May 22 2026 pablo.suarezhernandez@suse.com - Add 'show_changes' arg to 'file.append/file.prepend" states - Added: * add-show_changes-to-file.append-and-file.prepend-sta.patch