File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
modules/maven/s2i/tests/features Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,17 @@ Feature: Openshift OpenJDK S2I tests
175
175
| variable | value |
176
176
| MAVEN_ARGS | validate |
177
177
178
+ Scenario : Ensure no custom settings.xml fails for specific application (OPENJDK-3597)
179
+ Given failing s2i build https://github.com/rh-openjdk/openjdk-container-test-applications.git from OPENJDK-3597-custom-settings-xml using master
180
+ Then s2i build log should contain [ERROR] Profile "testCustomProfile" is not activated
181
+
182
+ Scenario : Ensure custom settings.xml copied in via MAVEN_SETTINGS_XML (OPENJDK-3597)
183
+ Given s2i build https://github.com/rh-openjdk/openjdk-container-test-applications.git from OPENJDK-3597-custom-settings-xml with env
184
+ | variable | value |
185
+ | MAVEN_ARGS | validate |
186
+ | MAVEN_SETTINGS_XML | /tmp /src /settings .xml |
187
+ Then s2i build log should contain Rule 0: org.apache.maven.enforcer.rules.RequireActiveProfile passed
188
+
178
189
Scenario : Ensure that run-env.sh placed in the JAVA_APP_DIR is sourced in the run script before launching java
179
190
Given s2i build https://github.com/rh-openjdk/openjdk-container-test-applications.git from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
180
191
| variable | value |
You can’t perform that action at this time.
0 commit comments