[Swift-commit] r2544 - in trunk/tests: misc sites/wonky

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Feb 15 18:02:20 CST 2009


Author: benc
Date: 2009-02-15 18:02:19 -0600 (Sun, 15 Feb 2009)
New Revision: 2544

Added:
   trunk/tests/misc/wonky-wrongdir.sh
   trunk/tests/sites/wonky/wrongdir.xml
Log:
Test using wrongdirectory option of provider-wonky

Added: trunk/tests/misc/wonky-wrongdir.sh
===================================================================
--- trunk/tests/misc/wonky-wrongdir.sh	                        (rev 0)
+++ trunk/tests/misc/wonky-wrongdir.sh	2009-02-16 00:02:19 UTC (rev 2544)
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+cd ../language-behaviour
+
+./generate-tc.data
+
+cat tc.data ../sites/tc.data > tmp.tc.data.sites
+
+SITE=wonky/wrongdir.xml
+
+echo testing site configuration: $SITE
+
+export SWIFT_TEST_PARAMS="-sites.file ../sites/${SITE} -tc.file tmp.tc.data.sites"
+
+./run 130-fmri 066-many
+


Property changes on: trunk/tests/misc/wonky-wrongdir.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/tests/sites/wonky/wrongdir.xml
===================================================================
--- trunk/tests/sites/wonky/wrongdir.xml	                        (rev 0)
+++ trunk/tests/sites/wonky/wrongdir.xml	2009-02-16 00:02:19 UTC (rev 2544)
@@ -0,0 +1,11 @@
+<config>
+
+  <pool handle="localhost">
+    <gridftp  url="local://localhost" />
+    <execution provider="wonky" url="wd/wrongdirectory" />
+    <workdirectory >/var/tmp</workdirectory>
+    <profile namespace="karajan" key="jobThrottle">0</profile>
+    <profile namespace="karajan" key="delayBase">0</profile>
+  </pool>
+
+</config>




More information about the Swift-commit mailing list