Skip to content

Commit 779d6fd

Browse files
committed
Address review comment to replace old URI with new one
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent 07aeb43 commit 779d6fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/features/java/java_s2i.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Feature: Openshift OpenJDK S2I tests
271271
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple
272272

273273
Scenario: run an S2I that should fail as MAVEN_ARGS does not define com.redhat.xpaas.repo.redhatga
274-
Given failing s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple using openjdk-enforce-profile
274+
Given failing s2i build https://github.com/jboss-container-images/openjdk-test-applications from spring-boot-sample-simple using openjdk-enforce-profile
275275
| variable | value |
276276
| MAVEN_ARGS | -e package |
277277

tests/features/jolokia.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Feature: Openshift OpenJDK Jolokia tests
33

44
Scenario: Check Environment variable is correct
5-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
5+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
66
Then run sh -c 'unzip -q -p /usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar META-INF/maven/org.jolokia/jolokia-jvm/pom.properties | grep -F ${JOLOKIA_VERSION}' in container and check its output for version=
77

88
@ubi8/openjdk-8
99
@ubi8/openjdk-11
1010
Scenario: Check jolokia port is available
11-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
11+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
1212
Then check that port 8778 is open
1313
And inspect container
1414
| path | value |
@@ -17,7 +17,7 @@ Feature: Openshift OpenJDK Jolokia tests
1717
@ubi8/openjdk-8
1818
@ubi8/openjdk-11
1919
Scenario: Ensure Jolokia diagnostic options work correctly
20-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
20+
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
2121
| variable | value |
2222
| JAVA_ARGS | Hello from CTF test |
2323
| JAVA_DIAGNOSTICS | true |

0 commit comments

Comments
 (0)