From: Zdeněk Šustr Date: Fri, 9 Mar 2012 12:35:21 +0000 (+0000) Subject: Generate also test report X-Git-Tag: glite-jobid-api-c_R_2_1_2_1~53 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5528d7e566e883a4549995b737e6ce32159e3c68;p=jra1mw.git Generate also test report --- diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh index cbe5a32..ca8efbd 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-autonomous-test.sh @@ -131,4 +131,21 @@ printf " \n" >> report.twiki cat test_log.txt >> report.twiki +#Generating test report + +PRODUCT="emi.canl.c" +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="caNl does not use any specific configuration procedure. No log provided" +#UPGRADECMD +UNITTESTURL="NA" +TESTPLANURL="http://jra1mw.cvs.cern.ch/cgi-bin/jra1mw.cgi/org.glite.testsuites.ctb/CANL-C/tests/" +FUNCTIONALITYTESTURL="https://twiki.cern.ch/twiki/bin/view/EMI/EMIcaNl#Certification_Test_Results" + +gen_test_report > TestRep.txt