diff options
author | Taka Cho <takamune.cho@att.com> | 2021-01-11 16:41:04 -0500 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2021-01-12 21:40:03 +0000 |
commit | 7474def79434b579402084e6d979c801590929cd (patch) | |
tree | 2cb0d83ff2552d9463ae1aba90cc838fa3a0c2a2 /csit/plans/teardown.sh | |
parent | 5de03dca5b7c5d327311acab4a845e0db0d2eb10 (diff) |
move csit/plans, tests to api repo
on csit Repo, scripts moves to dockers repo
tests and plans move to application repo
aligning with new JJB template
Issue-ID: POLICY-2895
Change-Id: I5fe5917458415db1524258d58ca5693bafb47957
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'csit/plans/teardown.sh')
-rwxr-xr-x | csit/plans/teardown.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/csit/plans/teardown.sh b/csit/plans/teardown.sh new file mode 100755 index 00000000..e101973f --- /dev/null +++ b/csit/plans/teardown.sh @@ -0,0 +1,20 @@ +#!/bin/bash +# ============LICENSE_START======================================================= +# Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# 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 |