From: František Dvořák Date: Sat, 7 Jul 2012 11:03:43 +0000 (+0000) Subject: Update test report template. X-Git-Tag: gridsite-core_R_1_7_22~34 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5c6ed634c7c47ed8b57df82b2ae64b014d68d79f;p=jra1mw.git Update test report template. --- 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 50d4ce7..c2c2803 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh @@ -165,10 +165,17 @@ REMARKS="" PERFORMANCEEXEC="YES" TESTREPOCONTENTS="`cat ./repo_packages.txt`" PRODREPOCONTENTS="`cat ./prod_packages.txt`" -INSTALLCOMMAND="`cat LBinstall.sh`" +echo "$SCENARIO" | grep -E -i "upgrade|update" > /dev/null +if [ $? != 0]; then + INSTALLCOMMAND="`cat LBinstall.sh`" + UPGRADECMD="" +else + INSTALCOMMAND="# Copy here initial part of Upgrade Command +" + UPGRADECMD="`cat LBinstall.sh`" +fi 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" diff --git a/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh b/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh index f9a6d76..fa3c2dc 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh @@ -274,7 +274,7 @@ EMI Test Report Template - Date: -- Test Report Template : v. 3.1 +- Test Report Template : v. 3.2 ************* Summary @@ -291,6 +291,7 @@ Summary 4.3. Standard Conformance tests - NA 4.4. Performance tests - $PERFORMANCEEXEC 4.5. Scalability tests - NA + 4.6. Integration tests - NA REMARKS: