From: Zdeněk Šustr Date: Tue, 17 Apr 2012 11:35:49 +0000 (+0000) Subject: Include package list in report. X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_3~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=598aeea65539377459e1caaad1de557ace868402;p=jra1mw.git Include package list in report. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh index 7712e11..48ec0c4 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh @@ -109,6 +109,26 @@ ENDTIME=`date +%s` #Generating report section gen_deployment_header $ENDTIME $STARTTIME "$SCENARIO" > report.twiki +echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null +if [ $? -eq 0 ]; then + printf "---++++ Production Repo Contents + +\n" >> report.twiki + cat ./prod_packages.txt >> report.twiki + printf "\n" >> report.twiki +fi + +printf "---++++ Test Repo Contents + +\n" >> report.twiki +cat ./repo_packages.txt >> report.twiki +printf " + +---++++ Process + +\n" >> report.twiki + + cat LBinstall.sh >> report.twiki printf " diff --git a/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh b/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh index 5536d64..151d6c6 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh @@ -205,8 +205,7 @@ Clean installation according to EMI guidelines (CA certificates, proxy certifica | Duration | `expr $DURATION / 60` min | | Testbed uptime | =`uptime | sed 's/^\s*//'`= | ----++++ Process -\n" +" } function gen_repo_lists()