|
1 | 1 | @jboss-eap-7 @jboss-eap-7-tech-preview
|
2 | 2 | Feature: Openshift EAP galleon s2i tests
|
3 | 3 |
|
| 4 | + Scenario: Test microprofile config. |
| 5 | + Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master |
| 6 | + | variable | value | |
| 7 | + | GALLEON_PROVISION_LAYERS | cloud-server,microprofile-openapi,microprofile-jwt,microprofile-fault-tolerance,-jpa,jpa-distributed,web-clustering | |
| 8 | + Then container log should contain WFLYSRV0025 |
| 9 | + And check that page is served |
| 10 | + | property | value | |
| 11 | + | path | / | |
| 12 | + | port | 8080 | |
| 13 | + |
4 | 14 | Scenario: Galleon provision cloud-server
|
5 | 15 | Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
|
6 | 16 | | variable | value |
|
@@ -148,6 +158,8 @@ Feature: Openshift EAP galleon s2i tests
|
148 | 158 | Then file /opt/eap/.galleon/provisioning.xml should exist
|
149 | 159 | Then XML file /opt/eap/.galleon/provisioning.xml should contain value cloud-server on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='include']/@name
|
150 | 160 |
|
| 161 | + # microprofile layer didn't make it in CD19 |
| 162 | + @ignore |
151 | 163 | Scenario: Test cloud-server,microprofile
|
152 | 164 | Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and True using master
|
153 | 165 | | variable | value |
|
@@ -287,6 +299,8 @@ Feature: Openshift EAP galleon s2i tests
|
287 | 299 | Then XML file /opt/eap/.galleon/provisioning.xml should contain value observability on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='include']/@name
|
288 | 300 | Then XML file /opt/eap/.galleon/provisioning.xml should contain value open-tracing on XPath //*[local-name()='installation']/*[local-name()='config']/*[local-name()='layers']/*[local-name()='exclude']/@name
|
289 | 301 |
|
| 302 | + # microprofile layer didn't make it in CD19 |
| 303 | + @ignore |
290 | 304 | Scenario: Test jaxrs-server+microprofile, exclude all mp layers.
|
291 | 305 | Given failing s2i build git://github.com/openshift/openshift-jee-sample from . using master
|
292 | 306 | | variable | value |
|
|
0 commit comments