********************************* EMI Test Report Template ********************************* - Product: CREAM TORQUE module v. 2.1.0 - Release Task: Task #34042 (https://savannah.cern.ch/task/?34042) - ETICS Subsystem Configuration Name: emi-lrms-utils_R_2_1_0_1 - VCS Tag: lcg-info-dynamic-scheduler-pbs-2.4.1-5 - EMI Major Release: EMI 3 (Monte Bianco) - Platforms: sl5 epel, sl6 epel - Author: Sara Bertocco - Date: 13 March 2013 - Test Report Template : v. 3.2 ************* Summary ************* 1. Deployment tests: 1.1. Clean Installation - PASS 1.2. Upgrade Installation - PASS 2. Static Code Analysis - NA 3. Unit Tests Execution - NO 4. System tests: 4.1. Functionality tests - PASS 4.2. Regression tests - NA 4.3. Standard Conformance tests - PASS 4.4. Performance tests - NA 4.5. Scalability tests - NA 4.6. Integration tests - NA REMARKS: *************************** Detailed Testing Report *************************************** 1. Deployment log ************************ 1.1. Clean Installation ----------------------------- - YUM Testing Repo file contents: # cat /etc/yum.repos.d/emi-3-rc-sl6.repo [core] name=name=SL 6 base baseurl=http://linuxsoft.cern.ch/scientific/6x/$basearch/os http://ftp.scientificlinux.org/linux/scientific/6x/$basearch/os http://ftp1.scientificlinux.org/linux/scientific/6x/$basearch/os http://ftp2.scientificlinux.org/linux/scientific/6x/$basearch/os protect=0 [extras] name=epel baseurl=http://ftp.heanet.ie/pub/fedora/epel/6/$basearch http://mirror.switch.ch/ftp/mirror/epel/6/$basearch http://ftp.fi.muni.cz/pub/linux/fedora/epel/6/$basearch http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/6/$basearch http://nl.mirror.eurid.eu/epel/6/$basearch protect=0 [EGI-trustanchors] name=EGI-trustanchors baseurl=http://repository.egi.eu/sw/production/cas/1/current/ #gpgkey=http://repository.egi.eu/sw/production/cas/1/GPG-KEY-EUGridPMA-RPM-3 gpgcheck=0 enabled=1 [EMI-3-testing-base] name=EMI 3 Testing Base Repository baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/testing/3/sl6/$basearch/base #gpgkey=http://emisoft.web.cern.ch/emisoft/dist/EMI/3/RPM-GPG-KEY-emi priority=40 protect=1 enabled=1 gpgcheck=0 [EMI-3-testing-third-party] name=EMI 3 Testing Third-Party Repository baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/testing/3/sl6/$basearch/third-party #gpgkey=http://emisoft.web.cern.ch/emisoft/dist/EMI/3/RPM-GPG-KEY-emi protect=1 enabled=1 priority=40 gpgcheck=0 [Oracle-11] name=Oracle Repository (not for distribution) baseurl=http://emisoft.web.cern.ch/emisoft/dist/elcaro/oracle-instantclient/11/repo/sl6/$basearch gpgcheck=0 protect=1 enabled=1 priority=40 - YUM Install command: yum install emi-cream-ce - YUM log: https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34042SL5/task34042_install_TorqueModule_sl5.log https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34042SL6/task34042_install_TorqueModule_sl6.log - Configuration log: https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34043SL5/task34043_config_install_cream_pbs_sl5.log https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34043SL6/task34043_config_install_cream_pbs_sl6.log 1.2. Upgrade Installation -------------------------------- - YUM Production Repo file contents: # cat emi2*.repo [EMI-2-base] name=EMI 2 base baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/$basearch/base protect=1 enabled=1 # To use priorities you must have yum-priorities installed priority=40 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-emi [EMI-2-contribs] name=EMI 2 contribs baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/$basearch/contribs protect=1 enabled=1 # To use priorities you must have yum-priorities installed priority=40 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-emi [EMI-2-third-party] name=EMI 2 third-party baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/$basearch/third-party protect=1 enabled=1 # To use priorities you must have yum-priorities installed priority=40 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-emi [EMI-2-updates] name=EMI 2 updates baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/2/sl6/$basearch/updates protect=1 enabled=1 # To use priorities you must have yum-priorities installed priority=40 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-emi - YUM Install command: yum install emi-cream-ce - YUM Testing Repo file contents: # cat /etc/yum.repos.d/emi-3-rc-sl6.repo [core] name=name=SL 6 base baseurl=http://linuxsoft.cern.ch/scientific/6x/$basearch/os http://ftp.scientificlinux.org/linux/scientific/6x/$basearch/os http://ftp1.scientificlinux.org/linux/scientific/6x/$basearch/os http://ftp2.scientificlinux.org/linux/scientific/6x/$basearch/os protect=0 [extras] name=epel baseurl=http://ftp.heanet.ie/pub/fedora/epel/6/$basearch http://mirror.switch.ch/ftp/mirror/epel/6/$basearch http://ftp.fi.muni.cz/pub/linux/fedora/epel/6/$basearch http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/6/$basearch http://nl.mirror.eurid.eu/epel/6/$basearch protect=0 [EGI-trustanchors] name=EGI-trustanchors baseurl=http://repository.egi.eu/sw/production/cas/1/current/ #gpgkey=http://repository.egi.eu/sw/production/cas/1/GPG-KEY-EUGridPMA-RPM-3 gpgcheck=0 enabled=1 [EMI-3-testing-base] name=EMI 3 Testing Base Repository baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/testing/3/sl6/$basearch/base #gpgkey=http://emisoft.web.cern.ch/emisoft/dist/EMI/3/RPM-GPG-KEY-emi priority=40 protect=1 enabled=1 gpgcheck=0 [EMI-3-testing-third-party] name=EMI 3 Testing Third-Party Repository baseurl=http://emisoft.web.cern.ch/emisoft/dist/EMI/testing/3/sl6/$basearch/third-party #gpgkey=http://emisoft.web.cern.ch/emisoft/dist/EMI/3/RPM-GPG-KEY-emi protect=1 enabled=1 priority=40 gpgcheck=0 [Oracle-11] name=Oracle Repository (not for distribution) baseurl=http://emisoft.web.cern.ch/emisoft/dist/elcaro/oracle-instantclient/11/repo/sl6/$basearch gpgcheck=0 protect=1 enabled=1 priority=40 - YUM Upgrade command: yum update - YUM log: https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34043SL5/task34043_update_cream_pbs_sl5.log https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34043SL6/task34043_update_cream_pbs_sl6.log - Configuration log: https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34043SL5/task34043_conf_update_cream_pbs_sl5.log https://wiki.italiangrid.it/twiki/pub/IGIRelease/EMI2CREAMTask34043SL6/task34043_conf_update_cream_pbs_sl6.log 2. Static Code Analysis ****************************** - URL where static code analysis results can be accessed NA 3. Unit Tests ***************** - URL pointing to the results of the Unit Tests. NA - Code Coverage %, if available. NA 4. System tests ********************* - URL where the tests/testsuite can be accessed: https://wiki.italiangrid.it/twiki/bin/view/CREAM/CreamTorqueModuleTestPlan - URL where the test results can be accessed: https://wiki.italiangrid.it/twiki/bin/view/IGIRelease/EMI2CREAMTask34042SL5 https://wiki.italiangrid.it/twiki/bin/view/IGIRelease/EMI2CREAMTask34042SL6