Skip to content

Commit 9baeab7

Browse files
committed
[OPENJDK-2993] re-tag jolokia Feature
Ensure the first of the three Scenarios is covered by tags. https://issues.redhat.com/browse/OPENJDK-2993 Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 1d7f91b commit 9baeab7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/jolokia/8.2/tests/features/jolokia.feature

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1+
@ubi8/openjdk-8
2+
@ubi8/openjdk-11
13
# Tests for jboss/container/jolokia
24
Feature: Openshift OpenJDK Jolokia tests
35

46
Scenario: Check Environment variable is correct
57
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
68
Then run sh -c 'unzip -q -p /usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar META-INF/maven/org.jolokia/jolokia-jvm/pom.properties | grep -F ${JOLOKIA_VERSION}' in container and check its output for version=
79

8-
@ubi8/openjdk-8
9-
@ubi8/openjdk-11
1010
Scenario: Check jolokia port is available
1111
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
1212
Then check that port 8778 is open
1313
And inspect container
1414
| path | value |
1515
| /Config/ExposedPorts | 8778/tcp |
1616

17-
@ubi8/openjdk-8
18-
@ubi8/openjdk-11
1917
Scenario: Ensure Jolokia diagnostic options work correctly
2018
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
2119
| variable | value |

0 commit comments

Comments
 (0)