Merge "Do not use --merge in rebot command"
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 13 Nov 2017 11:17:30 +0000 (11:17 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 13 Nov 2017 11:17:30 +0000 (11:17 +0000)
jjb/integration/integration-deploy-openstack-run-test.sh

index 2dd6bd5b80a8113667bd6e7f5014ec54fcc1dfb7..800b1c9e8a8429ddf22796e58b7156e91f776fe3 100644 (file)
@@ -1162,7 +1162,7 @@ for suite in ${SUITES}; do
     ${TESTOPTIONS} ${suite} || true
 done
 #rebot exit codes seem to be different
-rebot --output ${WORKSPACE}/output.xml --log None --report None --merge output_*.xml || true
+rebot --output ${WORKSPACE}/output.xml --log None --report None output_*.xml || true
 
 echo "Examining the files in data/log and checking file size"
 ssh ${ODL_SYSTEM_IP} "ls -altr /tmp/${BUNDLEFOLDER}/data/log/"