[Swift-commit] r7679 - in branches/release-0.94/tests/sites: . bridled ci communicado osgconnect todo todo/crow todo/fusion todo/ibicluster todo/intrepid todo/surveyor

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Mon Mar 10 13:18:13 CDT 2014


Author: yadunandb
Date: 2014-03-10 13:18:12 -0500 (Mon, 10 Mar 2014)
New Revision: 7679

Added:
   branches/release-0.94/tests/sites/bridled/
   branches/release-0.94/tests/sites/bridled/bridled_sanity.setup.sh
   branches/release-0.94/tests/sites/bridled/bridled_sanity.source.sh
   branches/release-0.94/tests/sites/bridled/bridled_sanity.swift
   branches/release-0.94/tests/sites/bridled/bridled_sanity.timeout
   branches/release-0.94/tests/sites/bridled/sites.template.xml
   branches/release-0.94/tests/sites/bridled/swift.properties
   branches/release-0.94/tests/sites/bridled/tc.template.data
   branches/release-0.94/tests/sites/bridled/title.txt
   branches/release-0.94/tests/sites/ci/
   branches/release-0.94/tests/sites/ci/ci_sanity.setup.sh
   branches/release-0.94/tests/sites/ci/ci_sanity.source.sh
   branches/release-0.94/tests/sites/ci/ci_sanity.swift
   branches/release-0.94/tests/sites/ci/ci_sanity.timeout
   branches/release-0.94/tests/sites/ci/sanity.setup.sh
   branches/release-0.94/tests/sites/ci/sanity.source.sh
   branches/release-0.94/tests/sites/ci/sanity.swift
   branches/release-0.94/tests/sites/ci/sanity.timeout
   branches/release-0.94/tests/sites/ci/sites.template.xml
   branches/release-0.94/tests/sites/ci/swift.properties
   branches/release-0.94/tests/sites/ci/tc.template.data
   branches/release-0.94/tests/sites/ci/title.txt
   branches/release-0.94/tests/sites/communicado/
   branches/release-0.94/tests/sites/communicado/communicado_sanity.setup.sh
   branches/release-0.94/tests/sites/communicado/communicado_sanity.source.sh
   branches/release-0.94/tests/sites/communicado/communicado_sanity.swift
   branches/release-0.94/tests/sites/communicado/communicado_sanity.timeout
   branches/release-0.94/tests/sites/communicado/sites.template.xml
   branches/release-0.94/tests/sites/communicado/swift.properties
   branches/release-0.94/tests/sites/communicado/tc.template.data
   branches/release-0.94/tests/sites/communicado/title.txt
   branches/release-0.94/tests/sites/osgconnect/
   branches/release-0.94/tests/sites/osgconnect/osgc_sanity.setup.sh
   branches/release-0.94/tests/sites/osgconnect/osgc_sanity.source.sh
   branches/release-0.94/tests/sites/osgconnect/osgc_sanity.swift
   branches/release-0.94/tests/sites/osgconnect/osgc_sanity.timeout
   branches/release-0.94/tests/sites/osgconnect/sites.template.xml
   branches/release-0.94/tests/sites/osgconnect/swift.properties
   branches/release-0.94/tests/sites/osgconnect/tc.template.data
   branches/release-0.94/tests/sites/osgconnect/title.txt
   branches/release-0.94/tests/sites/todo/
   branches/release-0.94/tests/sites/todo/crow/
   branches/release-0.94/tests/sites/todo/crow/sites.template.xml
   branches/release-0.94/tests/sites/todo/crow/tc.template.data
   branches/release-0.94/tests/sites/todo/fusion/
   branches/release-0.94/tests/sites/todo/fusion/data.txt
   branches/release-0.94/tests/sites/todo/fusion/sites.template.xml
   branches/release-0.94/tests/sites/todo/fusion/tc.template.data
   branches/release-0.94/tests/sites/todo/ibicluster/
   branches/release-0.94/tests/sites/todo/ibicluster/sites.template.xml
   branches/release-0.94/tests/sites/todo/ibicluster/tc.template.data
   branches/release-0.94/tests/sites/todo/intrepid/
   branches/release-0.94/tests/sites/todo/intrepid/sites.template.xml
   branches/release-0.94/tests/sites/todo/intrepid/tc.template.data
   branches/release-0.94/tests/sites/todo/intrepid/title.txt
   branches/release-0.94/tests/sites/todo/surveyor/
   branches/release-0.94/tests/sites/todo/surveyor/README
   branches/release-0.94/tests/sites/todo/surveyor/sites.template.xml
   branches/release-0.94/tests/sites/todo/surveyor/tc.template.data
   branches/release-0.94/tests/sites/todo/surveyor/title.txt
