diff options
author | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2019-03-27 19:11:43 +0200 |
---|---|---|
committer | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2019-04-05 09:25:54 +0300 |
commit | 40c1ddcef93d169922cdb2b95a817e2ff50a25ce (patch) | |
tree | ec9851ef03e7f9f25279fc081f2b317e10389630 /plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/teardown.sh | |
parent | 7aa8cd32c8458cd9a148ca8dad4c26635cab6d8b (diff) |
CSIT tests for bbs-event-processor
Change-Id: Iaf4d5f47754489b111a0af90bf3cdf819d4e62f7
Issue-ID: DCAEGEN2-1355
Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
Diffstat (limited to 'plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/teardown.sh')
-rw-r--r-- | plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/teardown.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/teardown.sh b/plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/teardown.sh new file mode 100644 index 00000000..6cc85f54 --- /dev/null +++ b/plans/dcaegen2-services-bbs-event-processor/bbs-testsuites/teardown.sh @@ -0,0 +1,21 @@ +#!/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 bbs +# kill-instance.sh ssl_bbs +kill-instance.sh dmaap_simulator +kill-instance.sh aai_simulator |