[Swift-commit] r2449 - trunk/tests/sites
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Jan 26 06:59:03 CST 2009
Author: benc
Date: 2009-01-26 06:59:01 -0600 (Mon, 26 Jan 2009)
New Revision: 2449
Added:
trunk/tests/sites/renci-engage-condor.xml
Modified:
trunk/tests/sites/tc.data
Log:
add renci engagement site to tests; it uses condor, so the tests involving
spaces and fancy things like that fail.
Added: trunk/tests/sites/renci-engage-condor.xml
===================================================================
--- trunk/tests/sites/renci-engage-condor.xml (rev 0)
+++ trunk/tests/sites/renci-engage-condor.xml 2009-01-26 12:59:01 UTC (rev 2449)
@@ -0,0 +1,9 @@
+<config>
+
+ <pool handle="renci-engage" >
+ <gridftp url="gsiftp://belhaven-1.renci.org/" />
+ <jobmanager universe="vanilla" url="belhaven-1.renci.org:2119/jobmanager-condor" major="2" />
+ <workdirectory >/nfs/osg-data/osgedu/benc/swift</workdirectory>
+ </pool>
+
+</config>
Modified: trunk/tests/sites/tc.data
===================================================================
--- trunk/tests/sites/tc.data 2009-01-23 09:52:06 UTC (rev 2448)
+++ trunk/tests/sites/tc.data 2009-01-26 12:59:01 UTC (rev 2449)
@@ -71,3 +71,11 @@
localhost grep /bin/grep INSTALLED INTEL32::LINUX null
localhost sort /bin/sort INSTALLED INTEL32::LINUX null
localhost paste /bin/paste INSTALLED INTEL32::LINUX null
+renci-engage echo /bin/echo INSTALLED INTEL32::LINUX null
+renci-engage cat /bin/cat INSTALLED INTEL32::LINUX null
+renci-engage ls /bin/ls INSTALLED INTEL32::LINUX null
+renci-engage wc /bin/wc INSTALLED INTEL32::LINUX null
+renci-engage grep /bin/grep INSTALLED INTEL32::LINUX null
+renci-engage sort /bin/sort INSTALLED INTEL32::LINUX null
+renci-engage paste /bin/paste INSTALLED INTEL32::LINUX null
+renci-engage touch /bin/touch INSTALLED INTEL32::LINUX null
More information about the Swift-commit
mailing list