@scope_building_container_images
@no_auth_registry
@scc_credentials
Feature: 0093 - Advanced content management
File name: srv_docker_advanced_content_management.feature
Relative path: secondary/srv_docker_advanced_content_management.feature
@scope_building_container_images
@no_auth_registry
Scenario: Create an image store as Docker admin
When
I follow the left menu "Images > Stores"
00:00:00.143
And
I follow "Create"
00:00:00.198
And
I enter "docker_admin" as "label"
00:00:00.088
And
I enter the URI of the registry as "uri"
00:00:00.144
And
I click on "create-btn"
00:00:00.073
Then
I wait until table row contains a "galaxy-registry" text
00:00:00.487
@scope_building_container_images
@no_auth_registry
@scc_credentials
Scenario: Create a profile as Docker admin
When
I follow the left menu "Images > Profiles"
00:00:00.069
And
I follow "Create"
00:00:00.343
And
I enter "suse_docker_admin" as "label"
00:00:00.157
And
I select "galaxy-registry" from "imageStore"
00:00:01.120
And
I select "1-SUSE-KEY-x86_64" from "activationKey"
00:00:01.124
GITPROFILES: https://github.com/uyuni-project/uyuni.git#:testsuite/features/profiles/temporary
And
I click on "create-btn"
00:00:00.054
@scope_building_container_images
@no_auth_registry
Scenario: Create a user without rights nor roles
Given
I am authorized for the "Admin" section
00:00:02.323
When
I create a user with name "norole" and password "norole" with roles ""
00:00:09.915
+ Show Info
New user norole created with roles:
@scope_building_container_images
@no_auth_registry
@scc_credentials
Scenario: Cleanup: remove Docker profile
Given
I am authorized as "docker" with password "docker"
00:00:00.609
When
I follow the left menu "Images > Profiles"
00:00:00.117
And
I check the row with the "suse_docker_admin" text
00:00:00.132
And
I click on "Delete"
00:00:00.075
And
I click on the red confirmation button
00:00:00.067
And
I should see a "Image profile has been deleted." text
00:00:00.195
@scope_building_container_images
@no_auth_registry
Scenario: Cleanup: remove image store
When
I follow the left menu "Images > Stores"
00:00:00.063
And
I check the row with the "docker_admin" text
00:00:00.133
And
I click on "Delete"
00:00:00.057
And
I click on the red confirmation button
00:00:00.058
And
I should see a "Image store has been deleted." text
00:00:00.155