From: Zdeněk Šustr Date: Fri, 9 Mar 2012 12:33:26 +0000 (+0000) Subject: Generate test report, too X-Git-Tag: glite-jobid-api-c_R_2_1_2_1~54 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=4cd5611ccd7950cfe85b9f01bce57c699c4bb82b;p=jra1mw.git Generate test report, too --- diff --git a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh index 0c42f55..600357b 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh @@ -157,4 +157,21 @@ printf " \n" >> report.twiki cat test_log.txt >> report.twiki +#Generating test report + +PRODUCT="emi.px" +UNITESTEXEC="NO" +REMARKS="No unit tests implemented" +PERFORMANCEEXEC="NO" +TESTREPOCONTENTS="`cat ./repo_packages.txt`" +PRODREPOCONTENTS="`cat ./prod_packages.txt`" +INSTALLCOMMAND="`cat GridSiteInstall.sh`" +INSTALLLOG="`cat Install_log.txt`" +CONFIGLOG="Configuration log shown with the installation log, see directly above" +#UPGRADECMD +UNITTESTURL="NA" +TESTPLANURL="http://jra1mw.cvs.cern.ch/cgi-bin/jra1mw.cgi/org.glite.testsuites.ctb/PX/tests/" +FUNCTIONALITYTESTURL="https://twiki.cern.ch/twiki/bin/view/EGEE/SA3Testing#PX" + +gen_test_report > TestRep.txt