Log:

Committing sites tests



Added: branches/release-0.94/tests/sites/bridled/bridled_sanity.setup.sh
===================================================================
--- branches/release-0.94/tests/sites/bridled/bridled_sanity.setup.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/bridled_sanity.setup.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+USERNAME=$BRID_USERNAME
+
+if [[ -z $USERNAME ]] 
+then
+    echo "Remote username not provided. Skipping sites configs"
+else
+    ls *xml
+    cat sites.xml  | sed "s/{env.USER}/$USERNAME/" > tmp && mv tmp sites.xml
+fi
+
+echo $GLOBUS_HOSTNAME
\ No newline at end of file


Property changes on: branches/release-0.94/tests/sites/bridled/bridled_sanity.setup.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/bridled/bridled_sanity.source.sh
===================================================================
--- branches/release-0.94/tests/sites/bridled/bridled_sanity.source.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/bridled_sanity.source.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "$HOSTNAME" == "midway001" ]
+then
+   export GLOBUS_HOSTNAME=swift.rcc.uchicago.edu
+   export GLOBUS_TCP_PORT_RANGE=50000,51000
+fi;


Property changes on: branches/release-0.94/tests/sites/bridled/bridled_sanity.source.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/bridled/bridled_sanity.swift
===================================================================
--- branches/release-0.94/tests/sites/bridled/bridled_sanity.swift	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/bridled_sanity.swift	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,11 @@
+type file;
+
+app (file out, file err) remote_driver ()
+{
+    date stdout=@filename(out) stderr=@filename(err);
+}
+
+file driver_out <simple_mapper; prefix="sanity", suffix=".out">;
+file driver_err <simple_mapper; prefix="sanity", suffix=".err">;
+
+(driver_out, driver_err) = remote_driver();
\ No newline at end of file

Added: branches/release-0.94/tests/sites/bridled/bridled_sanity.timeout
===================================================================
--- branches/release-0.94/tests/sites/bridled/bridled_sanity.timeout	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/bridled_sanity.timeout	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+300

Added: branches/release-0.94/tests/sites/bridled/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/bridled/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+
+  <pool handle="bridled">
+    <execution provider="coaster" jobmanager="ssh-cl:local" url="bridled.ci.uchicago.edu"/>
+    <profile namespace="globus" key="jobsPerNode">2</profile>
+    <profile namespace="globus" key="lowOverAllocation">100</profile>
+    <profile namespace="globus" key="highOverAllocation">100</profile>
+    <profile namespace="globus" key="maxtime">36000</profile>
+    <profile namespace="globus" key="maxWalltime">01:05:00</profile>
+    <profile namespace="karajan" key="jobThrottle">0.0799</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <profile namespace="globus" key="userHomeOverride">/home/{env.USER}/swiftwork</profile>
+    <workdirectory>/home/{env.USER}/swiftwork</workdirectory>
+  </pool>
+
+</config>
\ No newline at end of file

Added: branches/release-0.94/tests/sites/bridled/swift.properties
===================================================================
--- branches/release-0.94/tests/sites/bridled/swift.properties	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/swift.properties	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,8 @@
+use.provider.staging=true
+use.wrapper.staging=false
+wrapperlog.always.transfer=true
+execution.retries=0
+lazy.errors=false
+provider.staging.pin.swiftfiles=false
+sitedir.keep=true
+#tcp.port.range=60000,61000
\ No newline at end of file

Added: branches/release-0.94/tests/sites/bridled/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/bridled/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,7 @@
+local  date /bin/date null null null
+beagle date /bin/date null null null
+uc3    date /bin/date null null null
+mcs    date /bin/date null null null
+midway date /bin/date null null null
+communicado date /bin/date null null null
+bridled date /bin/date null null null
\ No newline at end of file

