Tags:
, view all tags

Testing report: IGIRTC-120

Summary

  • Product: CREAM v. 1.14.2
  • Release Task: Task #34089
  • ETICS Subsystem Configuration Name:
  • VCS Tag:
  • EMI Major Release: EMI 2 (Matterhorn)
  • Platform: SL5 epel
  • Author: Sara Bertocco
  • Testing report: [[][Testing Report file]]
  • Certification report: [[][Certification Report file]]
  • Outcome: "In Certification*

Deployment tests

Clean Installation

CREAM PBS

CREAM LSF

Upgrade Installation

CREAM PBS

  • [[][Update log file]]
  • [[][Configuration log file]]

CREAM LSF

Unit Tests

System tests

Functionality tests

CREAM PBS

CREAM LSF

$ pybot -e job_man -e cpu_alloc -e glue -e ban -e bdii -e lb -e old_blah -e status /opt/cream_test/testsuite/cream_test_suite.html
INFO: The files of this testsuite will be stored under: /tmp/tmpskj86N.cream_testing/
INFO: Non-mandatory variable "sec_cert" has not been set.
INFO: Non-mandatory variable "sec_key" has not been set.
INFO: Non-mandatory variable "argus_host" has not been set.
INFO: Non-mandatory variable "sec_proxy_pass" has not been set.
==============================================================================
Cream Test Suite :: This is the main testing module,needed for testing the ...
==============================================================================
Set Log Level :: Set the log level used for the test suite. This c... | PASS |
------------------------------------------------------------------------------
Check Executables :: Check whether the needed executables for the ... | PASS |
------------------------------------------------------------------------------
Simple Submit :: Execute /bin/uname -a.Submit the jdl and wait for... | PASS |
------------------------------------------------------------------------------
ISB Base URI :: Execute a bash shell script.The script is stored i... | PASS |
------------------------------------------------------------------------------
ISB Client to CE :: Execute a bash shell script.The script is stor... | PASS |
------------------------------------------------------------------------------
ISB gsiftp to CE :: Execute a bash shell script.The script is stor... | PASS |
------------------------------------------------------------------------------
OSB localhost :: Execute /bin/uname -a.Store std out and error str... | PASS |
------------------------------------------------------------------------------
OSB gsiftp BaseDestURI :: Execute /bin/uname -a.Store std out and ... | PASS |
------------------------------------------------------------------------------
OSB gsiftp DestURI :: Execute /bin/uname -a.Store std out and erro... | PASS |
------------------------------------------------------------------------------
Environment :: Execute a bash shell script.The script is stored lo... | PASS |
------------------------------------------------------------------------------
Epilogue :: Execute two bash shell scripts,one for the job and the... | PASS |
------------------------------------------------------------------------------
Prologue :: Execute two bash shell scripts,one for the job and the... | PASS |
------------------------------------------------------------------------------
Explicit Delegation :: Test job submission with explicit delegatio... | PASS |
------------------------------------------------------------------------------
Job Cancel :: Test job cancellation.Two cases are tested:             | PASS |
------------------------------------------------------------------------------
Job List :: Test the job listing cli utility.Store the list of the... | PASS |
------------------------------------------------------------------------------
Job Suspend - Resume :: Submit a job and suspend it.Wait until it'... | PASS |
------------------------------------------------------------------------------
Manually Cancel Job :: Submit a job and then manually cancel it on... | PASS |
------------------------------------------------------------------------------
Verify CE service info :: This test case verifies the output of th... | PASS |
------------------------------------------------------------------------------
Enable - Disable Submission :: This test case tests the proper fun... | PASS |
------------------------------------------------------------------------------
Job Purge :: This test case verifies the proper functionality of t... | PASS |
------------------------------------------------------------------------------
Limiter :: NOTE: This test case is about 25 minutes long!             | PASS |
------------------------------------------------------------------------------
Sandbox Staging :: This test case tests the two different Sandbox ... | PASS |
------------------------------------------------------------------------------
Automatic Proxy Purging :: This test case checks the automatic pro... | PASS |
------------------------------------------------------------------------------
OutputData :: This test case tests the OutputData jdl attribute. T... | PASS |
------------------------------------------------------------------------------
Automatic Job Purge :: This test case is testing the functionality... | PASS |
------------------------------------------------------------------------------
Proxy Renewal :: Submit a job lasting 20 minutes using a proxy val... | PASS |
------------------------------------------------------------------------------
Cream Test Suite :: This is the main testing module,needed for tes... | PASS |
26 critical tests, 26 passed, 0 failed
26 tests total, 26 passed, 0 failed
==============================================================================
Output:  /home/bertocco/output.xml
Log:     /home/bertocco/log.html
Report:  /home/bertocco/report.html

Regression tests

Verification attached bugs for CREAM Torque




