diff options
author | Yang Xu <xuyang11@gmail.com> | 2017-09-08 14:46:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-08 14:46:52 +0000 |
commit | bb44d551e24086117cc4f311e55d26d2dae34118 (patch) | |
tree | d823b6173ca9ff5fbf5909673ed88f7fba6dfa5d /test/csit/plans/so/sanity-check/teardown.sh | |
parent | 4b48012b0af97da6c5047b9a7e048afaf5ed6f0e (diff) | |
parent | ae730e4b5e753a88e73c81263a11264606d94156 (diff) |
Merge "CSIT tests"
Diffstat (limited to 'test/csit/plans/so/sanity-check/teardown.sh')
-rw-r--r-- | test/csit/plans/so/sanity-check/teardown.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/csit/plans/so/sanity-check/teardown.sh b/test/csit/plans/so/sanity-check/teardown.sh index 5cd82b7e2..a924a074f 100644 --- a/test/csit/plans/so/sanity-check/teardown.sh +++ b/test/csit/plans/so/sanity-check/teardown.sh @@ -15,10 +15,4 @@ # limitations under the License. # -#copy the logs files -docker cp so:/service/logs/lifecyclemgr.log ${SCRIPTS}/../../../archives -# kill micro service -kill-instance.sh i-msb kill-instance.sh so - - |