summaryrefslogtreecommitdiffstats
path: root/csit/run-project-csit.sh
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-10-01 15:19:25 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-10-07 13:38:08 +0100
commit630801cc4e866ae4c2fb375df06df91c054962d8 (patch)
tree3a8de9af40593ca57e0a64e7c8f10966ec106560 /csit/run-project-csit.sh
parent3893fda035d2be48f3a518e508ac941a29498d63 (diff)
Add slas test for drools-apps and xacml-pdp
Issue-ID: POLICY-5126 Change-Id: I989a3870e021a9054d7d39b83cefb626ac6fe52f Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'csit/run-project-csit.sh')
-rwxr-xr-xcsit/run-project-csit.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh
index 409209fd..8183cdee 100755
--- a/csit/run-project-csit.sh
+++ b/csit/run-project-csit.sh
@@ -123,8 +123,8 @@ function apex_healthcheck() {
}
function setup_drools_apps() {
- export ROBOT_FILES="drools-applications-test.robot"
- source ${DOCKER_COMPOSE_DIR}/start-compose.sh drools-applications
+ export ROBOT_FILES="drools-applications-test.robot drools-applications-slas.robot"
+ source ${DOCKER_COMPOSE_DIR}/start-compose.sh drools-applications --grafana
sleep 10
bash ${SCRIPTS}/wait_for_rest.sh localhost ${PAP_PORT}
sleep 10
@@ -134,8 +134,8 @@ function setup_drools_apps() {
}
function setup_xacml_pdp() {
- export ROBOT_FILES="xacml-pdp-test.robot"
- source ${DOCKER_COMPOSE_DIR}/start-compose.sh xacml-pdp
+ export ROBOT_FILES="xacml-pdp-test.robot xacml-pdp-slas.robot"
+ source ${DOCKER_COMPOSE_DIR}/start-compose.sh xacml-pdp --grafana
sleep 10
bash ${SCRIPTS}/wait_for_rest.sh localhost "${XACML_PORT}"
}