Download presentation
Presentation is loading. Please wait.
Published bySimon Cox Modified over 9 years ago
1
Liudmila Stepanova WN Testing
2
submit_test.sh Script provides an interface to the submission of a job via job management system gLite WMS via NS. Script also creates a JDL. The Executable attribute in JDL is test.sh InputSandbox: 1.test.sh-executable script 2.zaborov_tests.tgz - tarball of the tests. 3.tests.list-list of the tests. Arguments: LFC_HOST=prod-lfc-shared-central.cern.ch Two kinds of a choice of CE are incorporated in the script: 1. the user wants all his jobs to run on any CE in the domain cern.ch.This can be achieved putting in the JDL file the following expression: 'Requirements=RegExp(".*cern.*",other.GlueCEUniqueID)' 2.All CE get for everyone names of sites: CE_HOST_PORT_JOBMANAGER=(`ldapsearch -x -LLL -h \ lcgbdii02.gridpp.rl.ac.uk -p 2170 -b "mds-vo-name=$SITENAME, \ mds-vo-name=local,o=grid" \ '(&(GlueCEUniqueID=*)(GlueCEAccessControlBaseRule=VO:dteam))'|grep \ ^GlueCEUniqueID |cut -d' ' -f2 |tr "\n" " "`)
3
test.sh The script reads names of tests from a file and starts them. The output is organized in html format in the form of the table: Test Result
4
Made modifications WN tests are based on UI tests of Zaborov. UI-inf-ldapsearch.sh is modified for WN. WN -inf-ldapsearch.sh: This script don't call with -H giishost:port parameters. ldap_uri is gotten from variable $SITE_GIIS_URL: GIIS_HOST=`echo $SITE_GIIS_URL` SITE_GIIS_URL=`host $GIIS_HOST | sed -e 's/^.*address//'` GIIS=ldap://$SITE_GIIS_URL:2135 IP address of GIIS_HOST is used as there are sites( INFN- TORINO,Ru-Troitsk-INR-LCG2) where WN are in a local network and PBS_HOST=$CE_HOST. CE_HOST in /etc/hosts has local ip address.
5
New test The new test WN-inf-edg-wl-scratch.sh checks the presence of EDG_WL_SCRATCH directory. If the directory exists that defines its total space, used space and available space.
6
Results All tests have run on WN of the following sites : DESY-HH RU-Moscow-KIAM-LCG2 DESY-ZN RU-Protvino-IHEP GRIF RU-SPbSU GSI-LCG2 Ru-Troitsk-INR-LCG2 INFN-TORINO TORONTO-LCG2 ITEP wuppertalprod JINR-LCG2 CERN-PROD
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.