Added: branches/release-0.94/tests/sites/bridled/title.txt
===================================================================
--- branches/release-0.94/tests/sites/bridled/title.txt	                        (rev 0)
+++ branches/release-0.94/tests/sites/bridled/title.txt	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+Bridled remote sanity test

Added: branches/release-0.94/tests/sites/ci/ci_sanity.setup.sh
===================================================================
--- branches/release-0.94/tests/sites/ci/ci_sanity.setup.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/ci_sanity.setup.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+echo  "BEAGLE_USERNAME : $BEAGLE_USERNAME"
+USERNAME=$BEAGLE_USERNAME
+
+if [[ -z $USERNAME ]] 
+then
+    echo "Remote username not provided. Skipping sites configs"
+else
+    ls *xml
+    cat sites.xml  | sed "s/{env.USER}/$USERNAME/" > tmp && mv tmp sites.xml
+fi


Property changes on: branches/release-0.94/tests/sites/ci/ci_sanity.setup.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/ci/ci_sanity.source.sh
===================================================================
--- branches/release-0.94/tests/sites/ci/ci_sanity.source.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/ci_sanity.source.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "$HOSTNAME" == "midway001" ]
+then
+   export GLOBUS_HOSTNAME=swift.rcc.uchicago.edu
+   export GLOBUS_TCP_PORT_RANGE=50000,51000
+fi;


Property changes on: branches/release-0.94/tests/sites/ci/ci_sanity.source.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/ci/ci_sanity.swift
===================================================================
--- branches/release-0.94/tests/sites/ci/ci_sanity.swift	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/ci_sanity.swift	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,11 @@
+type file;
+
+app (file out, file err) remote_driver ()
+{
+    date stdout=@filename(out) stderr=@filename(err);
+}
+
+file driver_out <simple_mapper; prefix="sanity", suffix=".out">;
+file driver_err <simple_mapper; prefix="sanity", suffix=".err">;
+
+(driver_out, driver_err) = remote_driver();
\ No newline at end of file

Added: branches/release-0.94/tests/sites/ci/ci_sanity.timeout
===================================================================
--- branches/release-0.94/tests/sites/ci/ci_sanity.timeout	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/ci_sanity.timeout	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+300

Added: branches/release-0.94/tests/sites/ci/sanity.setup.sh
===================================================================
--- branches/release-0.94/tests/sites/ci/sanity.setup.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/sanity.setup.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+echo  "BEAGLE_USERNAME : $BEAGLE_USERNAME"
+USERNAME=$BEAGLE_USERNAME
+
+if [[ -z $USERNAME ]] 
+then
+    echo "Remote username not provided. Skipping sites configs"
+else
+    ls *xml
+    cat sites.xml  | sed "s/{env.USER}/$USERNAME/" > tmp && mv tmp sites.xml
+fi


Property changes on: branches/release-0.94/tests/sites/ci/sanity.setup.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/ci/sanity.source.sh
===================================================================
--- branches/release-0.94/tests/sites/ci/sanity.source.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/sanity.source.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "$HOSTNAME" == "midway001" ]
+then
+   export GLOBUS_HOSTNAME=swift.rcc.uchicago.edu
+   export GLOBUS_TCP_PORT_RANGE=50000,51000
+fi;


Property changes on: branches/release-0.94/tests/sites/ci/sanity.source.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/ci/sanity.swift
===================================================================
--- branches/release-0.94/tests/sites/ci/sanity.swift	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/sanity.swift	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,11 @@
+type file;
+
+app (file out, file err) remote_driver ()
+{
+    date stdout=@filename(out) stderr=@filename(err);
+}
+
+file driver_out <simple_mapper; prefix="sanity", suffix=".out">;
+file driver_err <simple_mapper; prefix="sanity", suffix=".err">;
+
+(driver_out, driver_err) = remote_driver();
\ No newline at end of file

Added: branches/release-0.94/tests/sites/ci/sanity.timeout
===================================================================
--- branches/release-0.94/tests/sites/ci/sanity.timeout	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/sanity.timeout	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+300

