summaryrefslogtreecommitdiffstats
path: root/csit/resources/scripts
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2023-02-24 08:44:58 +0000
committerWayne Dunican <wayne.dunican@est.tech>2023-02-27 08:49:19 +0000
commit36806ac304bac477a463b7eb9f8d3fb664c8b4e3 (patch)
tree6b493de6fda5b19739f2ac5f8dc22d5fc2f4644a /csit/resources/scripts
parent1f339f886d01c6d6ac5cfd6467850c61fee4f675 (diff)
Add SLA validations to API
Issue-ID: POLICY-4528 Change-Id: I517cb477bbccb36d5e2000b60450a2c015d4940b Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'csit/resources/scripts')
-rwxr-xr-xcsit/resources/scripts/setup-api.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/resources/scripts/setup-api.sh b/csit/resources/scripts/setup-api.sh
index 2a984643..5a5cad20 100755
--- a/csit/resources/scripts/setup-api.sh
+++ b/csit/resources/scripts/setup-api.sh
@@ -28,7 +28,8 @@ unset http_proxy https_proxy
# wait for the app to start up
bash "${SCRIPTS}"/wait_for_rest.sh localhost ${API_PORT}
-export SUITES="api-test.robot"
+export SUITES="api-test.robot
+api-slas.robot"
ROBOT_VARIABLES="-v POLICY_API_IP:localhost:${API_PORT} -v PROMETHEUS_IP:localhost:${PROMETHEUS_PORT}
-v DATA:${DATA} -v NODETEMPLATES:${NODETEMPLATES}"