[Swift-commit] r6632 - in branches/release-0.94/tests: groups stress/apps/modis_beagle stress/apps/modis_local stress/apps/modis_midway stress/apps/modis_uc3
yadunandb at ci.uchicago.edu
yadunandb at ci.uchicago.edu
Wed Jul 10 13:58:39 CDT 2013
Author: yadunandb
Date: 2013-07-10 13:58:38 -0500 (Wed, 10 Jul 2013)
New Revision: 6632
Added:
branches/release-0.94/tests/groups/group-apps.sh
branches/release-0.94/tests/groups/group-daily-remote.sh
branches/release-0.94/tests/groups/group-multi-remote.sh
branches/release-0.94/tests/groups/group-remote-sanity.sh
branches/release-0.94/tests/stress/apps/modis_beagle/modis.source.sh
branches/release-0.94/tests/stress/apps/modis_local/modis.source.sh
branches/release-0.94/tests/stress/apps/modis_midway/modis.source.sh
branches/release-0.94/tests/stress/apps/modis_uc3/modis.source.sh
Log:
Committing groups and minor changes to modis test apps
Added: branches/release-0.94/tests/groups/group-apps.sh
===================================================================
--- branches/release-0.94/tests/groups/group-apps.sh (rev 0)
+++ branches/release-0.94/tests/groups/group-apps.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,13 @@
+
+# GROUPLIST definition to run all local tests
+
+GROUPLIST=(
+ $TESTDIR/stress/user_profile \
+ $TESTDIR/stress/apps/modis_beagle \
+ $TESTDIR/stress/apps/modis_local \
+ $TESTDIR/stress/apps/modis_midway \
+ $TESTDIR/stress/apps/modis_uc3 \
+ $TESTDIR/stress/apps/modis_multiple\
+ )
+
+checkvars WORK
Added: branches/release-0.94/tests/groups/group-daily-remote.sh
===================================================================
--- branches/release-0.94/tests/groups/group-daily-remote.sh (rev 0)
+++ branches/release-0.94/tests/groups/group-daily-remote.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,31 @@
+
+# GROUPLIST definition to run all local tests
+
+GROUPLIST=( # Remote sanity test-group
+ $TESTDIR/stress/user_profile \
+ $TESTDIR/stress/remote_sanity/beagle \
+ $TESTDIR/stress/remote_sanity/mcs \
+ $TESTDIR/stress/remote_sanity/midway \
+ $TESTDIR/stress/remote_sanity/uc3 \
+ # Frisbee will fail due to Bug 1030
+ #TESTDIR/stress/remote_sanity/mac-frisbee \
+
+ # Remote-cluster IO tests
+ $TESTDIR/stress/IO/beagle \
+ $TESTDIR/stress/IO/bagOnodes \
+ $TESTDIR/stress/IO/multiple \
+ $TESTDIR/stress/IO/uc3 \
+
+ # Remote-cluster Apps tests - MODIS
+ $TESTDIR/stress/apps/modis_beagle \
+ $TESTDIR/stress/apps/modis_local \
+ $TESTDIR/stress/apps/modis_midway \
+ $TESTDIR/stress/apps/modis_uc3 \
+ $TESTDIR/stress/apps/modis_multiple\
+
+ # Recursive Test invocation
+ $TESTDIR/multi-remote
+
+ )
+
+checkvars WORK
Added: branches/release-0.94/tests/groups/group-multi-remote.sh
===================================================================
--- branches/release-0.94/tests/groups/group-multi-remote.sh (rev 0)
+++ branches/release-0.94/tests/groups/group-multi-remote.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,8 @@
+
+# GROUPLIST definition to run all local tests
+
+GROUPLIST=( $TESTDIR/stress/user_profile \
+ $TESTDIR/multi_remote \
+ )
+
+checkvars WORK
Added: branches/release-0.94/tests/groups/group-remote-sanity.sh
===================================================================
--- branches/release-0.94/tests/groups/group-remote-sanity.sh (rev 0)
+++ branches/release-0.94/tests/groups/group-remote-sanity.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,13 @@
+
+# GROUPLIST definition to run all local tests
+
+GROUPLIST=(
+ $TESTDIR/stress/user_profile \
+ $TESTDIR/stress/remote_sanity/beagle \
+ $TESTDIR/stress/remote_sanity/mcs \
+ $TESTDIR/stress/remote_sanity/midway \
+ $TESTDIR/stress/remote_sanity/uc3 \
+# $TESTDIR/stress/remote_sanity/mac-frisbee \
+ )
+
+checkvars WORK
Added: branches/release-0.94/tests/stress/apps/modis_beagle/modis.source.sh
===================================================================
--- branches/release-0.94/tests/stress/apps/modis_beagle/modis.source.sh (rev 0)
+++ branches/release-0.94/tests/stress/apps/modis_beagle/modis.source.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "midway001" == "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/stress/apps/modis_beagle/modis.source.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: branches/release-0.94/tests/stress/apps/modis_local/modis.source.sh
===================================================================
--- branches/release-0.94/tests/stress/apps/modis_local/modis.source.sh (rev 0)
+++ branches/release-0.94/tests/stress/apps/modis_local/modis.source.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "midway001" == "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/stress/apps/modis_local/modis.source.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: branches/release-0.94/tests/stress/apps/modis_midway/modis.source.sh
===================================================================
--- branches/release-0.94/tests/stress/apps/modis_midway/modis.source.sh (rev 0)
+++ branches/release-0.94/tests/stress/apps/modis_midway/modis.source.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "midway001" == "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/stress/apps/modis_midway/modis.source.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: branches/release-0.94/tests/stress/apps/modis_uc3/modis.source.sh
===================================================================
--- branches/release-0.94/tests/stress/apps/modis_uc3/modis.source.sh (rev 0)
+++ branches/release-0.94/tests/stress/apps/modis_uc3/modis.source.sh 2013-07-10 18:58:38 UTC (rev 6632)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ "midway001" == "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/stress/apps/modis_uc3/modis.source.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Swift-commit
mailing list