[Swift-commit] r5081 - in trunk: docs/siteguide tests/groups

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed Sep 7 12:40:07 CDT 2011


Author: davidk
Date: 2011-09-07 12:40:07 -0500 (Wed, 07 Sep 2011)
New Revision: 5081

Added:
   trunk/tests/groups/group-beagle.sh
   trunk/tests/groups/group-crow.sh
   trunk/tests/groups/group-fusion.sh
   trunk/tests/groups/group-mcs.sh
Removed:
   trunk/tests/groups/group-pbs.sh
   trunk/tests/groups/group-sge.sh
   trunk/tests/groups/group-ssh.sh
   trunk/tests/groups/local-pbs-coasters.sh
   trunk/tests/groups/local-sge-coasters.sh
Modified:
   trunk/docs/siteguide/pads
   trunk/tests/groups/group-intrepid.sh
   trunk/tests/groups/group-pads.sh
   trunk/tests/groups/group-queenbee.sh
   trunk/tests/groups/group-surveyor.sh
Log:
New provider test groups, doc updates


Modified: trunk/docs/siteguide/pads
===================================================================
--- trunk/docs/siteguide/pads	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/docs/siteguide/pads	2011-09-07 17:40:07 UTC (rev 5081)
@@ -33,7 +33,7 @@
 The first step is to paste the text below into a file named sites.xml.
 
 -----
-include::../../tests/providers/PADS/coasters/sites.template.xml[]
+include::../../tests/providers/pads/coasters/sites.template.xml[]
 -----
 
 This file will require just a few customizations. First, create a 
@@ -52,7 +52,7 @@
 Paste the following example into a file named tc.data
 
 -----
-include::../../tests/providers/PADS/coasters/tc.template.data[]
+include::../../tests/providers/pads/coasters/tc.template.data[]
 -----
 
 Copy a Swift Script
@@ -197,7 +197,7 @@
 Below is the template that is used by Swift's test suite for running on PADS.
 
 -----
-include::../../tests/providers/PADS/coasters/sites.template.xml[]
+include::../../tests/providers/pads/coasters/sites.template.xml[]
 -----
 
 Before you can use this configuration file, you will need to modify \_WORK_ to a directory writable by you, 
@@ -210,7 +210,7 @@
 Below is the tc.data file used by Swift's test suite for running on PADS.
 
 -----
-include::../../tests/providers/PADS/coasters/tc.template.data[]
+include::../../tests/providers/pads/coasters/tc.template.data[]
 ------
 
 Copy these commands and save it as tc.data.

Added: trunk/tests/groups/group-beagle.sh
===================================================================
--- trunk/tests/groups/group-beagle.sh	                        (rev 0)
+++ trunk/tests/groups/group-beagle.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -0,0 +1,9 @@
+
+# GROUPLIST definition to run on Beagle 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/beagle/coasters \
+            $TESTDIR/provdiers/beagle/pbs \
+          )
+
+checkvars WORK QUEUE PROJECT

Added: trunk/tests/groups/group-crow.sh
===================================================================
--- trunk/tests/groups/group-crow.sh	                        (rev 0)
+++ trunk/tests/groups/group-crow.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -0,0 +1,8 @@
+
+# GROUPLIST definition to run on Crow 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/crow \
+          )
+
+checkvars WORK QUEUE PROJECT

Added: trunk/tests/groups/group-fusion.sh
===================================================================
--- trunk/tests/groups/group-fusion.sh	                        (rev 0)
+++ trunk/tests/groups/group-fusion.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -0,0 +1,8 @@
+
+# GROUPLIST definition to run on Fusion 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/fusion/coasters \
+          )
+
+checkvars WORK QUEUE PROJECT

