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"
 
 
 - Date:
 
-- Test Report Template : v. 3.1
+- Test Report Template : v. 3.2
 
 *************
 Summary 
   4.3. Standard Conformance tests - NA
   4.4. Performance tests - $PERFORMANCEEXEC
   4.5. Scalability tests - NA
+  4.6. Integration tests - NA
 
 REMARKS: