From 3b61a6661aaf9ea17de5ce7aafd6b65680fbe91c Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Tue, 31 Jul 2018 20:56:09 -0400 Subject: [PATCH 1/1] Create robot report.html files Change-Id: Ie5114258b7fb9cf60adea622345eb219358b19d8 Signed-off-by: Sam Hague --- jjb/integration/integration-deploy-openstack-run-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/" -- 2.36.6