@skip_if_github_validation
@sle_minion
@scope_salt
Feature: 0060 - Lock packages on SLES salt minion
File name: min_salt_lock_packages.feature
Relative path: secondary/min_salt_lock_packages.feature
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Pre-requisite: install packages needed for locking test
When
I install package "orion-dummy" on this "sle_minion"
00:00:02.537
And
I install package "milkyway-dummy" on this "sle_minion"
00:00:02.046
And
I remove package "hoag-dummy" from this "sle_minion" without error control
00:00:00.945
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Lock a package on the client
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.762
When
I follow "Software" in the content area
00:00:00.090
And
I follow "Lock / Unlock"
00:00:00.537
And
I enter "hoag-dummy-1.1-1.1" as the filtered package name
00:00:00.064
And
I click on the filter button
00:00:00.805
And
I check row with "hoag-dummy-1.1-1.1" and arch of "sle_minion"
00:00:00.071
And
I click on "Lock"
00:00:00.990
Then
I should see a "Packages has been requested for being locked." text
00:00:00.089
When
I wait until event "Lock packages scheduled" is completed
00:00:22.274
Then
"hoag-dummy-1.1-1.1" should be locked on "sle_minion"
00:00:01.072
When
I follow "Software" in the content area
00:00:00.069
And
I follow "Lock / Unlock"
00:00:00.597
Then
package "hoag-dummy-1.1-1.1" is reported as locked
00:00:00.050
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Attempt to install a locked package on the client
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.644
When
I follow "Software" in the content area
00:00:00.071
And
I follow "Lock / Unlock"
00:00:00.593
And
package "hoag-dummy-1.1-1.1" is reported as locked
00:00:00.023
And
I follow "Install"
00:00:00.616
And
I enter "hoag-dummy-1.1-1.1" as the filtered package name
00:00:00.070
And
I click on the filter button
00:00:00.654
And
I check row with "hoag-dummy-1.1-1.1" and arch of "sle_minion"
00:00:00.072
And
I click on "Install Packages"
00:00:00.695
And
I click on "Confirm"
00:00:01.062
Then
I should see a "1 package install has been scheduled for" text
00:00:00.064
When
I follow "Events"
00:00:00.522
And
I follow "History"
00:00:00.452
And
I wait until I see the event "Package Install/Upgrade scheduled" completed during last minute, refreshing the page
00:00:23.114
And
I follow the event "Package Install/Upgrade scheduled" completed during last minute
00:00:00.065
Then
the package scheduled is "hoag-dummy-1.1-1.1"
00:00:00.019
And
the action status is "Failed"
00:00:00.075
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Unlock a package on the client
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.591
When
I follow "Software" in the content area
00:00:00.086
And
I follow "Lock / Unlock"
00:00:00.623
And
package "hoag-dummy-1.1-1.1" is reported as locked
00:00:00.033
And
I enter "hoag-dummy-1.1-1.1" as the filtered package name
00:00:00.070
And
I click on the filter button
00:00:02.205
And
I check row with "hoag-dummy-1.1-1.1" and arch of "sle_minion"
00:00:00.028
And
I click on "Unlock"
00:00:00.724
Then
I should see a "Packages has been requested for being unlocked." text
00:00:00.087
When
I wait until event "Lock packages scheduled" is completed
00:00:18.960
Then
"hoag-dummy-1.1-1.1" should be unlocked on "sle_minion"
00:00:01.082
When
I follow "Software" in the content area
00:00:00.077
And
I follow "Lock / Unlock"
00:00:00.541
And
I enter "hoag-dummy-1.1-1.1" as the filtered package name
00:00:00.070
And
I click on the filter button
00:00:00.664
Then
package "hoag-dummy-1.1-1.1" is reported as unlocked
00:00:10.013
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Schedule a package lock
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.622
When
I follow "Software" in the content area
00:00:00.071
And
I follow "Lock / Unlock"
00:00:00.550
And
I enter "hoag-dummy-1.1-1.1" as the filtered package name
00:00:00.059
And
I click on the filter button
00:00:00.639
And
I check row with "hoag-dummy-1.1-1.1" and arch of "sle_minion"
00:00:00.073
And
I click on "Lock"
00:00:00.621
Then
I should see a "Packages has been requested for being locked." text
00:00:00.085
And
package "hoag-dummy-1.1-1.1" is reported as pending to be locked
00:00:00.012
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Schedule another package lock
Given
I am on the Systems overview page of this "sle_minion"
00:00:02.149
When
I follow "Software" in the content area
00:00:00.076
And
I follow "Lock / Unlock"
00:00:00.606
And
I enter "milkyway-dummy-2.0-1.1" as the filtered package name
00:00:00.061
And
I click on the filter button
00:00:00.666
And
I save the ID of the last event for "sle_minion"
00:00:01.999
When
I check row with "milkyway-dummy-2.0-1.1" and arch of "sle_minion"
00:00:00.074
And
I click on "Lock"
00:00:00.715
Then
I should see a "Packages has been requested for being locked." text
00:00:00.081
And
package "milkyway-dummy-2.0-1.1" is reported as pending to be locked
00:00:00.013
When
I wait until the new "Lock packages scheduled" event is completed for "sle_minion"
00:00:06.410
Then
"hoag-dummy-1.1-1.1" should be locked on "sle_minion"
00:00:01.094
And
"milkyway-dummy-2.0-1.1" should be locked on "sle_minion"
00:00:00.764
When
I follow "Software" in the content area
00:00:00.072
And
I follow "Lock / Unlock"
00:00:00.551
Then
package "hoag-dummy-1.1-1.1" is reported as locked
00:00:00.032
And
package "milkyway-dummy-2.0-1.1" is reported as locked
00:00:00.038
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Mix package locks and unlock events
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.639
When
I follow "Software" in the content area
00:00:00.071
And
I follow "Lock / Unlock"
00:00:00.620
And
package "hoag-dummy-1.1-1.1" is reported as locked
00:00:00.023
And
package "milkyway-dummy-2.0-1.1" is reported as locked
00:00:00.032
And
I enter "orion-dummy-1.1-1.1" as the filtered package name
00:00:00.074
And
I click on the filter button
00:00:00.665
When
I check row with "orion-dummy-1.1-1.1" and arch of "sle_minion"
00:00:00.074
And
I click on "Lock"
00:00:00.638
Then
I should see a "Packages has been requested for being locked." text
00:00:00.082
And
package "orion-dummy-1.1-1.1" is reported as pending to be locked
00:00:00.012
When
I follow "Lock / Unlock"
00:00:00.643
And
I enter "hoag-dummy-1.1-1.1" as the filtered package name
00:00:00.059
And
I click on the filter button
00:00:00.830
And
I uncheck row with "hoag-dummy-1.1-1.1" and arch of "sle_minion"
00:00:00.068
And
I enter "milkyway-dummy-2.0-1.1" as the filtered package name
00:00:00.060
And
I click on the filter button
00:00:00.141
And
I check row with "milkyway-dummy-2.0-1.1" and arch of "sle_minion"
00:00:00.026
And
I click on "Unlock"
00:00:00.744
Then
I should see a "Packages has been requested for being unlocked." text
00:00:00.080
And
package "milkyway-dummy-2.0-1.1" is reported as pending to be unlocked
00:00:00.013
When
I wait until event "Lock packages scheduled" is completed
00:00:18.991
Then
"hoag-dummy-1.1-1.1" should be locked on "sle_minion"
00:00:01.102
And
"milkyway-dummy-2.0-1.1" should be unlocked on "sle_minion"
00:00:00.787
And
"orion-dummy-1.1-1.1" should be locked on "sle_minion"
00:00:00.798
When
I follow "Software" in the content area
00:00:00.075
And
I follow "Lock / Unlock"
00:00:00.597
Then
package "hoag-dummy-1.1-1.1" is reported as locked
00:00:00.032
And
package "orion-dummy-1.1-1.1" is reported as locked
00:00:00.039
And
I enter "milkyway-dummy-2.0-1.1" as the filtered package name
00:00:00.056
And
I click on the filter button
00:00:00.670
And
package "milkyway-dummy-2.0-1.1" is reported as unlocked
00:00:10.020
@skip_if_github_validation
@sle_minion
@scope_salt
Scenario: Mix package locks and unlock events part 2
Given
I am on the Systems overview page of this "sle_minion"
00:00:01.597
And
I follow "Software" in the content area
00:00:00.072
And
I follow "Lock / Unlock"
00:00:00.546
When
I click on "Select All"
00:00:00.632
And
I click on "Unlock"
00:00:00.874
Then
I should see a "Packages has been requested for being unlocked." text
00:00:00.123
And
only packages "hoag-dummy-1.1-1.1, orion-dummy-1.1-1.1" are reported as pending to be unlocked
00:00:00.056
When
I wait until event "Lock packages scheduled" is completed
00:00:22.236
Then
"hoag-dummy-1.1-1.1" should be unlocked on "sle_minion"
00:00:01.121
And
"orion-dummy-1.1-1.1" should be unlocked on "sle_minion"
00:00:00.780
When
I follow "Software" in the content area
00:00:00.072
And
I follow "Lock / Unlock"
00:00:00.553
And
I enter "hoag-dummy-1.1-1.1" as the filtered package name
00:00:00.073
And
I click on the filter button
00:00:00.655
Then
package "hoag-dummy-1.1-1.1" is reported as unlocked
00:00:10.023
And
I enter "orion-dummy-1.1-1.1" as the filtered package name
00:00:00.060
And
I click on the filter button
00:00:00.137
And
package "orion-dummy-1.1-1.1" is reported as unlocked
00:00:10.027