Create robot report.html files 12/74712/2
authorSam Hague <shague@redhat.com>
Wed, 1 Aug 2018 00:56:09 +0000 (20:56 -0400)
committerSam Hague <shague@redhat.com>
Wed, 1 Aug 2018 03:17:05 +0000 (23:17 -0400)
Change-Id: Ie5114258b7fb9cf60adea622345eb219358b19d8
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index 1f3483f3e10a02dd82de3dd0f05d831d3efdb0eb..22019435a49bed5f0b8e8349ad02db3ff7c78e28 100644 (file)
@@ -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/"