From 4cd5611ccd7950cfe85b9f01bce57c699c4bb82b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 9 Mar 2012 12:33:26 +0000 Subject: [PATCH] Generate test report, too --- org.glite.testsuites.ctb/PX/tests/px-autonomous-test.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- 1.8.2.3