From: Sam Hague Date: Wed, 1 Aug 2018 00:56:09 +0000 (-0400) Subject: Create robot report.html files X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=3b61a6661aaf9ea17de5ce7aafd6b65680fbe91c;hp=dd0d1f65bf143501b82c9f3c8370defddc622745;p=releng%2Fbuilder.git Create robot report.html files Change-Id: Ie5114258b7fb9cf60adea622345eb219358b19d8 Signed-off-by: Sam Hague --- diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 1f3483f3e..22019435a 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -1105,7 +1105,7 @@ for suite in ${SUITES}; do log_name="${suite_index}_${suite_name}" pybot -N ${log_name} \ -c critical -e exclude -e skip_if_${DISTROSTREAM} \ - --log log_${log_name}.html --report None --output output_${log_name}.xml \ + --log log_${log_name}.html --report report_${log_name}.html --output output_${log_name}.xml \ --removekeywords wuks \ --removekeywords name:SetupUtils.Setup_Utils_For_Setup_And_Teardown \ --removekeywords name:SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing \ @@ -1163,7 +1163,7 @@ for suite in ${SUITES}; do ${TESTOPTIONS} ${suite} || true done #rebot exit codes seem to be different -rebot --output ${WORKSPACE}/output.xml --log log_full.html --report None -N openstack output_*.xml || true +rebot --output ${WORKSPACE}/output.xml --log log_full.html --report report.html -N openstack output_*.xml || true echo "Examining the files in data/log and checking file size" ssh ${ODL_SYSTEM_IP} "ls -altr /tmp/${BUNDLEFOLDER}/data/log/"