@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.208
Then
I should see a "Bootstrap Minions" text
00:00:00.207
The hostname of deblike_minion is uyuni-master-deblike-minion
And
I enter "22" as "port"
00:00:00.081
And
I enter "root" as "user"
00:00:00.093
And
I enter "linux" as "password"
00:00:00.083
And
I select "1-DEBLIKE-KEY" from "activationKeys"
00:00:00.146
And
I select the hostname of "proxy" from "proxies" if present
00:00:02.748
And
I click on "Bootstrap"
00:00:00.122
And
I wait until I see "Bootstrap process initiated." text
00:00:42.702
And
I follow the left menu "Systems > System List > All"
00:00:00.483
And
I wait until I see the name of "deblike_minion", refreshing the page
00:00:58.876
And
I wait until onboarding is completed for "deblike_minion"
00:00:40.154
+ Show Error
+ Show Info
+ Screenshot
unknown error - Event failed (SystemCallError) ./features/step_definitions/navigation_steps.rb:107:in `block (2 levels) in (top (required))' ./features/support/commonlib.rb:100:in `block in repeat_until_timeout' ./features/support/commonlib.rb:89:in `repeat_until_timeout' ./features/step_definitions/navigation_steps.rb:99:in `/^I wait at most (\d+) seconds until the event is completed, 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/step_definitions/setup_steps.rb:230:in `/^I wait until onboarding is completed for "([^"]*)"$/' features/init_clients/min_deblike_salt.feature:26:in `I wait until onboarding is completed for "deblike_minion"'
Event Details: An unexpected error has occurred. Please check the server logs.
And
I query latest Salt changes on Debian-like system "deblike_minion"
0s
@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:02.845
When
I follow "Details" in the content area
00:00:00.102
And
I follow "Connection" in the content area
00:00:00.079
Then
I should see "proxy" short hostname
00:00:00.109
@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:01.737
When
I follow "Details" in the content area
00:00:00.109
And
I follow "Proxy" in the content area
00:00:00.116
Then
I should see "deblike_minion" hostname
00:00:00.157
@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:02.228
When
I follow "Software" in the content area
00:00:00.106
And
I follow "Software Channels" in the content area
00:00:00.143
And
I wait until I do not see "Loading..." text
00:00:00.152
Warning: Radio button 'Fake-Base-Channel-Debian-like' is already checked
And
I wait until I do not see "Loading..." text
00:00:00.469
And
I click on "Next"
00:00:00.118
Then
I should see a "Confirm Software Channel Change" text
00:00:00.120
When
I click on "Confirm"
00:00:00.109
Then
I should see a "Changing the channels has been scheduled." text
00:00:00.421
And
I wait until event "Subscribe channels scheduled by admin" is completed
00:00:19.288
@deblike_minion
Scenario: Detect latest Salt changes on the Debian-like minion
* 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 - Add 'show_changes' arg to 'file.append/file.prepend" states - Added: * add-show_changes-to-file.append-and-file.prepend-sta.patch * Thu May 14 2026 Victor Zhestkov - Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700) - Added:
@deblike_minion
Scenario: Check events history for failures on Debian-like minion
Given
I am on the Systems overview page of this "deblike_minion"
00:00:01.545
Failures in event history found: Package List Refresh scheduled by admin 2026-06-11 08:00:34 CEST 13 (ScriptError) ./features/step_definitions/setup_steps.rb:476:in `/^I check for failed events on history event page$/' features/init_clients/min_deblike_salt.feature:61:in `I check for failed events on history event page'