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

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Jul 28 01:16:18 CDT 2008


Author: benc
Date: 2008-07-28 01:16:17 -0500 (Mon, 28 Jul 2008)
New Revision: 2152

Added:
   trunk/tests/misc/wonky.sh
   trunk/tests/sites/wonky/
   trunk/tests/sites/wonky/wonky-90percent.xml
   trunk/tests/sites/wonky/wonky-good.xml
Log:
test to use with provider wonky

Added: trunk/tests/misc/wonky.sh
===================================================================
--- trunk/tests/misc/wonky.sh	                        (rev 0)
+++ trunk/tests/misc/wonky.sh	2008-07-28 06:16:17 UTC (rev 2152)
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+cd ../language-behaviour
+
+./generate-tc.data
+
+cat tc.data ../sites/tc.data > tmp.tc.data.sites
+
+SITE=wonky/wonky-90percent.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.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/tests/sites/wonky/wonky-90percent.xml
===================================================================
--- trunk/tests/sites/wonky/wonky-90percent.xml	                        (rev 0)
+++ trunk/tests/sites/wonky/wonky-90percent.xml	2008-07-28 06:16:17 UTC (rev 2152)
@@ -0,0 +1,10 @@
+<config>
+
+  <pool handle="localhost">
+    <gridftp  url="local://localhost" />
+    <execution provider="wonky" url="good/activefail=0.1/activedelay=0" />
+    <workdirectory >/var/tmp</workdirectory>
+    <profile namespace="karajan" key="jobThrottle">0</profile>
+  </pool>
+
+</config>

Added: trunk/tests/sites/wonky/wonky-good.xml
===================================================================
--- trunk/tests/sites/wonky/wonky-good.xml	                        (rev 0)
+++ trunk/tests/sites/wonky/wonky-good.xml	2008-07-28 06:16:17 UTC (rev 2152)
@@ -0,0 +1,10 @@
+<config>
+
+  <pool handle="localhost">
+    <gridftp  url="local://localhost" />
+    <execution provider="wonky" url="good/activefail=0/activedelay=5" />
+    <workdirectory >/var/tmp</workdirectory>
+    <profile namespace="karajan" key="jobThrottle">0</profile>
+  </pool>
+
+</config>




More information about the Swift-commit mailing list