From 4d0a1d766e645046a9bcbe3c0dbeb59d82fd2fa3 Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Tue, 8 Jun 2021 09:28:21 +0100 Subject: Add CSIT for clamp controlloop Add CSIT testcases, scripts and a seperate docker-compose file for integration testing between controlloop components, this involves integration between Mariadb, Dmaap, ControlLoop-Runtime, Policy-Participant, Policy-API and DCAE-Participant docker images. Issue-ID: POLICY-3217 Signed-off-by: Sirisha_Manchikanti Change-Id: Id7cb1451afc4331b4ed1ad1ac6c2528a747eaaa0 --- csit/clamp/plans/teardown.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 csit/clamp/plans/teardown.sh (limited to 'csit/clamp/plans/teardown.sh') diff --git a/csit/clamp/plans/teardown.sh b/csit/clamp/plans/teardown.sh new file mode 100644 index 00000000..e0fc58ed --- /dev/null +++ b/csit/clamp/plans/teardown.sh @@ -0,0 +1,20 @@ +#!/bin/bash +# ============LICENSE_START======================================================= +# Copyright (C) 2021 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= + +docker-compose -f ${SCRIPTS}/docker-compose-all.yml down -v -- cgit 1.2.3-korg