diff options
author | eh552t <eh552t@intl.att.com> | 2017-08-21 11:10:11 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2017-08-21 14:32:33 +0200 |
commit | 9c0b46832ff031e337a13358eb83752c853aa1fc (patch) | |
tree | 904f5d44b9a787e77164c75aa54b2ce8c2ad7aa0 /test/csit/scripts | |
parent | b4a8446204526721256f40f837ccf51706495c82 (diff) |
initial integration tests for CLAMP
Commit the first test for CLAMP, UIs and TCA first
Change-Id: I902e7ea79210c114eaf03943a83ac71bbfbf012e
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-33
Diffstat (limited to 'test/csit/scripts')
-rwxr-xr-x | test/csit/scripts/clamp/script1.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/csit/scripts/clamp/script1.sh b/test/csit/scripts/clamp/script1.sh new file mode 100755 index 000000000..fd6610612 --- /dev/null +++ b/test/csit/scripts/clamp/script1.sh @@ -0,0 +1,17 @@ +#!/bin/bash +# +# Copyright 2016-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. +# +echo "This is ${WORKSPACE}/test/csit/scripts/clamp/script1.sh" |