From 0f345e692557dacf1061e069de002191f11d6d7e Mon Sep 17 00:00:00 2001 From: Fabio Burzigotti Date: Thu, 16 Jan 2025 13:42:03 +0100 Subject: [PATCH] [issue-222] - Update documentation about testsuite profiles --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46a9649a..d8fd96c5 100644 --- a/README.md +++ b/README.md @@ -134,12 +134,20 @@ artifacts, which is done by enabling the `ts.wildfly.target-distribution.eap` or mvn test -pl testsuite/ -Pts.execution-profile.prod -Pts.wildfly.target-distribution.eap ``` -Regarding the EAP XP version, Intersmash supports provisioning both XP 5 and XP 6, and the deployments used by the -Intersmash testsuite can be built by using related artifacts and feature packs by enabling either the `ts.wildfly.eapxp.stream.xp6`, -or the `ts.wildfly.eapxp.stream.xp5` profile, e.g.: +Regarding EAP _minor_ version, Intersmash supports provisioning both EAP 8.0 and EAP 8.1, and the deployments used by the +Intersmash testsuite can be built on related artifacts and feature packs by enabling either the `ts.eap-stream.eap80`, +or the `ts.eap-stream.eap81` profile, e.g.: ```shell -mvn test -pl testsuite/ -Pts.execution-profile.prod -Pts.wildfly.target-distribution.eapxp -Pts.wildfly.eapxp.stream.xp5 +mvn test -pl testsuite/ -Pts.execution-profile.prod -Pts.wildfly.target-distribution.eap -Pts.eap-stream.eap80 +``` + +Regarding EAP XP _major_ version, Intersmash supports provisioning both XP 5 and XP 6, and the deployments used by the +Intersmash testsuite can be built on related artifacts and feature packs by enabling either the `ts.eapxp-stream.xp5`, +or the `ts.eapxp-stream.xp6` profile, e.g.: + +```shell +mvn test -pl testsuite/ -Pts.execution-profile.prod -Pts.wildfly.target-distribution.eapxp -Pts.eapxp-stream.xp5 ``` * Run Kubernetes integration tests: