diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-06-19 09:52:01 +0200 |
---|---|---|
committer | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-06-19 09:52:01 +0200 |
commit | 26b89ecb973531dfcc0fd30bd50f083e585e1f4f (patch) | |
tree | a59666563ea1a3f7ca4d25afa1c1f603f51a2652 /test/csit/plans/dcaegen2/prh-testsuites/teardown.sh | |
parent | 432696535f996211186269c78e36ab5a6c073997 (diff) |
Rename folder for jenkins job
Issue-ID: DCAEGEN2-206
Change-Id: Id2414fa53bd7999fbf5ea551bd89e62bb7d72700
Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
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 |