diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-06 15:00:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-06 15:00:15 +0000 |
commit | a96d75bd8c6b7e3b69337e8e362e1114bb7afb50 (patch) | |
tree | 402fd1d7044286d5bca11b2c83f82de2d85c07ed /test/csit/scripts/cli/startup.sh | |
parent | 2b0d6dc4e015b42c1f958fda421bdbb6ddcf6657 (diff) | |
parent | 729baadbd9e163978c10a2d5a5c84258af8afd39 (diff) |
Merge "Initial integration test for CLI"
Diffstat (limited to 'test/csit/scripts/cli/startup.sh')
-rw-r--r-- | test/csit/scripts/cli/startup.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/csit/scripts/cli/startup.sh b/test/csit/scripts/cli/startup.sh new file mode 100644 index 000000000..6e29a0e8e --- /dev/null +++ b/test/csit/scripts/cli/startup.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# +# Copyright 2017 Huawei Technologies Co., Ltd. +# +# 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. +# +# $1 nickname for the MSB instance +echo "This is ${WORKSPACE}/test/csit/scripts/cli/startup.sh" |