Added: branches/release-0.94/tests/sites/ci/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/ci/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+
+  <pool handle="ci">
+    <execution provider="coaster" jobmanager="ssh-cl:local" url="login.ci.uchicago.edu"/>
+    <profile namespace="globus" key="jobsPerNode">24</profile>
+    <profile namespace="globus" key="lowOverAllocation">100</profile>
+    <profile namespace="globus" key="highOverAllocation">100</profile>
+    <profile namespace="globus" key="maxtime">3700</profile>
+    <profile namespace="globus" key="maxWalltime">01:00:00</profile>
+    <profile namespace="globus" key="slots">1</profile>
+    <profile namespace="globus" key="maxnodes">1</profile>
+    <profile namespace="globus" key="nodeGranularity">1</profile>
+    <profile namespace="karajan" key="jobThrottle">4.80</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <profile namespace="karajan" key="workerLoggingLevel">trace</profile>
+    <workdirectory>/home/{env.USER}/swiftwork</workdirectory>
+  </pool>
+</config>
\ No newline at end of file

Added: branches/release-0.94/tests/sites/ci/swift.properties
===================================================================
--- branches/release-0.94/tests/sites/ci/swift.properties	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/swift.properties	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,8 @@
+use.provider.staging=true
+use.wrapper.staging=false
+wrapperlog.always.transfer=true
+execution.retries=0
+lazy.errors=false
+provider.staging.pin.swiftfiles=false
+sitedir.keep=true
+tcp.port.range=50000,51000
\ No newline at end of file

Added: branches/release-0.94/tests/sites/ci/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/ci/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,6 @@
+local  date /bin/date null null null
+beagle date /bin/date null null null
+ci     date /bin/date null null null
+uc3    date /bin/date null null null
+mcs    date /bin/date null null null
+midway date /bin/date null null null

Added: branches/release-0.94/tests/sites/ci/title.txt
===================================================================
--- branches/release-0.94/tests/sites/ci/title.txt	                        (rev 0)
+++ branches/release-0.94/tests/sites/ci/title.txt	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+CI-login remote sanity test

Added: branches/release-0.94/tests/sites/communicado/communicado_sanity.setup.sh
===================================================================
--- branches/release-0.94/tests/sites/communicado/communicado_sanity.setup.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/communicado_sanity.setup.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+USERNAME=$COMM_USERNAME
+
+if [[ -z $USERNAME ]] 
+then
+    echo "Remote username not provided. Skipping sites configs"
+else
+    ls *xml
+    cat sites.xml  | sed "s/{env.USER}/$USERNAME/" > tmp && mv tmp sites.xml
+fi
+
+echo $GLOBUS_HOSTNAME
\ No newline at end of file


Property changes on: branches/release-0.94/tests/sites/communicado/communicado_sanity.setup.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/communicado/communicado_sanity.source.sh
===================================================================
--- branches/release-0.94/tests/sites/communicado/communicado_sanity.source.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/communicado_sanity.source.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "$HOSTNAME" == "midway001" ]
+then
+   export GLOBUS_HOSTNAME=swift.rcc.uchicago.edu
+   export GLOBUS_TCP_PORT_RANGE=50000,51000
+fi;


Property changes on: branches/release-0.94/tests/sites/communicado/communicado_sanity.source.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/communicado/communicado_sanity.swift
===================================================================
--- branches/release-0.94/tests/sites/communicado/communicado_sanity.swift	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/communicado_sanity.swift	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,11 @@
+type file;
+
+app (file out, file err) remote_driver ()
+{
+    date stdout=@filename(out) stderr=@filename(err);
+}
+
+file driver_out <simple_mapper; prefix="sanity", suffix=".out">;
+file driver_err <simple_mapper; prefix="sanity", suffix=".err">;
+
+(driver_out, driver_err) = remote_driver();
\ No newline at end of file

Added: branches/release-0.94/tests/sites/communicado/communicado_sanity.timeout
===================================================================
--- branches/release-0.94/tests/sites/communicado/communicado_sanity.timeout	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/communicado_sanity.timeout	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+300

