diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-12 20:50:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 20:50:15 +0000 |
commit | 88a0f07095705e068b89063dac9bdf2aa239c9d1 (patch) | |
tree | 1e00e8ad68c6641c59d324acbd79d22a21e44141 /test/csit/plans/so/integration-testing/teardown.sh | |
parent | 187d56787f6c5aa6a62e9365d08ac3d4413cce2f (diff) | |
parent | 47a5ec38616b40414911ac9bf1a955b04d78e598 (diff) |
Merge "Fold SO func. tests into integration-testing plan"
Diffstat (limited to 'test/csit/plans/so/integration-testing/teardown.sh')
-rw-r--r-- | test/csit/plans/so/integration-testing/teardown.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/csit/plans/so/integration-testing/teardown.sh b/test/csit/plans/so/integration-testing/teardown.sh new file mode 100644 index 000000000..1696c745c --- /dev/null +++ b/test/csit/plans/so/integration-testing/teardown.sh @@ -0,0 +1,19 @@ +#!/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 mariadb +kill-instance.sh so |