From 5c6ed634c7c47ed8b57df82b2ae64b014d68d79f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 7 Jul 2012 11:03:43 +0000 Subject: [PATCH] Update test report template. --- org.glite.testsuites.ctb/LB/tests/lb-autonomous-test.sh | 11 +++++++++-- org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh | 3 ++- 2 files changed, 11 insertions(+), 3 deletions(-) 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: -- 1.8.2.3