Skip to content

Commit 4ff6857

Browse files
committed
Update tests to refer new application source repository
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent 02aa162 commit 4ff6857

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/features/java/java_s2i_inc.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Feature: Openshift OpenJDK S2I tests
44

55
# test incremental builds
66
Scenario: Check incremental builds cache .m2
7-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
7+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from undertow-servlet
88
| variable | value |
99
| JAVA_ARGS | Hello from CTF test |
1010
Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test
1111
And s2i build log should contain Downloading from central:
12-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet with env and incremental
12+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from undertow-servlet with env and incremental
1313
| variable | value |
1414
| JAVA_ARGS | Hello from CTF test |
1515
Then container log should contain /deployments/undertow-servlet.jar Hello from CTF test

tests/features/java/openjdk_s2i.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@ubi9/openjdk-17
44
Feature: Openshift OpenJDK-only S2I tests
55
Scenario: Check java perf dir owned by default (CLOUD-2070, OPENJDK-91)
6-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
6+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from undertow-servlet
77
Then run jstat -gc 1 1000 1 in container and check its output for S0C
88
And run stat --printf="%U %G" /tmp/hsperfdata_default/ in container and check its output for default root
99

tests/features/java/ports.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Feature: Openshift OpenJDK port tests
44

55
Scenario: Check ports are available
6-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
6+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from undertow-servlet
77
Then check that port 8080 is open
88
Then check that port 8443 is open
99
Then inspect container

tests/features/java/runtime.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Feature: Openshift OpenJDK Runtime tests
44

55
Scenario: Ensure JAVA_ARGS is passed through, diagnostic options work correctly, JVM_ARGS not present in run script, OPENJDK-474 JAVA_ARGS not repeated
6-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
6+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from undertow-servlet
77
| variable | value |
88
| JAVA_ARGS | unique |
99
| JAVA_DIAGNOSTICS | true |
@@ -70,7 +70,7 @@ Feature: Openshift OpenJDK Runtime tests
7070

7171
# Builder images only
7272
Scenario: Ensure JAVA_APP_DIR and S2I work together (OPENJDK-2034)
73-
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
73+
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from undertow-servlet
7474
| variable | value |
7575
| JAVA_APP_DIR | /home/default |
7676
| S2I_TARGET_DEPLOYMENTS_DIR | /home/default |

0 commit comments

Comments
 (0)