diff options
author | Murali-P <murali.p@huawei.com> | 2017-08-03 18:08:44 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2017-08-03 18:08:44 +0530 |
commit | b73e6141c5f03f95cd39c6f1b8d44908f35b9467 (patch) | |
tree | 38323fc0daf7687de5a90d84d3a54ec71be2ffde /test/csit/plans/vnfsdk-marketplace/sanity-check/teardown.sh | |
parent | 0146bff780af110d4183de8178ebdf7537545239 (diff) |
Initial CSIT test case
Resolved:VNFSDK-53
VNF SDK market place
Change-Id: Idffd5e7ee278f806b793eac4632d4f951c742bf4
Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'test/csit/plans/vnfsdk-marketplace/sanity-check/teardown.sh')
-rw-r--r-- | test/csit/plans/vnfsdk-marketplace/sanity-check/teardown.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/csit/plans/vnfsdk-marketplace/sanity-check/teardown.sh b/test/csit/plans/vnfsdk-marketplace/sanity-check/teardown.sh new file mode 100644 index 000000000..f74b59745 --- /dev/null +++ b/test/csit/plans/vnfsdk-marketplace/sanity-check/teardown.sh @@ -0,0 +1,22 @@ +#!/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. +# +# This script is sourced by run-csit.sh after Robot test completion. + +kill-instance.sh functest +kill-instance.sh marketplace +kill-instance.sh catalog +kill-instance.sh aria |