From 5528d7e566e883a4549995b737e6ce32159e3c68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 9 Mar 2012 12:35:21 +0000 Subject: [PATCH] Generate also test report --- .../CANL-C/tests/canl-autonomous-test.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- 1.8.2.3