From bde9a07a512e78de6d9928d6ccfcb28a4a6244d4 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Wed, 6 Sep 2017 20:01:57 +0800 Subject: Add msb integration test script Add test script for tcp service discovery and access Modify license header Issue-Id: MSB-61 Change-Id: I385aa76d247e081845d7e2bab729dd1d3c60243d Signed-off-by: HuabingZhao --- test/csit/plans/msb/tcp-service/teardown.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/csit/plans/msb/tcp-service/teardown.sh (limited to 'test/csit/plans/msb/tcp-service/teardown.sh') diff --git a/test/csit/plans/msb/tcp-service/teardown.sh b/test/csit/plans/msb/tcp-service/teardown.sh new file mode 100644 index 000000000..36ee889f3 --- /dev/null +++ b/test/csit/plans/msb/tcp-service/teardown.sh @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Copyright 2017 ZTE, 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 msb_consul +kill-instance.sh msb_discovery +kill-instance.sh msb_internal_apigateway +kill-instance.sh i-activemq -- cgit 1.2.3-korg