diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-02 18:30:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-02 18:30:53 +0000 |
commit | 442b44b93cf9beae0acf172481f9caaba91e4fe9 (patch) | |
tree | 72b1d9d1a14856e42eb4323b21608cf9d123bf9a | |
parent | 86f8824d9a7442ba3b5afaf948d49ff097792344 (diff) | |
parent | a681340fa0fab95e98609f43d777100d677e0ae8 (diff) |
Merge "Update sdc test"
-rw-r--r-- | test/csit/scripts/sdc/start_sdc_sanity.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/csit/scripts/sdc/start_sdc_sanity.sh b/test/csit/scripts/sdc/start_sdc_sanity.sh index e9e92148b..527a3355c 100644 --- a/test/csit/scripts/sdc/start_sdc_sanity.sh +++ b/test/csit/scripts/sdc/start_sdc_sanity.sh @@ -65,6 +65,7 @@ if [ "$TIME" -ge "$TIME_OUT" ] then echo TIME OUT: Sany was NOT completed in $TIME_OUT seconds... Could cause problems for tests... fi -cp -rf ${WORKSPACE}/data/logs/sdc-sanity/ExtentReport/* ${WORKSPACE}/archives/ +cp -rf ${WORKSPACE}/data/logs/sdc-sanity/ExtentReport/* ${WORKSPACE}/archives/ cp -rf ${WORKSPACE}/data/logs/ ${WORKSPACE}/archives/ +cp -rf ${WORKSPACE}/data/logs/sdc-sanity/target/*.xml ${WORKSPACE}/archives/ |