Difference: Cream1135TestingReport ( vs. 1)

Revision 12013-02-27 - PaoloAndreetto

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CreamTesting"

Testing Report for CREAM 1.13-5 (Savannah task #40087)

Deployment tests

Update

Yum update

wget -O /etc/yum.repos.d/emi1-new-release.repo http://etics-repository.cern.ch/repository/pm/registered/repomd/id/6ec1ce77-2179-48eb-8098-3a58ae2cf0d4/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id.repo
--2013-02-27 09:56:22--  http://etics-repository.cern.ch/repository/pm/registered/repomd/id/6ec1ce77-2179-48eb-8098-3a58ae2cf0d4/sl5_x86_64_gcc412EPEL/etics-registered-build-by-id.repo
Resolving etics-repository.cern.ch... 128.142.170.202
Connecting to etics-repository.cern.ch|128.142.170.202|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 898
Saving to: `/etc/yum.repos.d/emi1-new-release.repo'

100%[=============================================================================================================================================>] 898         --.-K/s   in 0s      

2013-02-27 09:56:22 (53.5 MB/s) - `/etc/yum.repos.d/emi1-new-release.repo' saved [898/898]

yum update glite-ce-cream
Loaded plugins: kernel-module, priorities, protectbase
Repository sl-base is listed more than once in the configuration
Repository sl-security is listed more than once in the configuration
Repository sl-fastbugs is listed more than once in the configuration
Repository sl-contrib is listed more than once in the configuration
EMI-1-base                                                                                                                                                      | 1.9 kB     00:00     
EMI-1-updates                                                                                                                                                   | 1.9 kB     00:00     
367 packages excluded due to repository priority protections
5 packages excluded due to repository protections
Setting up Update Process
No Packages marked for Update
[root@cream-36 ~]# vim /etc/yum.repos.d/emi1-base.repo 
[root@cream-36 ~]# vim /etc/yum.repos.d/emi1-new-release.repo 
[root@cream-36 ~]# yum update glite-ce-cream
Loaded plugins: kernel-module, priorities, protectbase
Repository sl-base is listed more than once in the configuration
Repository sl-security is listed more than once in the configuration
Repository sl-fastbugs is listed more than once in the configuration
Repository sl-contrib is listed more than once in the configuration
ETICS-registered-build-6ec1ce77-2179-48eb-8098-3a58ae2cf0d4-sl5_x86_64_gcc412EPEL                                                                               |  764 B     00:00     
423 packages excluded due to repository priority protections
5 packages excluded due to repository protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package glite-ce-cream.noarch 0:1.13.6-1.sl5 set to be updated
--> Finished Dependency Resolution
Beginning Kernel Module Plugin
Finished Kernel Module Plugin

Dependencies Resolved

=======================================================================================================================================================================================
 Package                      Arch                 Version                       Repository                                                                                       Size
=======================================================================================================================================================================================
Updating:
 glite-ce-cream               noarch               1.13.6-1.sl5                  ETICS-registered-build-6ec1ce77-2179-48eb-8098-3a58ae2cf0d4-sl5_x86_64_gcc412EPEL               5.7 M

Transaction Summary
=======================================================================================================================================================================================
Install       0 Package(s)
Upgrade       1 Package(s)

Total download size: 5.7 M
Is this ok [y/N]: y
Downloading Packages:
glite-ce-cream-1.13.6-1.sl5.noarch.rpm                                                                                                                          | 5.7 MB     00:11     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating       : glite-ce-cream                                                                                                                                                  1/2 
  Cleanup        : glite-ce-cream                                                                                                                                                  2/2 

Updated:
  glite-ce-cream.noarch 0:1.13.6-1.sl5                                                                                                                                                 

Complete!

YAIM configuration

The log from the YAIM configuration is available here

System tests

Basic functionality tests using Argus

Delegation test

glite-ce-delegate-proxy -e cream-36.pd.infn.it mydlg
2013-02-27 10:21:42,266 NOTICE - Proxy with delegation id [mydlg] succesfully delegated to endpoint [https://cream-36.pd.infn.it:8443//ce-cream/services/gridsite-delegation]

Submission test

glite-ce-job-submit -D mydlg -r cream-36.pd.infn.it:8443/cream-lsf-creamtest1 15m.jdl 
https://cream-36.pd.infn.it:8443/CREAM606988818

Job monitoring test

 glite-ce-job-status https://cream-36.pd.infn.it:8443/CREAM606988818

******  JobID=[https://cream-36.pd.infn.it:8443/CREAM606988818]
   Status        = [REALLY-RUNNING]


Cancel test

glite-ce-job-status https://cream-36.pd.infn.it:8443/CREAM606988818
glite-ce-job-status https://cream-36.pd.infn.it:8443/CREAM606988818

******  JobID=[https://cream-36.pd.infn.it:8443/CREAM606988818]
   Status        = [CANCELLED]
   ExitCode      = []
   Description   = [Cancelled by user]


Basic functionality tests using gJAF

Delegation test

glite-ce-delegate-proxy -e cream-36.pd.infn.it newdlg
2013-02-27 11:12:14,208 NOTICE - Proxy with delegation id [newdlg] succesfully delegated to endpoint [https://cream-36.pd.infn.it:8443//ce-cream/services/gridsite-delegation]

Submission test

glite-ce-job-submit -D newdlg -r cream-36.pd.infn.it:8443/cream-lsf-creamtest1 15m.jdl 
https://cream-36.pd.infn.it:8443/CREAM221543130

Job monitoring test

glite-ce-job-status https://cream-36.pd.infn.it:8443/CREAM221543130

******  JobID=[https://cream-36.pd.infn.it:8443/CREAM221543130]
   Status        = [REALLY-RUNNING]


Cancel test

glite-ce-job-cancel -N https://cream-36.pd.infn.it:8443/CREAM221543130
glite-ce-job-status https://cream-36.pd.infn.it:8443/CREAM221543130

******  JobID=[https://cream-36.pd.infn.it:8443/CREAM221543130]
   Status        = [CANCELLED]
   ExitCode      = []
   Description   = [Cancelled by user]

-- PaoloAndreetto - 2013-02-27

META FILEATTACHMENT attachment="yaim-update.log" attr="" comment="YAIM report log" date="1361956741" name="yaim-update.log" path="yaim-update.log" size="42223" user="PaoloAndreetto" version="1"
 
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