Skip to content

Commit

Permalink
Remove a line from Feature and add succeeds in another
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan authored and praveenkumar committed Aug 23, 2022
1 parent cebba3c commit b0cf629
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/e2e/features/story_registry.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ Feature: Local image to image-registry
Scenario: Mirror image to OpenShift image registry
Given executing "oc new-project testproj-img" succeeds
When executing "oc registry login --insecure=true" succeeds
Then stdout should contain "Saved credentials for default-route-openshift-image-registry.apps-crc.testing"
And executing "oc image mirror registry.access.redhat.com/ubi8/httpd-24:latest=default-route-openshift-image-registry.apps-crc.testing/testproj-img/httpd-24:latest --insecure=true --filter-by-os=linux/amd64" succeeds
And executing "oc set image-lookup httpd-24"

Then executing "oc image mirror registry.access.redhat.com/ubi8/httpd-24:latest=default-route-openshift-image-registry.apps-crc.testing/testproj-img/httpd-24:latest --insecure=true --filter-by-os=linux/amd64" succeeds
And executing "oc set image-lookup httpd-24" succeeds

Scenario: Deploy the image
Given executing "oc new-app testproj-img/httpd-24:latest" succeeds
Expand Down

0 comments on commit b0cf629

Please sign in to comment.