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
And file /tmp/boot.log should contain You have set ENABLE_ACCESS_LOG=true to add the access log logger category 'org.infinispan.rest.logging.RestAccessLoggingHandler'. However one already exists which has conflicting values. Fix your configuration to contain the logging subsystem for this to happen.
111
111
112
112
Scenario: Access Log valve, No undertow should give error
113
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
113
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
And file /tmp/boot.log should contain You have set environment variables to add an undertow filter-ref called One-Header but one already exists. Fix your configuration so it does not contain clashing filter-refs for this to happen.
92
92
93
93
Scenario: Filters, No undertow should give error
94
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
94
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
Then XML file /s2i-output/server/.galleon/provisioning.xml should contain value cloud-server on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='include']/@name
25
25
26
26
Scenario: Galleon provision jaxrs-server
27
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
27
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
Then XML file /s2i-output/server/.galleon/provisioning.xml should contain value jaxrs-server on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='include']/@name
Then XML file /s2i-output/server/.galleon/provisioning.xml should contain value datasources-web-server on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='include']/@name
45
45
46
46
Scenario: Galleon provision web-clustering
47
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
47
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
Then XML file /opt/eap/.galleon/provisioning.xml should contain value jpa on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='exclude']/@name
231
231
232
232
Scenario: Test jaxrs-server, exclude datasources, must fail
233
-
Given failing s2i build git://github.com/jfdenise/openshift-jee-sample from . using master
233
+
Given failing s2i build git://github.com/openshift/openshift-jee-sample from . using master
Copy file name to clipboardExpand all lines: tests/features/https-jdk17.feature
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Scenario: Configure HTTPS with an existing https-listener should give error
29
29
And XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value /opt/eap/keystore.jks on XPath //*[local-name()='tls']/*[local-name()='key-stores']/*[local-name()='key-store'][@name="LocalhostKeyStore"]/*[local-name()='file']/@path
30
30
31
31
Scenario: Https, No undertow should give error
32
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
32
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
33
33
| variable | value |
34
34
| GALLEON_PROVISION_LAYERS | core-server |
35
35
| EAP_HTTPS_PASSWORD | p@ssw0rd |
@@ -39,7 +39,7 @@ Scenario: Https, No undertow should give error
39
39
Then container log should contain You have set environment variables to configure Https. However, your base configuration does not contain the Undertow subsystem
40
40
41
41
Scenario: Use Elytron for HTTPS, galleon s2i (the default for JDK17)
42
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
42
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
Copy file name to clipboardExpand all lines: tests/features/jgroups.feature
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Scenario: Verify configuration and protocol positions jgroups-encrypt, DNS ping
94
94
And XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value pbcast.GMS on XPath //*[local-name()="stack"][@name="tcp"]/*[local-name()="auth-protocol"][@type="AUTH"]/following-sibling::*[1]/@type
95
95
96
96
Scenario: jgroups-encrypt, galleon
97
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
97
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
@@ -115,7 +115,7 @@ Scenario: Verify configuration and protocol positions jgroups-encrypt, DNS ping
115
115
And XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value pbcast.NAKACK2 on XPath //*[local-name()="stack"][@name="tcp"]/*[local-name()="encrypt-protocol"][@type="SYM_ENCRYPT"]/following-sibling::*[1]/@type
116
116
117
117
Scenario: Check jgroups encryption with missing keystore dir creates the location relative to the server, galleon
118
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
118
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
@@ -126,7 +126,7 @@ Scenario: Verify configuration and protocol positions jgroups-encrypt, DNS ping
126
126
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value jboss.server.config.dir on XPath //*[local-name()="key-store"][@name="keystore.jks"]/*[local-name()="file"]/@relative-to
127
127
128
128
Scenario: Verify configuration and protocol positions jgroups-encrypt, DNS ping protocol and AUTH, galleon
129
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
129
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
And XML file /opt/eap/standalone/configuration/standalone-openshift.xml should contain value pbcast.GMS on XPath //*[local-name()='stack'][@name='tcp']/*[local-name()='auth-protocol'][@type='AUTH']/following-sibling::*[1]/@type
187
187
188
188
Scenario: Verify configuration jgroups deprecated ASYM_ENCRYPT, dns.DNS_PING ping protocol and AUTH with Galleon
189
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
189
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
And XML file /opt/eap/standalone/configuration/standalone-openshift.xml should have 0 elements on XPath //*[local-name()='tls']/*[local-name()='key-stores']/*[local-name()='key-store'][@name='keystore.jks']/*[local-name()='file']/@relative-to
262
262
263
263
Scenario: Verify configuration jgroups non-deprecated ASYM_ENCRYPT, kubernetes.KUBE_PING ping protocol ping and AUTH with Galleon
264
-
Given s2i build git://github.com/jfdenise/openshift-jee-sample from . with env and true using master
264
+
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
0 commit comments