[Swift-commit] r3584 - trunk/tests/cdm-ps

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Aug 30 13:24:37 CDT 2010


Author: wozniak
Date: 2010-08-30 13:24:37 -0500 (Mon, 30 Aug 2010)
New Revision: 3584

Added:
   trunk/tests/cdm-ps/sites.template.xml
   trunk/tests/cdm-ps/tc.template.data
Modified:
   trunk/tests/cdm-ps/title.txt
Log:
First CDM provider staging test works


Added: trunk/tests/cdm-ps/sites.template.xml
===================================================================
--- trunk/tests/cdm-ps/sites.template.xml	                        (rev 0)
+++ trunk/tests/cdm-ps/sites.template.xml	2010-08-30 18:24:37 UTC (rev 3584)
@@ -0,0 +1,24 @@
+<config>
+
+  <pool handle="localhost" sysinfo="INTEL32::LINUX">
+    <gridftp url="local://localhost" />
+    <execution provider="local" url="none" />
+    <workdirectory>_WORK_</workdirectory>
+    <profile namespace="swift" key="stagingMethod">file</profile>
+  </pool>
+
+  <pool handle="coasterslocal">
+    <filesystem provider="local" />
+    <execution provider="coaster" jobmanager="local:local"/>
+    <profile namespace="globus"   key="internalHostname">_HOST_</profile>
+    <profile namespace="karajan"  key="jobthrottle">2.55</profile>
+    <profile namespace="karajan"  key="initialScore">10000</profile>
+    <profile namespace="globus"   key="workersPerNode">4</profile>
+    <profile namespace="globus"   key="slots">8</profile>
+    <profile namespace="globus"   key="maxTime">1000</profile>
+    <profile namespace="globus"   key="nodeGranularity">1</profile>
+    <profile namespace="globus"   key="maxNodes">4</profile>
+    <workdirectory>_WORK_</workdirectory>
+  </pool>
+
+</config>

Added: trunk/tests/cdm-ps/tc.template.data
===================================================================
--- trunk/tests/cdm-ps/tc.template.data	                        (rev 0)
+++ trunk/tests/cdm-ps/tc.template.data	2010-08-30 18:24:37 UTC (rev 3584)
@@ -0,0 +1,19 @@
+#This is the transformation catalog.
+#
+#It comes pre-configured with a number of simple transformations with
+#paths that are likely to work on a linux box. However, on some systems,
+#the paths to these executables will be different (for example, sometimes
+#some of these programs are found in /usr/bin rather than in /bin)
+#
+#NOTE WELL: fields in this file must be separated by tabs, not spaces; and
+#there must be no trailing whitespace at the end of each line.
+#
+# sitename  transformation  path   INSTALLED  platform  profiles
+localhost 	echo 		/bin/echo	INSTALLED	INTEL32::LINUX	null
+localhost 	cat 		/bin/cat	INSTALLED	INTEL32::LINUX	null
+localhost 	ls 		/bin/ls		INSTALLED	INTEL32::LINUX	null
+localhost 	grep 		/bin/grep	INSTALLED	INTEL32::LINUX	null
+localhost 	sort 		/bin/sort	INSTALLED	INTEL32::LINUX	null
+localhost 	paste 		/bin/paste	INSTALLED	INTEL32::LINUX	null
+
+coasterslocal 	cp 		/bin/cp         INSTALLED	INTEL32::LINUX	null

Modified: trunk/tests/cdm-ps/title.txt
===================================================================
--- trunk/tests/cdm-ps/title.txt	2010-08-30 18:23:36 UTC (rev 3583)
+++ trunk/tests/cdm-ps/title.txt	2010-08-30 18:24:37 UTC (rev 3584)
@@ -1 +1 @@
-CDM tests
+CDM tests with provider staging




More information about the Swift-commit mailing list