Added: branches/release-0.94/tests/sites/communicado/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/communicado/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+
+  <pool handle="communicado">
+    <execution provider="coaster" jobmanager="ssh-cl:local" url="communicado.ci.uchicago.edu"/>
+    <profile namespace="globus" key="jobsPerNode">2</profile>
+    <profile namespace="globus" key="lowOverAllocation">100</profile>
+    <profile namespace="globus" key="highOverAllocation">100</profile>
+    <profile namespace="globus" key="maxtime">36000</profile>
+    <profile namespace="globus" key="maxWalltime">01:05:00</profile>
+    <profile namespace="karajan" key="jobThrottle">0.0799</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <profile namespace="globus" key="userHomeOverride">/home/{env.USER}/swiftwork</profile>
+    <workdirectory>/home/{env.USER}/swiftwork</workdirectory>
+  </pool>
+</config>
\ No newline at end of file

Added: branches/release-0.94/tests/sites/communicado/swift.properties
===================================================================
--- branches/release-0.94/tests/sites/communicado/swift.properties	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/swift.properties	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,8 @@
+use.provider.staging=true
+use.wrapper.staging=false
+wrapperlog.always.transfer=true
+execution.retries=0
+lazy.errors=false
+provider.staging.pin.swiftfiles=false
+sitedir.keep=true
+#tcp.port.range=60000,61000
\ No newline at end of file

Added: branches/release-0.94/tests/sites/communicado/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/communicado/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,7 @@
+local  date /bin/date null null null
+beagle date /bin/date null null null
+uc3    date /bin/date null null null
+mcs    date /bin/date null null null
+midway date /bin/date null null null
+communicado date /bin/date null null null
+bridled date /bin/date null null null
\ No newline at end of file

Added: branches/release-0.94/tests/sites/communicado/title.txt
===================================================================
--- branches/release-0.94/tests/sites/communicado/title.txt	                        (rev 0)
+++ branches/release-0.94/tests/sites/communicado/title.txt	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+Communicado remote sanity test

Added: branches/release-0.94/tests/sites/osgconnect/osgc_sanity.setup.sh
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/osgc_sanity.setup.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/osgc_sanity.setup.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+USERNAME=$UC3_USERNAME
+
+if [[ -z $USERNAME ]] 
+then
+    echo "Remote username not provided. Skipping sites configs"
+else
+    ls *xml
+    cat sites.xml  | sed "s/{env.USER}/$USERNAME/" > tmp && mv tmp sites.xml
+fi


Property changes on: branches/release-0.94/tests/sites/osgconnect/osgc_sanity.setup.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/osgconnect/osgc_sanity.source.sh
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/osgc_sanity.source.sh	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/osgc_sanity.source.sh	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "$HOSTNAME" == "midway001" ]
+then
+   export GLOBUS_HOSTNAME=swift.rcc.uchicago.edu
+   export GLOBUS_TCP_PORT_RANGE=50000,51000
+fi;


Property changes on: branches/release-0.94/tests/sites/osgconnect/osgc_sanity.source.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/release-0.94/tests/sites/osgconnect/osgc_sanity.swift
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/osgc_sanity.swift	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/osgc_sanity.swift	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,11 @@
+type file;
+
+app (file out, file err) remote_driver ()
+{
+    date stdout=@filename(out) stderr=@filename(err);
+}
+
+file driver_out <simple_mapper; prefix="sanity", suffix=".out">;
+file driver_err <simple_mapper; prefix="sanity", suffix=".err">;
+
+(driver_out, driver_err) = remote_driver();
\ No newline at end of file

Added: branches/release-0.94/tests/sites/osgconnect/osgc_sanity.timeout
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/osgc_sanity.timeout	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/osgc_sanity.timeout	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+500

Added: branches/release-0.94/tests/sites/osgconnect/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+
+  <pool handle="osgc">
+    <execution provider="coaster" url="login01.osgconnect.net" jobmanager="ssh-cl:condor"/>
+    <profile namespace="karajan" key="jobThrottle">10.00</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <profile namespace="globus"  key="jobsPerNode">1</profile>
+    <profile namespace="globus"  key="maxtime">3600</profile>
+    <profile namespace="globus"  key="maxWalltime">00:30:00</profile>
+    <profile namespace="globus"  key="highOverAllocation">100</profile>
+    <profile namespace="globus"  key="lowOverAllocation">100</profile>
+    <profile namespace="globus"  key="slots">1</profile>
+    <profile namespace="globus"  key="maxNodes">1</profile>
+    <profile namespace="globus"  key="nodeGranularity">1</profile>
+    <profile namespace="globus"  key="jobType">nonshared</profile>
+    <profile namespace="globus"  key="condor.+ProjectName">"Swift"</profile>
+    <workdirectory>.</workdirectory>
+  </pool>
+</config>