---++++  Verification attached bugs for CREAM LSF

Bug #97441: CREAM: Unwanted auto-updating of the field "creationTime" on the creamdb database FIXED
# mysql -u cremino -p creamdb
Enter password: 
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2771
Server version: 5.0.95 Source distribution

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>  select startUpTime, creationTime from db_info;
+---------------------+---------------------+
| startUpTime         | creationTime        |
+---------------------+---------------------+
| 2012-12-05 12:05:11 | 2012-12-05 11:59:11 | 
+---------------------+---------------------+
1 row in set (0.00 sec)

mysql> exit
Bye

# /opt/glite/yaim/bin/yaim -c -s /usr/local/nfs1/jra1_test/cream-48/site-info_lsf.def -n creamCE -n LSF_utils
.......
# mysql -u cremino -p creamdb
....
mysql>  select startUpTime, creationTime from db_info;
+---------------------+---------------------+
| startUpTime         | creationTime        |
+---------------------+---------------------+
| 2012-12-05 12:16:51 | 2012-12-05 11:59:11 | 
+---------------------+---------------------+
1 row in set (0.00 sec)
Bug #96310 Wrong lowercase conversion for Glue-1 VO Tags FIXED
# cat /opt/glite/var/info/cream-48.pd.infn.it/dteam/dteam.list
RMON3.1 
RMon3.1
# cat /opt/edg/var/info/dteam/dteam.list
RMON3.1 
RMon3.1
# grep GlueHostApplicationSoftwareRunTimeEnvironment: /var/lib/bdii/gip/ldif/static-file-Cluster.ldif
GlueHostApplicationSoftwareRunTimeEnvironment: LCG
GlueHostApplicationSoftwareRunTimeEnvironment: GLITE-3_2_0
GlueHostApplicationSoftwareRunTimeEnvironment: EMI
GlueHostApplicationSoftwareRunTimeEnvironment: MPIch
GlueHostApplicationSoftwareRunTimeEnvironment: MPICH

# /var/lib/bdii/gip/plugin/glite-info-dynamic-software-wrapper |grep -i RMON
GlueHostApplicationSoftwareRunTimeEnvironment: RMON3.1

# /var/lib/bdii/gip/plugin/glite-info-dynamic-software-wrapper |grep -i RMon
GlueHostApplicationSoftwareRunTimeEnvironment: RMON3.1

# /var/lib/bdii/gip/plugin/glite-info-dynamic-software-wrapper |grep GlueHostApplicationSoftwareRunTimeEnvironment
GlueHostApplicationSoftwareRunTimeEnvironment: EMI
GlueHostApplicationSoftwareRunTimeEnvironment: GLITE-3_2_0
GlueHostApplicationSoftwareRunTimeEnvironment: LCG
GlueHostApplicationSoftwareRunTimeEnvironment: MPIch
GlueHostApplicationSoftwareRunTimeEnvironment: RMON3.1

Bug #95973 Missing Glue capability in GLUE2EntityOtherInfo FIXED
# grep CE_CAPABILITY /opt/nfs_install/jra1_test/cream-48/services/glite-creamce
CE_CAPABILITY="CPUScalingReferenceSI00=10 SNMPSupport=yes"
#CE_CAPABILITY="CPUScalingReferenceSI00=10"

# ldapsearch -h cream-48.pd.infn.it -x -p 2170 -b "o=glue" | grep GLUE2EntityOtherInfo |grep CPUScalingReference
GLUE2EntityOtherInfo: CPUScalingReferenceSI00=10
# ldapsearch -h cream-48.pd.infn.it -x -p 2170 -b "o=glue" | grep GLUE2EntityOtherInfo |grep SNMPSupport
GLUE2EntityOtherInfo: SNMPSupport=yes

Bug # FIXED

Integration testing

-- SaraBertocco - 2012-11-23

Topic attachments
I Attachment Action Size DateSorted ascending Who Comment
Unknown file formatlog CREAM_SL5_LSF_install_yum.log manage 161.4 K 2012-12-04 - 14:54 SaraBertocco  
Unknown file formatlog CREAM_SL5_PBS_install_yaim.log manage 5.1 K 2012-12-04 - 17:33 SaraBertocco  
Unknown file formatlog CREAM_SL5_PBS_install_yum.log manage 169.0 K 2012-12-04 - 15:50 SaraBertocco  
Unknown file formatlog CREAM_SL5_install_yaim.log manage 13.3 K 2012-12-04 - 15:10 SaraBertocco  
Unknown file formatlog functionalityLSF.html.log manage 442.8 K 2012-12-05 - 09:18 SaraBertocco  
Edit | Attach | PDF | History: r17 | r10 < r9 < r8 < r7 | Backlinks | Raw View | More topic actions...
Topic revision: r8 - 2012-12-05 - SaraBertocco
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback