Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions eap-xp2/tests/features/microprofile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Scenario: Test microprofile config.
| variable | value |
| GALLEON_PROVISION_LAYERS | cloud-server,microprofile-openapi,microprofile-jwt,microprofile-fault-tolerance,-jpa,jpa-distributed,web-clustering |
Then container log should contain WFLYSRV0025
And check that page is served
| property | value |
| path | / |
| port | 8080 |

Scenario: Test that we can provision microprofile-platform layer.
Given s2i build git://github.com/openshift/openshift-jee-sample from . with env and true using master
| variable | value |
| GALLEON_PROVISION_LAYERS | cloud-server,microprofile-platform |
Then container log should contain WFLYSRV0025
And check that page is served
| property | value |
| path | / |
Expand Down