From c6eb02ae0f1b9b69a248621e68dbc7a481ce95b7 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 2 Feb 2023 08:44:51 +0000 Subject: Add configurations to run SLAs validations on CSITs Issue-ID: POLICY-4531 Change-Id: Idf69fe888828fabd4ec0cd3c18fea7aff96caac8 Signed-off-by: adheli.tavares --- csit/pap/plans/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit/pap/plans/setup.sh') diff --git a/csit/pap/plans/setup.sh b/csit/pap/plans/setup.sh index c5b75937..4f48d124 100755 --- a/csit/pap/plans/setup.sh +++ b/csit/pap/plans/setup.sh @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2022 Nordix Foundation. # Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. -# Modifications Copyright (C) 2022 Nordix Foundation. +# Modifications Copyright (C) 2022-2023 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ bash "${SCRIPTS}"/get-models-examples.sh echo "${POLICY_PAP_VERSION}" cd "${SCRIPTS}" -docker-compose -f "${SCRIPTS}"/docker-compose-all.yml up -d pap apex-pdp +docker-compose -f "${SCRIPTS}"/docker-compose-all.yml up -d pap apex-pdp grafana sleep 10 unset http_proxy https_proxy -- cgit 1.2.3-korg