jboss-openshift / cct_module

CEKit modules shared by OpenShift container images
Apache License 2.0
46 stars 79 forks source link

Fix Prometheus tests and re-add Jolokia tests #363

Closed jmtd closed 4 years ago

jmtd commented 4 years ago

I don't think the Prometheus could ever have been run:

• CeKit does not collect/run tests outside of "tests/features" for module sources (https://github.com/cekit/cekit/issues/638) • The features are not tagged • There are syntax errors in the features

Address all of the above. Tag the tests for execution on the OpenJDK containers.

Also re-add the Jolokia tests, which were moved out of this repo and into the OpenJDK one, but should be here (IMHO) because this is the code that they test.

Other images are welcome to (and encouraged) to add their tags to these tests.

jmtd commented 4 years ago

Superceded by #364 and #369