You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: run the s2i and check the maven mirror, proxy (including username and password) and non proxy have been initialised in the default settings.xml, uses http_proxy
23
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
23
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from spring-boot-sample-simple using pick_relevant_sources
# proxy auth configuration (fail case: no password supplied)
34
34
Scenario: run the s2i and check the maven mirror, proxy (including username) and non proxy have been initialised in the default settings.xml, uses http_proxy
35
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
35
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from spring-boot-sample-simple using pick_relevant_sources
Scenario: run the s2i and check the maven mirror, proxy (including username and password) and non proxy have been initialised in the default settings.xml, uses https_proxy
85
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
85
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from spring-boot-sample-simple using pick_relevant_sources
# https proxy auth configuration (fail case: no password supplied)
96
96
Scenario: run the s2i and check the maven mirror, proxy (including username) and non proxy have been initialised in the default settings.xml, uses https_proxy
97
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
97
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from spring-boot-sample-simple using pick_relevant_sources
Then XML file /tmp/artifacts/configuration/settings.xml should have 1 elements on XPath //ns:proxy[ns:id='genproxy'][ns:active='true'][ns:protocol='https'][ns:host='127.0.0.1'][ns:port='8080']
105
105
106
106
Scenario: run s2i assemble and check no_proxy is honoured with multiple entries
107
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
107
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from spring-boot-sample-simple using pick_relevant_sources
Then XML file /tmp/artifacts/configuration/settings.xml should have 1 elements on XPath //ns:profile[ns:id='myrepo-profile']/ns:repositories/ns:repository[ns:url='http://repo.example.com:8080/maven2/']
169
169
170
170
Scenario: Ensure the environment is cleaned when executing mvn (OPENJDK-1549)
171
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from tests/OPENJDK-1549 with env
171
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from tests/OPENJDK-1549 with env using pick_relevant_sources
Then container log should not contain A jar file is not the one used while building the shared archive file
13
13
14
14
Scenario: quarkus fast-jar layout works out-of-the-box (OPENJDK-631)
15
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
15
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i using pick_relevant_sources
16
16
Then container log should contain INFO quarkus fast-jar package type detected
17
17
And container log should contain -jar /deployments/quarkus-app/quarkus-run.jar
18
18
And container log should contain (main) getting-started 1.0.0-SNAPSHOT on JVM (powered by Quarkus
And container log should not contain no main manifest attribute
22
22
23
23
Scenario: quarkus uber-jar layout works out-of-the-box (OPENJDK-631)
24
-
Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i with env
24
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i with env using pick_relevant_sources
25
25
| variable | value |
26
26
| QUARKUS_PACKAGE_TYPE | uber-jar |
27
27
Then container log should not contain INFO quarkus fast-jar package type detected
Copy file name to clipboardExpand all lines: tests/features/java/runtime.feature
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Feature: Openshift OpenJDK Runtime tests
4
4
5
5
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/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from undertow-servlet
6
+
Given s2i build https://github.com/jhuttana/openjdk-test-applications from undertow-servlet using pick_relevant_sources
0 commit comments