@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
@proxy
Feature: 0047 - Bootstrap a SSH-managed Debian-like minion and do some basic operations on it
File name: min_deblike_ssh.feature
Relative path: secondary/min_deblike_ssh.feature
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Delete the Debian-like minion
When
I am on the Systems overview page of this "deblike_minion"
00:00:02.163
And
I follow "Delete System"
00:00:00.469
Then
I should see a "Confirm System Profile Deletion" text
00:00:00.061
When
I click on "Delete Profile"
00:00:00.061
And
I wait until I see "has been deleted" text
00:04:03.717
And
I wait until Salt client is inactive on "deblike_minion"
00:00:01.798
Then
"deblike_minion" should not be registered
00:00:01.081
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Bootstrap a SSH-managed Debian-like minion
When
I follow the left menu "Systems > Bootstrapping"
00:00:00.081
Then
I should see a "Bootstrap Minions" text
00:00:00.062
When
I check "manageWithSSH"
00:00:00.090
The hostname of deblike_minion is uyuni-master-deblike-minion
And
I enter "linux" as "password"
00:00:00.061
And
I select the hostname of "proxy" from "proxies" if present
00:00:00.077
And
I click on "Bootstrap"
00:00:00.064
And
I wait at most 480 seconds until I see "Bootstrap process initiated." text
00:00:47.595
And
I follow the left menu "Systems > System List > All"
00:00:00.147
And
I wait until I see the name of "deblike_minion", refreshing the page
00:00:17.292
And
I wait until onboarding is completed for "deblike_minion"
00:01:17.584
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
@proxy
Scenario: Check connection from SSH-managed Debian-like minion to proxy
Given
I am on the Systems overview page of this "deblike_minion"
00:00:01.698
When
I follow "Details" in the content area
00:00:00.075
And
I follow "Connection" in the content area
00:00:00.068
Then
I should see "proxy" short hostname
00:00:00.066
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
@proxy
Scenario: Check registration on proxy of SSH-managed Debian-like minion
Given
I am on the Systems overview page of this "proxy"
00:00:01.671
When
I follow "Details" in the content area
00:00:00.060
And
I follow "Proxy" in the content area
00:00:00.065
Then
I should see "deblike_minion" hostname
00:00:00.094
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Subscribe the SSH-managed Debian-like minion to a base channel
Given
I am on the Systems overview page of this "deblike_minion"
00:00:01.756
When
I follow "Software" in the content area
00:00:00.069
And
I follow "Software Channels" in the content area
00:00:00.065
And
I wait until I do not see "Loading..." text
00:00:00.067
And
I check radio button "Fake-Base-Channel-Debian-like"
00:00:10.063
And
I wait until I do not see "Loading..." text
00:00:00.529
And
I click on "Next"
00:00:00.063
Then
I should see a "Confirm Software Channel Change" text
00:00:00.057
When
I click on "Confirm"
00:00:00.057
Then
I should see a "Changing the channels has been scheduled." text
00:00:00.280
And
I wait until event "Subscribe channels scheduled" is completed
00:00:39.165
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Check events history for failures on SSH-managed Debian-like minion
Given
I am on the Systems overview page of this "deblike_minion"
00:00:01.727
Then
I check for failed events on history event page
00:01:00.961
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Run a remote command on the SSH-managed Debian-like minion
When
I follow the left menu "Salt > Remote Commands"
00:00:00.135
Then
I should see a "Remote Commands" text in the content area
00:00:00.025
When
I enter command "cat /etc/os-release"
00:00:00.096
And
I enter target "deblike_minion"
00:00:00.092
And
I click on preview
00:00:10.329
And
I click on run
00:00:00.046
Then
I should see "deblike_minion" hostname
00:00:00.056
When
I wait until I see "show response" text
00:00:06.105
And
I expand the results for "deblike_minion"
00:00:00.049
Then
I should see a "ID=ubuntu" text
00:00:00.052
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Check events history for failures on SSH-managed Debian-like minion
Given
I am on the Systems overview page of this "deblike_minion"
00:00:01.827
Then
I check for failed events on history event page
00:01:11.097
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Cleanup: delete the SSH-managed Debian-like minion
When
I am on the Systems overview page of this "deblike_minion"
00:00:01.798
And
I follow "Delete System"
00:00:00.541
Then
I should see a "Confirm System Profile Deletion" text
00:00:00.060
When
I click on "Delete Profile"
00:00:00.077
And
I wait until I see "has been deleted" text
00:00:15.809
Then
"deblike_minion" should not be registered
00:00:01.154
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Cleanup: bootstrap a Debian-like minion
When
I follow the left menu "Systems > Bootstrapping"
00:00:00.081
Then
I should see a "Bootstrap Minions" text
00:00:00.061
The hostname of deblike_minion is uyuni-master-deblike-minion
And
I enter "22" as "port"
00:00:00.053
And
I enter "root" as "user"
00:00:00.056
And
I enter "linux" as "password"
00:00:00.060
And
I select the hostname of "proxy" from "proxies" if present
00:00:00.077
And
I click on "Bootstrap"
00:00:00.059
And
I wait at most 480 seconds until I see "Bootstrap process initiated." text
00:00:28.450
And
I follow the left menu "Systems > System List > All"
00:00:00.153
And
I wait until I see the name of "deblike_minion", refreshing the page
00:00:17.514
And
I wait until onboarding is completed for "deblike_minion"
00:01:05.328
@skip_if_github_validation
@scope_deblike
@scope_salt_ssh
@deblike_minion
Scenario: Cleanup: re-subscribe the Debian-like minion to a base channel
Given
I am on the Systems overview page of this "deblike_minion"
00:00:01.527
When
I follow "Software" in the content area
00:00:00.076
And
I follow "Software Channels" in the content area
00:00:00.066
And
I wait until I do not see "Loading..." text
00:00:00.064
And
I check radio button "Fake-Base-Channel-Debian-like"
00:00:10.088
And
I wait until I do not see "Loading..." text
00:00:00.388
And
I click on "Next"
00:00:00.063
Then
I should see a "Confirm Software Channel Change" text
00:00:00.057
When
I click on "Confirm"
00:00:00.076
Then
I should see a "Changing the channels has been scheduled." text
00:00:00.270
And
I wait until event "Subscribe channels scheduled" is completed
00:00:19.271