Added: branches/release-0.94/tests/sites/osgconnect/swift.properties
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/swift.properties	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/swift.properties	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,8 @@
+use.provider.staging=true
+use.wrapper.staging=false
+wrapperlog.always.transfer=true
+execution.retries=0
+lazy.errors=false
+provider.staging.pin.swiftfiles=false
+sitedir.keep=true
+tcp.port.range=50000,51000
\ No newline at end of file

Added: branches/release-0.94/tests/sites/osgconnect/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,6 @@
+local  date /bin/date null null null
+beagle date /bin/date null null null
+uc3    date /bin/date null null null
+mcs    date /bin/date null null null
+midway date /bin/date null null null
+osgc   date /bin/date null null null
\ No newline at end of file

Added: branches/release-0.94/tests/sites/osgconnect/title.txt
===================================================================
--- branches/release-0.94/tests/sites/osgconnect/title.txt	                        (rev 0)
+++ branches/release-0.94/tests/sites/osgconnect/title.txt	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+OSG-Connect remote sanity test

Added: branches/release-0.94/tests/sites/todo/crow/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/todo/crow/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/crow/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,31 @@
+<config>
+
+<import file="sys.xml"/>
+<set name="pwd"><sys:getenv name="PWD"/></set>
+<set name="wdir" value="{pwd}/work"/>
+<echo message="setting workDirectory to: {wdir}"/>
+
+<pool handle="crow">
+  <execution jobmanager="local:pbs" provider="coaster" url="none"/>
+  <filesystem provider="local" url="none" />
+  <profile namespace="globus" key="maxWallTime">1</profile>
+  <profile namespace="globus" key="maxTime">7200</profile>
+
+  <profile namespace="globus" key="providerAttributes">
+    pbs.aprun;pbs.mpp;depth=6
+  </profile>
+  <profile key="jobsPerNode" namespace="globus">6</profile>
+  <profile key="slots" namespace="globus">1</profile>
+  <profile key="nodeGranularity" namespace="globus">1</profile>
+  <profile key="maxNodes" namespace="globus">1</profile>
+  <profile key="workerLoggingLevel" namespace="globus">DEBUG</profile>
+  <profile key="workerLoggingDirectory" namespace="globus">{wdir}</profile>
+  <profile key="jobThrottle" namespace="karajan">5.99</profile>
+  <profile key="initialScore" namespace="karajan">10000</profile>
+  <workdirectory>{wdir}</workdirectory>
+</pool>
+</config>
+
+<!-- RESERVATIONS:
+Add something like this to your providerAttributes:
+pbs.resources=advres=modFTDock.47 -->

Added: branches/release-0.94/tests/sites/todo/crow/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/todo/crow/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/crow/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,7 @@
+crow 	echo 		/bin/echo	INSTALLED	INTEL32::LINUX
+crow 	cat 		/bin/cat	INSTALLED	INTEL32::LINUX
+crow 	ls 		/bin/ls		INSTALLED	INTEL32::LINUX
+crow 	grep 		/bin/grep	INSTALLED	INTEL32::LINUX
+crow 	sort 		/bin/sort	INSTALLED	INTEL32::LINUX
+crow 	paste 		/bin/paste	INSTALLED	INTEL32::LINUX
+crow	wc		/usr/bin/wc	INSTALLED	INTEL32::LINUX

Added: branches/release-0.94/tests/sites/todo/fusion/data.txt
===================================================================
--- branches/release-0.94/tests/sites/todo/fusion/data.txt	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/fusion/data.txt	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+Hello world

