@deblike_minion
@proxy
Feature: 0022 - Bootstrap a Debian-like minion and do some basic operations on it
File name: min_deblike_salt.feature
Relative path: init_clients/min_deblike_salt.feature
When
I follow the left menu "Systems > Bootstrapping"
00:00:00.505
Then
I should see a "Bootstrap Minions" text
00:00:00.118
The hostname of deblike_minion is uyuni-master-deblike-minion
And
I enter "22" as "port"
00:00:00.059
And
I enter "root" as "user"
00:00:00.071
And
I enter "linux" as "password"
00:00:00.111
And
I select "1-DEBLIKE-KEY" from "activationKeys"
00:00:00.101
And
I select the hostname of "proxy" from "proxies" if present
00:00:03.012
And
I click on "Bootstrap"
00:00:00.095
And
I wait until I see "Bootstrap process initiated." text
00:00:45.303
And
I follow the left menu "Systems > System List > All"
00:00:00.281
And
I wait until I see the name of "deblike_minion", refreshing the page
00:01:27.184
And
I wait until onboarding is completed for "deblike_minion"
00:00:18.873
* 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 8 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 3 2026 Yeray Gutiérrez Cedrés - Calculate UUID grain for Xen PV guests (bsc#1255418) - Added: * calculate-uuid-grain-for-xen-pv-guests-759.patch * Fri May 22 2026 Pablo Suárez Hernández
@deblike_minion
@proxy
Scenario: Check connection from the Debian-like minion to proxy
Given
I am on the Systems overview page of this "deblike_minion"
00:00:04.840
When
I follow "Details" in the content area
00:00:00.099
And
I follow "Connection" in the content area
00:00:00.114
Then
I should see "proxy" short hostname
00:00:00.081
@deblike_minion
@proxy
Scenario: Check registration on proxy of the Debian-like minion
Given
I am on the Systems overview page of this "proxy"
00:00:03.335
When
I follow "Details" in the content area
00:00:00.097
And
I follow "Proxy" in the content area
00:00:00.205
Then
I should see "deblike_minion" hostname
00:00:00.263
@deblike_minion
Scenario: Subscribe the Debian-like minion to a base channel
Given
I am on the Systems overview page of this "deblike_minion"
00:00:06.142
When
I follow "Software" in the content area
00:00:00.088
And
I follow "Software Channels" in the content area
00:00:00.076
And
I wait until I do not see "Loading..." text
00:00:00.072
Warning: Radio button 'Fake-Base-Channel-Debian-like' is already checked
And
I wait until I do not see "Loading..." text
00:00:00.388
And
I click on "Next"
00:00:00.074
Then
I should see a "Confirm Software Channel Change" text
00:00:00.070
When
I click on "Confirm"
00:00:00.098
Then
I should see a "Changing the channels has been scheduled." text
00:00:00.353
And
I wait until event "Subscribe channels scheduled by admin" is completed
00:00:22.941
@deblike_minion
Scenario: Detect latest Salt changes on the Debian-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 8 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 3 2026 Yeray Gutiérrez Cedrés - Calculate UUID grain for Xen PV guests (bsc#1255418) - Added: * calculate-uuid-grain-for-xen-pv-guests-759.patch * Fri May 22 2026 Pablo Suárez Hernández