diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-08-18 11:12:23 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-08-19 15:31:40 +0100 |
commit | 3397d84da23add5b773bacf41c032d3a8d31734d (patch) | |
tree | 1d641e57ba3ecf72a7d1cfb6294bb21c89260453 /csit/run-k8s-csit.sh | |
parent | e43dc1f862192cd1870ed89b1e8722f022d8f88c (diff) |
Add slas tests for clamp
Issue-ID: POLICY-5028
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: Id76f19855cb1c7cdb4d9bdaf5c38cfc6fcadfa06
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" |