Added: branches/release-0.94/tests/sites/todo/fusion/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/todo/fusion/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/fusion/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,16 @@
+<config>
+<pool handle="fusion">
+  <execution jobmanager="local:pbs" provider="coaster" url="none"/>
+  <filesystem provider="local" url="none" />
+  <profile namespace="globus" key="maxtime">750</profile>
+  <profile namespace="globus" key="jobsPerNode">1</profile>
+  <profile namespace="globus" key="slots">1</profile>
+  <profile namespace="globus" key="nodeGranularity">1</profile>
+  <profile namespace="globus" key="maxNodes">2</profile>
+  <profile namespace="globus" key="queue">shared</profile>
+  <profile namespace="karajan" key="jobThrottle">5.99</profile>
+  <profile namespace="karajan" key="initialScore">10000</profile>
+  <workdirectory>_WORK_</workdirectory>
+</pool>
+</config>
+

Added: branches/release-0.94/tests/sites/todo/fusion/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/todo/fusion/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/fusion/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,7 @@
+fusion 	echo 		/bin/echo	INSTALLED	INTEL32::LINUX
+fusion 	cat 		/bin/cat	INSTALLED	INTEL32::LINUX
+fusion 	ls 		/bin/ls		INSTALLED	INTEL32::LINUX
+fusion 	grep 		/bin/grep	INSTALLED	INTEL32::LINUX
+fusion 	sort 		/bin/sort	INSTALLED	INTEL32::LINUX
+fusion 	paste 		/bin/paste	INSTALLED	INTEL32::LINUX
+fusion	wc		/usr/bin/wc	INSTALLED	INTEL32::LINUX

Added: branches/release-0.94/tests/sites/todo/ibicluster/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/todo/ibicluster/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/ibicluster/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,14 @@
+<config>
+ <pool handle="ibicluster">
+  <execution provider="coaster" url="none" jobmanager="local:sge"/>
+  <profile namespace="globus" key="pe">threaded</profile>
+  <profile namespace="globus" key="queue">all.q</profile>
+  <profile namespace="globus" key="jobsPerNode">8</profile>
+  <profile namespace="globus" key="nodeGranularity">1</profile>
+  <profile namespace="globus" key="maxnodes">2</profile>
+  <profile namespace="karajan" key="jobThrottle">0.159</profile>
+  <profile namespace="karajan" key="initialScore">10000</profile>
+  <filesystem provider="local" url="none"/>
+  <workdirectory>_WORK_</workdirectory>
+ </pool>
+</config>

Added: branches/release-0.94/tests/sites/todo/ibicluster/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/todo/ibicluster/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/ibicluster/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,8 @@
+ibicluster 	echo 		/bin/echo	INSTALLED	INTEL32::LINUX
+ibicluster 	cat 		/bin/cat	INSTALLED	INTEL32::LINUX
+ibicluster 	ls 		/bin/ls		INSTALLED	INTEL32::LINUX
+ibicluster 	grep 		/bin/grep	INSTALLED	INTEL32::LINUX
+ibicluster 	sort 		/bin/sort	INSTALLED	INTEL32::LINUX
+ibicluster 	paste 		/bin/paste	INSTALLED	INTEL32::LINUX
+ibicluster	wc		/usr/bin/wc	INSTALLED	INTEL32::LINUX
+

Added: branches/release-0.94/tests/sites/todo/intrepid/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/todo/intrepid/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/intrepid/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,32 @@
+<config>
+
+  <pool handle="localhost" sysinfo="INTEL32::LINUX">
+    <gridftp url="local://localhost" />
+    <execution provider="local" url="none" />
+    <workdirectory>/scratch/wozniak/work</workdirectory>
+    <!-- <profile namespace="karajan" key="maxSubmitRate">1</profile> -->
+    <profile namespace="karajan" key="jobThrottle">0.04</profile>
+    <profile namespace="swift"   key="stagingMethod">file</profile>
+  </pool>
+
+  <pool handle="coasters_alcfbgp">
+    <filesystem provider="local" />
+    <execution provider="coaster" jobmanager="local:cobalt"/>
+    <!-- <profile namespace="swift"   key="stagingMethod">local</profile> -->
+    <profile namespace="globus"  key="internalHostname">_HOST_</profile>
+    <profile namespace="globus"  key="project">_PROJECT_</profile>
+    <profile namespace="globus"  key="queue">_QUEUE_</profile>
+    <profile namespace="globus"  key="kernelprofile">zeptoos</profile>
+    <profile namespace="globus"  key="alcfbgpnat">true</profile>
+    <profile namespace="karajan" key="jobthrottle">5.11</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <profile namespace="globus"  key="jobsPerNode">1</profile>
+    <profile namespace="globus"  key="workerLoggingLevel">DEBUG</profile>
+    <profile namespace="globus"  key="slots">1</profile>
+    <profile namespace="globus"  key="maxTime">900</profile> <!-- seconds -->
+    <profile namespace="globus"  key="nodeGranularity">512</profile>
+    <profile namespace="globus"  key="maxNodes">512</profile>
+    <workdirectory>_WORK_</workdirectory>
+  </pool>
+
+</config>

