@rhlike_minion
@proxy
Feature: 0023 - Bootstrap a Red Hat-like minion and do some basic operations on it
File name: min_rhlike_salt.feature
Relative path: init_clients/min_rhlike_salt.feature
When
I follow the left menu "Systems > Bootstrapping"
00:00:00.514
Then
I should see a "Bootstrap Minions" text
00:00:00.194
The hostname of rhlike_minion is uyuni-master-rhlike-minion.sumaci.aws
And
I enter "22" as "port"
00:00:00.073
And
I enter "root" as "user"
00:00:00.073
And
I enter "linux" as "password"
00:00:00.108
And
I select "1-RH-LIKE-KEY" from "activationKeys"
00:00:00.138
And
I select the hostname of "proxy" from "proxies" if present
00:00:02.942
And
I click on "Bootstrap"
00:00:00.080
And
I wait until I see "Bootstrap process initiated." text
00:00:37.961
And
I follow the left menu "Systems > System List > All"
00:00:00.332
And
I wait until I see the name of "rhlike_minion", refreshing the page
00:01:13.934
And
I wait until onboarding is completed for "rhlike_minion"
00:00:16.026
@rhlike_minion
@proxy
Scenario: Check connection from Red Hat-like minion to proxy
Given
I am on the Systems overview page of this "rhlike_minion"
00:00:04.157
When
I follow "Details" in the content area
00:00:00.162
And
I follow "Connection" in the content area
00:00:00.107
Then
I should see "proxy" short hostname
00:00:00.122
@rhlike_minion
@proxy
Scenario: Check registration on proxy of Red Hat-like minion
Given
I am on the Systems overview page of this "proxy"
00:00:02.616
When
I follow "Details" in the content area
00:00:00.170
And
I follow "Proxy" in the content area
00:00:00.131
Then
I should see "rhlike_minion" hostname
00:00:00.103
@rhlike_minion
Scenario: Subscribe the Red Hat-like minion to a base channel
Given
I am on the Systems overview page of this "rhlike_minion"
00:00:04.224
When
I follow "Software" in the content area
00:00:00.091
And
I follow "Software Channels" in the content area
00:00:00.072
And
I wait until I do not see "Loading..." text
00:00:00.111
Warning: Radio button 'Fake-Base-Channel-RH-like' is already checked
And
I wait until I do not see "Loading..." text
00:00:00.467
And
I click on "Next"
00:00:00.085
Then
I should see a "Confirm Software Channel Change" text
00:00:00.083
When
I click on "Confirm"
00:00:00.112
Then
I should see a "Changing the channels has been scheduled." text
00:00:00.528
And
I wait until event "Subscribe channels scheduled by admin" is completed
00:00:21.050
@rhlike_minion
Scenario: Detect latest Salt changes on the Red Hat-like minion
* Wed Jun 10 2026 Pablo Suárez Hernández- 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 Suárez Hernández - 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 Gutiérrez Cedrés - Calculate UUID grain for Xen PV guests (bsc#1255418) - Added: