From 3d3b28dedafe3c9d11d01e92456c213afe622b6d Mon Sep 17 00:00:00 2001 From: JF Denise Date: Tue, 15 Dec 2020 14:46:36 +0100 Subject: [PATCH] CLOUD-3772, Add a behave test to provision microprofile-platform --- eap-xp2/tests/features/microprofile.feature | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/eap-xp2/tests/features/microprofile.feature b/eap-xp2/tests/features/microprofile.feature index 3fd83f8d..bd6f9a46 100644 --- a/eap-xp2/tests/features/microprofile.feature +++ b/eap-xp2/tests/features/microprofile.feature @@ -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 | / |