@scope_visualization
@rhlike_minion
@deblike_minion
Feature: 0095 - Work with Union and Intersection buttons in the group list
File name: srv_group_union_intersection.feature
Relative path: secondary/srv_group_union_intersection.feature
When
I follow the left menu "Systems > System Groups"
00:00:00.140
When
I follow "Create Group"
00:00:00.398
And
I enter "sles" as "name"
00:00:00.047
And
I enter "SLES systems" as "description"
00:00:00.058
And
I click on "Create Group"
00:00:00.925
Then
I should see a "System group sles created." text
00:00:00.067
When
I follow the left menu "Systems > System Groups"
00:00:00.061
When
I follow "sles"
00:00:00.291
And
I follow "Target Systems"
00:00:00.516
And
I check the "sle_minion" client
00:00:00.059
And
I click on "Add Systems"
00:00:01.253
Then
I should see a "added to sles server group." text
00:00:00.088
When
I follow the left menu "Systems > System Groups"
00:00:00.061
When
I follow "Create Group"
00:00:00.277
And
I enter "rhlike" as "name"
00:00:00.048
And
I enter "Red Hat-like systems" as "description"
00:00:00.060
And
I click on "Create Group"
00:00:00.444
Then
I should see a "System group rhlike created." text
00:00:00.071
@scope_visualization
@rhlike_minion
Scenario: Add systems to the rhlike group
When
I follow the left menu "Systems > System Groups"
00:00:00.064
When
I follow "rhlike"
00:00:00.332
And
I follow "Target Systems"
00:00:00.431
And
I check the "rhlike_minion" client
00:00:01.983
And
I click on "Add Systems"
00:00:01.039
Then
I should see a "1 systems were added to rhlike server group." text
00:00:00.090
When
I follow the left menu "Systems > System Groups"
00:00:00.061
When
I follow "Create Group"
00:00:00.289
And
I enter "deblike" as "name"
00:00:00.049
And
I enter "Debian-like systems" as "description"
00:00:00.059
And
I click on "Create Group"
00:00:00.417
Then
I should see a "System group deblike created." text
00:00:00.063
@scope_visualization
@deblike_minion
Scenario: Add systems to the deblike group
When
I follow the left menu "Systems > System Groups"
00:00:00.062
When
I follow "deblike"
00:00:00.314
And
I follow "Target Systems"
00:00:00.457
And
I check the "deblike_minion" client
00:00:05.320
And
I click on "Add Systems"
00:00:01.226
Then
I should see a "1 systems were added to deblike server group." text
00:00:00.091
When
I follow the left menu "Systems > System Groups"
00:00:00.059
When
I click on "Use in SSM" in row "sles"
00:00:00.070
And
I should see a "Selected Systems List" text
00:00:00.086
And
I should see "sle_minion" as link
00:00:00.014
@scope_visualization
@rhlike_minion
Scenario: Add a union of 2 groups to SSM - Red Hat-like
When
I follow the left menu "Systems > System Groups"
00:00:00.056
When
I check "sles" in the list
00:00:00.060
And
I check "rhlike" in the list
00:00:00.054
And
I click on "Work With Union"
00:00:00.413
And
I should see "sle_minion" as link
00:00:00.011
And
I should see "rhlike_minion" as link
00:00:00.014
@scope_visualization
@rhlike_minion
Scenario: Add an intersection of 2 groups to SSM - Red Hat-like
When
I follow the left menu "Systems > System Groups"
00:00:00.059
When
I check "sles" in the list
00:00:00.050
And
I check "rhlike" in the list
00:00:00.050
And
I click on "Work With Intersection"
00:00:00.402
And
I should not see a "sle_minion" link
00:00:00.008
And
I should not see a "rhlike_minion" link
00:00:00.007
@scope_visualization
@deblike_minion
Scenario: Add a union of 2 groups to SSM - Debian-like
When
I follow the left menu "Systems > System Groups"
00:00:00.058
When
I check "sles" in the list
00:00:00.052
And
I check "deblike" in the list
00:00:00.056
And
I click on "Work With Union"
00:00:00.408
And
I should see "sle_minion" as link
00:00:00.011
And
I should see "deblike_minion" as link
00:00:00.014
@scope_visualization
@deblike_minion
Scenario: Add an intersection of 2 groups to SSM - Debian-like
When
I follow the left menu "Systems > System Groups"
00:00:00.057
When
I check "sles" in the list
00:00:00.055
And
I check "deblike" in the list
00:00:00.049
And
I click on "Work With Intersection"
00:00:00.335
And
I should not see a "sle_minion" link
00:00:00.004
And
I should not see a "deblike_minion" link
00:00:00.007
When
I follow the left menu "Systems > System Groups"
00:00:00.055
When
I follow "sles" in the content area
00:00:00.067
And
I follow "Delete Group" in the content area
00:00:00.063
And
I click on "Confirm Deletion"
00:00:01.058
Then
I should see a "deleted" text
00:00:00.071
@scope_visualization
@rhlike_minion
Scenario: Cleanup: remove the rhlike group
When
I follow the left menu "Systems > System Groups"
00:00:00.063
When
I follow "rhlike" in the content area
00:00:00.062
And
I follow "Delete Group" in the content area
00:00:00.058
And
I click on "Confirm Deletion"
00:00:01.130
Then
I should see a "deleted" text
00:00:00.069
@scope_visualization
@deblike_minion
Scenario: Cleanup: remove the deblike group
When
I follow the left menu "Systems > System Groups"
00:00:00.066
When
I follow "deblike" in the content area
00:00:00.075
And
I follow "Delete Group" in the content area
00:00:00.061
And
I click on "Confirm Deletion"
00:00:01.094
Then
I should see a "deleted" text
00:00:00.055