diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-06 20:01:57 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-06 20:02:23 +0800 |
commit | bde9a07a512e78de6d9928d6ccfcb28a4a6244d4 (patch) | |
tree | 1cf7b2ad8f08bbb4ce8add88ceab912c0f5d4ade /test/csit/plans/msb/sanity-check | |
parent | cc141af9a93eef61437909ba301e0331b3b3c749 (diff) |
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 <zhao.huabing@zte.com.cn>
Diffstat (limited to 'test/csit/plans/msb/sanity-check')
-rw-r--r-- | test/csit/plans/msb/sanity-check/setup.sh | 2 | ||||
-rw-r--r-- | test/csit/plans/msb/sanity-check/teardown.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/plans/msb/sanity-check/setup.sh b/test/csit/plans/msb/sanity-check/setup.sh index 6ae5e4299..a484160a0 100644 --- a/test/csit/plans/msb/sanity-check/setup.sh +++ b/test/csit/plans/msb/sanity-check/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017 2017 ZTE, Inc. and others. +# 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. diff --git a/test/csit/plans/msb/sanity-check/teardown.sh b/test/csit/plans/msb/sanity-check/teardown.sh index 3e7dbc1c4..609eaf664 100644 --- a/test/csit/plans/msb/sanity-check/teardown.sh +++ b/test/csit/plans/msb/sanity-check/teardown.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017 2017 ZTE, Inc. and others. +# 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. |