From 9c0b46832ff031e337a13358eb83752c853aa1fc Mon Sep 17 00:00:00 2001 From: eh552t Date: Mon, 21 Aug 2017 11:10:11 +0200 Subject: initial integration tests for CLAMP Commit the first test for CLAMP, UIs and TCA first Change-Id: I902e7ea79210c114eaf03943a83ac71bbfbf012e Signed-off-by: eh552t Issue-Id: CLAMP-33 --- test/csit/plans/clamp/TCA/teardown.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 test/csit/plans/clamp/TCA/teardown.sh (limited to 'test/csit/plans/clamp/TCA/teardown.sh') diff --git a/test/csit/plans/clamp/TCA/teardown.sh b/test/csit/plans/clamp/TCA/teardown.sh new file mode 100755 index 000000000..810c2e40d --- /dev/null +++ b/test/csit/plans/clamp/TCA/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. +# + +kill-instance.sh clamp_clamp_1 +kill-instance.sh clamp_db_1 + +# $WORKSPACE/archives/clamp-clone deleted with archives folder when tests starts so we keep it at the end for debugging -- cgit 1.2.3-korg