diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-20 15:22:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-20 15:22:59 +0000 |
commit | 7657b0e2cb4a8b1833b10bc6c91297981d376a5b (patch) | |
tree | e67350d0575907483a743ee225fea4a690fb2920 /test/csit/plans/dcaegen2/prh-testsuites/teardown.sh | |
parent | 285a9db4548eba445c34933e6da6f22ef1af1b68 (diff) | |
parent | 26b89ecb973531dfcc0fd30bd50f083e585e1f4f (diff) |
Merge "Rename folder for jenkins job"
Diffstat (limited to 'test/csit/plans/dcaegen2/prh-testsuites/teardown.sh')
-rw-r--r-- | test/csit/plans/dcaegen2/prh-testsuites/teardown.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/csit/plans/dcaegen2/prh-testsuites/teardown.sh b/test/csit/plans/dcaegen2/prh-testsuites/teardown.sh new file mode 100644 index 000000000..bd1e5ba06 --- /dev/null +++ b/test/csit/plans/dcaegen2/prh-testsuites/teardown.sh @@ -0,0 +1,20 @@ +#!/bin/bash +# +# Copyright 2017 Nokia, Inc. and others. +# +# 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 prh +kill-instance.sh dmaap_simulator +kill-instance.sh aai_simulator |