Skip to content

Commit

Permalink
Ocp45955 rework3 (openshift#2682)
Browse files Browse the repository at this point in the history
* To address the timeout before curling the test pod

* To address the timeout before curling the test pod
  • Loading branch information
melvinjoseph86 authored Feb 14, 2022
1 parent 4f57e9f commit 2653af5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/upgrade/routing/upgrade.feature
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,13 @@ Feature: Routing and DNS related scenarios
Then the step should succeed

Given I have a test-client-pod in the project
And I wait up to 30 seconds for the steps to pass:
"""
When I execute on the pod:
| curl | -ksS | http://<%= route("service-unsecure", service("service-unsecure")).dns %>/ |
Then the step should succeed
And the output should contain "Hello-OpenShift web-server-rc"
"""

When I run the :idle client command with:
| svc_name | service-unsecure |
Expand Down

0 comments on commit 2653af5

Please sign in to comment.