Skip to content

Commit

Permalink
Merge pull request #6293 from gajanan-more/feedback-improve-odc-3418
Browse files Browse the repository at this point in the history
Bug 1867996: Customer Feedback Improvements Epic ODC-3418
  • Loading branch information
openshift-merge-robot committed Aug 14, 2020
2 parents fdcaa99 + dc354a3 commit 64cc044
Showing 1 changed file with 66 additions and 0 deletions.
@@ -0,0 +1,66 @@
Feature: Select Runtime Icon while deploying image and allow images insecure registeries
User should be able to select the icon while deploying image


Background:
Given user is at Developer perspective


@regression
Scenario: Select Runtime icon while deploying secure image from external registry
Given user is at +Add page
When user clicks on Container Image card
And user selects image name from external registry radio button
And user enters the image name
And user selects the fedora icon from Runtime Icon dropdown
And user selects the application from Application dropdown
And user enters the name
And user selects the deployment type resource
And user clicks on the Create button
Then user will be redirected to Topology page
And user will see the deployed image with fedora icon


@regression
Scenario: Select Runtime icon while deploying insecure image from external registry
Given user is at +Add page
When user clicks on Container Image card
And user selects image name from external registry radio button
And user enters the insecure image name
And user checks the Allow images from internal registry checkbox
And user selects the ansible icon from Runtime Icon dropdown
And user selects the application from Application dropdown
And user enters the name
And user selects the deployment type resource
And user clicks on the Create button
Then user will be redirected to Topology page
And user will see the deployed image with ansible icon


@regression, @manual
Scenario: Select Runtime icon while deploying image from internal registry
Given user is at +Add page
When user clicks on Container Image card
And user selects image name from internal registry radio button
And user selects the project from Projects dropdown
And user selects the image from ImageStreams dropdown
And user selects the latest tag
And user selects the debian icon from Runtime Icon dropdown
And user selects the application from Application dropdown
And user enters the name
And user selects the deployment type resource
And user clicks on the Create button
Then user will be redirected to Topology page
And user will see the deployed image with debian icon


@regression
Scenario: Edit Runtime Icon while Editing Image
Given user is at Topology page
And topology page has a deployed image with Runtime Icon of fedora
When user right clicks on the deployment
And user selects Edit imagename option
And user updates the Runtime icon to ansible
And user clicks on Save button
Then user will be redirected to Topology page
And user will the deployment icon updated to ansible icon

0 comments on commit 64cc044

Please sign in to comment.