From 82a4a67d6906ee50504a65dd1709f148a2821cd6 Mon Sep 17 00:00:00 2001 From: Serban Jora Date: Wed, 18 Oct 2017 17:39:02 -0400 Subject: Add structure for modeling/javatoscachecker csit Change-Id: I38b62330748b6c35656af30d102569fdaa46e7cd Issue-Id: MODELING-26 Signed-off-by: Serban Jora --- .../modeling/javatoscachecker/APIs/teardown.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/csit/plans/modeling/javatoscachecker/APIs/teardown.sh (limited to 'test/csit/plans/modeling/javatoscachecker/APIs/teardown.sh') diff --git a/test/csit/plans/modeling/javatoscachecker/APIs/teardown.sh b/test/csit/plans/modeling/javatoscachecker/APIs/teardown.sh new file mode 100644 index 000000000..0e149c028 --- /dev/null +++ b/test/csit/plans/modeling/javatoscachecker/APIs/teardown.sh @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Copyright 2016-2017 Huawei Technologies Co., Ltd. +# +# 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. +# +# Modifications copyright (c) 2017 AT&T Intellectual Property +# + +source ${WORKSPACE}/test/csit/scripts/modeling/javatoscachecker/teardown_containers.sh + -- cgit 1.2.3-korg