diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-08 10:23:44 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-08 10:23:55 +0800 |
commit | 749d5fcaa4fbae15e7e7dde922325f755f54397e (patch) | |
tree | 3f05d496edd16d10b11a46fc5572544b5abcfa5a /test/csit/plans/msb/rest-service/teardown.sh | |
parent | e9830799c584a540491f836e16939768b71dc473 (diff) |
Add msb integration test script
Add test script for rest service discovery and access
Issue-Id: MSB-61
Change-Id: I038769463004a2b4688efd7297b7d45d2b8be627
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'test/csit/plans/msb/rest-service/teardown.sh')
-rw-r--r-- | test/csit/plans/msb/rest-service/teardown.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/csit/plans/msb/rest-service/teardown.sh b/test/csit/plans/msb/rest-service/teardown.sh new file mode 100644 index 000000000..d34fedbf5 --- /dev/null +++ b/test/csit/plans/msb/rest-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-rest-example |