Skip to content

Commit

Permalink
Replace Apache keyword with httpd and improve alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan authored and praveenkumar committed Aug 23, 2022
1 parent e34a500 commit cebba3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/features/story_registry.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Feature: Local image to 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"
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"


Scenario: Deploy the image
Given executing "oc new-app testproj-img/httpd-24:latest" succeeds
Expand All @@ -31,7 +31,7 @@ Feature: Local image to image-registry
When executing "oc get pods" succeeds
Then stdout should contain "Running"
When executing "oc logs deployment/httpd-24" succeeds
Then stdout should contain "Apache"
Then stdout should contain "httpd"

@startstop
Scenario: Clean up
Expand Down

0 comments on commit cebba3c

Please sign in to comment.