@skip_if_github_validation
@scope_salt
Feature: 0125 - Install a package and a patch on the SUSE SSH client via Salt through the UI
File name: minssh_salt_install_package_and_patch.feature
Relative path: secondary/minssh_salt_install_package_and_patch.feature
@skip_if_github_validation
@scope_salt
Scenario: Pre-requisite: remove andromeda-dummy package from SSH minion
When
I remove package "andromeda-dummy" from this "ssh_minion" without error control
00:00:00.873
And
I refresh the metadata for "ssh_minion"
00:00:00.899
And
I refresh packages list via spacecmd on "ssh_minion"
00:00:09.387
And
I wait until refresh package list on "ssh_minion" is finished
00:00:29.587
@skip_if_github_validation
@scope_salt
Scenario: Pre-requisite: refresh package list and check old packages installed on SSH minion
When
I refresh packages list via spacecmd on "ssh_minion"
00:00:07.384
And
I wait until refresh package list on "ssh_minion" is finished
00:00:25.137
Then
spacecmd should show packages "virgo-dummy-1.0" installed on "ssh_minion"
00:00:07.521
And
I wait until package "andromeda-dummy-2.0-1.1" is removed from "ssh_minion" via spacecmd
00:00:10.367
@skip_if_github_validation
@scope_salt
Scenario: Pre-requisite: ensure the errata cache is computed before patching Salt minion
Given
I am on the Systems overview page of this "ssh_minion"
00:00:02.120
When
I follow "Software" in the content area
00:00:00.077
And
I follow "List / Remove" in the content area
00:00:00.066
And
I enter "virgo-dummy" as the filtered package name
00:00:00.210
And
I click on the filter button until page does contain "virgo-dummy" text
00:00:10.984
When
I follow the left menu "Admin > Task Schedules"
00:00:00.138
And
I follow "errata-cache-default"
00:00:00.252
And
I follow "errata-cache-bunch"
00:00:00.407
And
I click on "Single Run Schedule"
00:00:01.226
Then
I should see a "bunch was scheduled" text
00:00:00.265
When
I wait until the table contains "FINISHED" or "SKIPPED" followed by "FINISHED" in its first rows
00:00:01.233
@skip_if_github_validation
@scope_salt
Scenario: Install a patch on the SSH minion
Given
I am on the Systems overview page of this "ssh_minion"
00:00:01.663
When
I follow "Software" in the content area
00:00:00.073
And
I follow "Patches" in the content area
00:00:00.098
And
I enter "virgo" as the filtered synopsis
00:00:00.048
And
I click on the filter button
00:00:00.711
And
I check "virgo-dummy-3456" in the list
00:00:00.065
And
I check "allowVendorChange"
00:00:00.078
And
I click on "Apply Patches"
00:00:00.713
And
I click on "Confirm"
00:00:00.678
Then
I should see a "1 patch update has been scheduled for" text
00:00:00.085
When
I wait for "virgo-dummy-2.0-1.1" to be installed on "ssh_minion"
00:00:26.999
Then
vendor change should be enabled for package actions on "ssh_minion"
00:00:01.208
@skip_if_github_validation
@scope_salt
Scenario: Install a package on the SSH minion
Given
I am on the Systems overview page of this "ssh_minion"
00:00:01.975
When
I follow "Software" in the content area
00:00:00.070
And
I follow "Packages"
00:00:00.509
And
I follow "Install"
00:00:00.575
And
I enter "andromeda" as the filtered package name
00:00:00.091
And
I click on the filter button
00:00:00.627
And
I check "andromeda-dummy-2.0-1.1" in the list
00:00:00.057
And
I click on "Install Packages"
00:00:00.591
And
I click on "Confirm"
00:00:00.678
Then
I should see a "1 package install has been scheduled" text
00:00:00.066
When
I wait for "andromeda-dummy-2.0-1.1" to be installed on "ssh_minion"
00:00:41.064
Then
vendor change should be enabled for package actions on "ssh_minion"
00:00:01.103
@skip_if_github_validation
@scope_salt
Scenario: Cleanup: remove virgo-dummy package from SSH minion
When
I remove package "virgo-dummy" from this "ssh_minion" without error control
00:00:01.737
And
I refresh the metadata for "ssh_minion"
00:00:01.083
And
I refresh packages list via spacecmd on "ssh_minion"
00:00:09.419
And
I wait until refresh package list on "ssh_minion" is finished
00:00:36.044
@skip_if_github_validation
@scope_salt
Scenario: Cleanup: remove andromeda-dummy package from SSH minion
When
I remove package "andromeda-dummy" from this "ssh_minion" without error control
00:00:01.518
And
I refresh the metadata for "ssh_minion"
00:00:00.923
And
I refresh packages list via spacecmd on "ssh_minion"
00:00:08.058
And
I wait until refresh package list on "ssh_minion" is finished
00:10:10.219
+ Show Error
+ Screenshot
execution expired (Timeout::Error) ./features/support/commonlib.rb:89:in `repeat_until_timeout' ./features/step_definitions/command_steps.rb:1319:in `/^I wait until refresh package list on "(.*?)" is finished$/' features/secondary/minssh_salt_install_package_and_patch.feature:84:in `I wait until refresh package list on "ssh_minion" is finished'