From 76fcb59ee7fb83075ed92f4ba3ee824113ec8bfb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 9 Mar 2012 12:41:02 +0000 Subject: [PATCH] Also generate a test report --- org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 7f171df..96944d1 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh @@ -124,4 +124,20 @@ printf " \n" >> report.twiki cat test_log.txt >> report.twiki +PRODUCT="emi.lb" +UNITESTEXEC="YES" +REMARKS="" +PERFORMANCEEXEC="YES" +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="See Build Report. Unit tests are an integral part of the build." +TESTPLANURL="http://jra1mw.cvs.cern.ch/cgi-bin/jra1mw.cgi/org.glite.testsuites.ctb/LB/tests/" +FUNCTIONALITYTESTURL="https://twiki.cern.ch/twiki/bin/view/EGEE/SA3Testing#LB" + +gen_test_report > TestRep.txt + -- 1.8.2.3