Modified: trunk/tests/groups/group-intrepid.sh
===================================================================
--- trunk/tests/groups/group-intrepid.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/group-intrepid.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -2,7 +2,7 @@
 # GROUPLIST definition to run on Intrepid
 
 GROUPLIST=( $TESTDIR/local \
-	    $TESTDIR/providers/local-cobalt/intrepid \
+            $TESTDIR/providers/intrepid \
           )
 
 checkvars WORK QUEUE PROJECT

Added: trunk/tests/groups/group-mcs.sh
===================================================================
--- trunk/tests/groups/group-mcs.sh	                        (rev 0)
+++ trunk/tests/groups/group-mcs.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -0,0 +1,8 @@
+
+# GROUPLIST definition to run on MCS bag of machines 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/mcs \
+          )
+
+checkvars WORK QUEUE PROJECT

Modified: trunk/tests/groups/group-pads.sh
===================================================================
--- trunk/tests/groups/group-pads.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/group-pads.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -3,5 +3,6 @@
 
 GROUPLIST=( 	    
 	    $TESTDIR/providers/local \
-	    $TESTDIR/providers/local-pbs/pads \
+            $TESTDIR/providers/pads/coasters \
+	    $TESTDIR/providers/pads/pbs \
 )

Deleted: trunk/tests/groups/group-pbs.sh
===================================================================
--- trunk/tests/groups/group-pbs.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/group-pbs.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -1,7 +0,0 @@
-
-# GROUPLIST definition to run pbs tests
-
-GROUPLIST=( 	    
-	    $TESTDIR/providers/local-pbs \
-	    $TESTDIR/providers/local-pbs-coasters \
-)

Modified: trunk/tests/groups/group-queenbee.sh
===================================================================
--- trunk/tests/groups/group-queenbee.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/group-queenbee.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -2,5 +2,5 @@
 
 GROUPLIST=( 	    
 	    $TESTDIR/providers/local \
-	    $TESTDIR/providers/local-pbs/queenbee \
+	    $TESTDIR/providers/queenbee/pbs \
 )

Deleted: trunk/tests/groups/group-sge.sh
===================================================================
--- trunk/tests/groups/group-sge.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/group-sge.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -1,6 +0,0 @@
-
-# GROUPLIST definition to run sge tests
-
-GROUPLIST=( 
-            $TESTDIR/providers/sge-local \
-)

Deleted: trunk/tests/groups/group-ssh.sh
===================================================================
--- trunk/tests/groups/group-ssh.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/group-ssh.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -1,7 +0,0 @@
-
-# GROUPLIST definition to run sge tests
-
-GROUPLIST=( 
-            $TESTDIR/providers/ssh \
-	    $TESTDIR/providers/ssh-pbs-coasters \
-)

Modified: trunk/tests/groups/group-surveyor.sh
===================================================================
--- trunk/tests/groups/group-surveyor.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/group-surveyor.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -2,7 +2,7 @@
 # GROUPLIST definition to run on Intrepid
 
 GROUPLIST=( $TESTDIR/providers/local \
-	    $TESTDIR/providers/local-cobalt/surveyor \
-          )
+            $TESTDIR/providers/surveyor \
+)
 
 checkvars WORK QUEUE PROJECT

Deleted: trunk/tests/groups/local-pbs-coasters.sh
===================================================================
--- trunk/tests/groups/local-pbs-coasters.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/local-pbs-coasters.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -1,6 +0,0 @@
-
-# GROUPLIST definition to run pbs tests
-
-GROUPLIST=( 	    
-	    $TESTDIR/providers/local-pbs-coasters \
-)

Deleted: trunk/tests/groups/local-sge-coasters.sh
===================================================================
--- trunk/tests/groups/local-sge-coasters.sh	2011-09-07 16:45:33 UTC (rev 5080)
+++ trunk/tests/groups/local-sge-coasters.sh	2011-09-07 17:40:07 UTC (rev 5081)
@@ -1,6 +0,0 @@
-
-# GROUPLIST definition to run sge tests
-
-GROUPLIST=( 
-            $TESTDIR/providers/local-sge-coasters \
-)




More information about the Swift-commit mailing list