Added: branches/release-0.94/tests/sites/todo/intrepid/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/todo/intrepid/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/intrepid/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+coasters_alcfbgp	cp 		/bin/cp         INSTALLED	INTEL32::LINUX	null

Added: branches/release-0.94/tests/sites/todo/intrepid/title.txt
===================================================================
--- branches/release-0.94/tests/sites/todo/intrepid/title.txt	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/intrepid/title.txt	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+Site Test: BG/P: Intrepid

Added: branches/release-0.94/tests/sites/todo/surveyor/README
===================================================================
--- branches/release-0.94/tests/sites/todo/surveyor/README	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/surveyor/README	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,3 @@
+Be sure to set PROJECT and QUEUE. These settings worked for me, but unsure if they are universal
+export PROJECT=HTCScienceApps
+export QUEUE=default

Added: branches/release-0.94/tests/sites/todo/surveyor/sites.template.xml
===================================================================
--- branches/release-0.94/tests/sites/todo/surveyor/sites.template.xml	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/surveyor/sites.template.xml	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,22 @@
+<config>
+  <pool handle="surveyor">
+    <filesystem provider="local" />
+    <execution provider="coaster" jobmanager="local:cobalt"/>
+    <!-- <profile namespace="swift"   key="stagingMethod">local</profile> -->
+    <profile namespace="globus"  key="internalHostname">_HOST_</profile>
+    <profile namespace="globus"  key="project">_PROJECT_</profile>
+    <profile namespace="globus"  key="queue">_QUEUE_</profile>
+    <profile namespace="globus"  key="kernelprofile">zeptoos</profile>
+    <profile namespace="globus"  key="alcfbgpnat">true</profile>
+    <profile namespace="karajan" key="jobthrottle">21</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <profile namespace="globus"  key="jobsPerNode">1</profile>
+    <profile namespace="globus"  key="workerLoggingLevel">DEBUG</profile>
+    <profile namespace="globus"  key="slots">1</profile>
+    <profile namespace="globus"  key="maxTime">900</profile> <!-- seconds -->
+    <profile namespace="globus"  key="nodeGranularity">64</profile>
+    <profile namespace="globus"  key="maxNodes">64</profile>
+    <workdirectory>_WORK_</workdirectory>
+  </pool>
+</config>
+

Added: branches/release-0.94/tests/sites/todo/surveyor/tc.template.data
===================================================================
--- branches/release-0.94/tests/sites/todo/surveyor/tc.template.data	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/surveyor/tc.template.data	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1,7 @@
+surveyor 	echo 		/bin/echo	INSTALLED	INTEL32::LINUX
+surveyor 	cat 		/bin/cat	INSTALLED	INTEL32::LINUX
+surveyor 	ls 		/bin/ls		INSTALLED	INTEL32::LINUX
+surveyor 	grep 		/bin/grep	INSTALLED	INTEL32::LINUX
+surveyor 	sort 		/bin/sort	INSTALLED	INTEL32::LINUX
+surveyor 	paste 		/bin/paste	INSTALLED	INTEL32::LINUX
+surveyor	wc		/usr/bin/wc	INSTALLED	INTEL32::LINUX

Added: branches/release-0.94/tests/sites/todo/surveyor/title.txt
===================================================================
--- branches/release-0.94/tests/sites/todo/surveyor/title.txt	                        (rev 0)
+++ branches/release-0.94/tests/sites/todo/surveyor/title.txt	2014-03-10 18:18:12 UTC (rev 7679)
@@ -0,0 +1 @@
+Surveyor Site Configuration Test




More information about the Swift-commit mailing list