diff options
author | Adheli Tavares <adheli.tavares@est.tech> | 2024-08-22 07:58:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-08-22 07:58:54 +0000 |
commit | 10cf66cdd2cca12dad9f299714e6294ae35752a7 (patch) | |
tree | d5c2e2d2d4d74ca8bab8cb7f7c1c8749be3e2edc /csit/run-k8s-csit.sh | |
parent | 9be897bbafbcf1db9ab3b7a3211ac8a554d87d69 (diff) | |
parent | 3397d84da23add5b773bacf41c032d3a8d31734d (diff) |
Merge "Add slas tests for clamp"
Diffstat (limited to 'csit/run-k8s-csit.sh')
-rwxr-xr-x | csit/run-k8s-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/run-k8s-csit.sh b/csit/run-k8s-csit.sh index b578a5b0..eaaa8b48 100755 --- a/csit/run-k8s-csit.sh +++ b/csit/run-k8s-csit.sh @@ -28,7 +28,7 @@ export GERRIT_BRANCH=$(awk -F= '$1 == "defaultbranch" { print $2 }' "${WORKSPACE CSIT_SCRIPT="scripts/run-test.sh" ROBOT_DOCKER_IMAGE="policy-csit-robot" -POLICY_CLAMP_ROBOT="policy-clamp-test.robot" +POLICY_CLAMP_ROBOT="policy-clamp-test.robot clamp-slas.robot" POLICY_API_ROBOT="api-test.robot api-slas.robot" POLICY_PAP_ROBOT="pap-test.robot pap-slas.robot" POLICY_APEX_PDP_ROBOT="apex-pdp-test.robot apex-slas.robot" |