diff options
author | yunlong ying <ying.yunlong@zte.com.cn> | 2017-09-08 02:34:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-08 02:34:44 +0000 |
commit | 24f507cb2f2faaf85b730bd8d2791713f8c5ca2f (patch) | |
tree | 1c8950215021b5671adb791729ae0d4a5cde811c /test/csit/plans/msb/rest-service/teardown.sh | |
parent | 28aeabbdf601a4a359876623df33a920dee820a2 (diff) | |
parent | 749d5fcaa4fbae15e7e7dde922325f755f54397e (diff) |
Merge "Add msb integration test script"
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 |