Run ETF tests locally: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
(Created page with "To be independent of the ETF testing machine, it is sometimes handy to be able to run them locally, or at least from another machine. <br> The reference at cern for this page is here for [https://twiki.cern.ch/twiki/bin/viewauth/CMS/SiteSupportSAMSEGSIftp GSIftp] and here for [https://twiki.cern.ch/twiki/bin/viewauth/CMS/SiteSupportSAMSE-WebDAV Webdav] == Location == The tests are now in /group/admin/ETFTests. This is a git repo, so it would be a good idea to run do a...")
 
No edit summary
Line 20: Line 20:
== Running tests against other sites ==
== Running tests against other sites ==


A list of T2 sites in CMS is provided by the experiment. Bit the URL and base directory of the SE is found in this list. <be>
A list of T2 sites in CMS is provided by the experiment. But the URL and base directory of the SE is found in the [https://dashb-cms-vo-feed.web.cern.ch/dashboard/request.py/cmssitemapbdii CMS vo-feed]. <br>
This is the [ link].

Revision as of 15:03, 5 April 2022

To be independent of the ETF testing machine, it is sometimes handy to be able to run them locally, or at least from another machine.
The reference at cern for this page is here for GSIftp and here for Webdav

Location

The tests are now in /group/admin/ETFTests. This is a git repo, so it would be a good idea to run do a git pull before executing them.

Running

As the tests depend on an external library:

export PYTHONPATH=/group/admin/ETFTests/nap/

Next, run them

cd /group/admin/ETFTests/cmssam/SiteTests/SE/
./se_webdav.py -H maite.iihe.ac.be -E maite.iihe.ac.be:2880 -X /tmp/x509up_u29590 -N /tmp/x509up_u29590 -T RD3PCP /pnfs/iihe/cms/ph/sc4/store/mc/SAM/ -T WRDEL3PCP /pnfs/iihe/cms/store/user/odevroed/SAM/Probe -C /dev/null

Running tests against other sites

A list of T2 sites in CMS is provided by the experiment. But the URL and base directory of the SE is found in the CMS vo-feed.