From b01df8be03edfbea5e6185d763496bd8cfa833ff Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Tue, 9 Jul 2019 16:14:17 +0000 Subject: Adding Infrastructure for Simulate Request for SDC Change-Id: Icf1100f180201735b4862cb0b9762d4a30750817 Issue-ID: SO-1949 Signed-off-by: waqas.ikram --- plans/so/integration-etsi-testing/teardown.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 plans/so/integration-etsi-testing/teardown.sh (limited to 'plans/so/integration-etsi-testing/teardown.sh') diff --git a/plans/so/integration-etsi-testing/teardown.sh b/plans/so/integration-etsi-testing/teardown.sh new file mode 100755 index 00000000..8b778a57 --- /dev/null +++ b/plans/so/integration-etsi-testing/teardown.sh @@ -0,0 +1,22 @@ +#!/bin/bash +# +# ============LICENSE_START======================================================= +# Copyright (C) 2019 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 down -- cgit 1.2.3-korg