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-project-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-project-csit.sh')
-rwxr-xr-x | csit/run-project-csit.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh index 8d467ade..cbb62e6d 100755 --- a/csit/run-project-csit.sh +++ b/csit/run-project-csit.sh @@ -41,8 +41,8 @@ function docker_stats(){ } function setup_clamp() { - export ROBOT_FILES="policy-clamp-test.robot" - source "${WORKSPACE}"/compose/start-compose.sh policy-clamp-runtime-acm + export ROBOT_FILES="policy-clamp-test.robot clamp-slas.robot" + source "${WORKSPACE}"/compose/start-compose.sh policy-clamp-runtime-acm --grafana sleep 30 bash "${SCRIPTS}"/wait_for_rest.sh localhost "${ACM_PORT}" } |