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
Copy file name to clipboardExpand all lines: tests/features/basic.feature
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,10 @@ Feature: Common EAP tests
92
92
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should have 2 elements on XPath //*[local-name()="protocol"][@type="openshift.DNS_PING"]
93
93
Then XML file /opt/eap/standalone/configuration/standalone-openshift.xml should have 0 elements on XPath //*[local-name()="protocol"][@type="openshift.KUBE_PING"]
94
94
95
+
Scenario: Check if jolokia is configured correctly
96
+
When container is ready
97
+
 Then container log should contain -javaagent:/usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar=config=/opt/jboss/container/jolokia/etc/jolokia.properties
Scenario: Check if jolokia is configured correctly
6
-
When container is ready
7
-
Then container log should contain -javaagent:/usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar=config=/opt/jboss/container/jolokia/etc/jolokia.properties
8
-
9
-
Scenario: Check jolokia port is available
10
-
When container is ready
11
-
Then check that port 8778 is open
12
-
Then inspect container
13
-
| path | value |
14
-
| /Config/ExposedPorts | 8778/tcp |
15
-
16
5
# JDK 11 images don't have xjc or wsimport
17
6
# This one is to be ignored when running jboss-eap-7/eap74-openjdk17-openshift-rhel8
0 commit comments