[Swift-commit] r6635 - in branches/release-0.94/tests: . stress/remote_sanity/beagle

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Wed Jul 10 15:13:29 CDT 2013


Author: yadunandb
Date: 2013-07-10 15:13:28 -0500 (Wed, 10 Jul 2013)
New Revision: 6635

Added:
   branches/release-0.94/tests/user_env.sh
Modified:
   branches/release-0.94/tests/stress/remote_sanity/beagle/sanity.setup.sh
Log:

Committing minor changes



Modified: branches/release-0.94/tests/stress/remote_sanity/beagle/sanity.setup.sh
===================================================================
--- branches/release-0.94/tests/stress/remote_sanity/beagle/sanity.setup.sh	2013-07-10 20:08:42 UTC (rev 6634)
+++ branches/release-0.94/tests/stress/remote_sanity/beagle/sanity.setup.sh	2013-07-10 20:13:28 UTC (rev 6635)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+echo  "BEAGLE_USERNAME : $BEAGLE_USERNAME"
+echo  "MIDWAY_USERNAME : $MIDWAY_USERNAME"
+echo  "MCS_USERNAME    : $MCS_USERNAME"
+echo  "UC3_USERNAME    : $UC3_USERNAME"
 USERNAME=$BEAGLE_USERNAME
 
 if [[ -z $USERNAME ]] 

Added: branches/release-0.94/tests/user_env.sh
===================================================================
--- branches/release-0.94/tests/user_env.sh	                        (rev 0)
+++ branches/release-0.94/tests/user_env.sh	2013-07-10 20:13:28 UTC (rev 6635)
@@ -0,0 +1,10 @@
+export BEAGLE_USERNAME=""
+export MIDWAY_USERNAME=""
+export MCS_USERNAME=""
+export UC3_USERNAME=""
+
+if [ "midway001" == "midway001" ]
+then
+   export GLOBUS_HOSTNAME=swift.rcc.uchicago.edu
+   export GLOBUS_TCP_PORT_RANGE=50000,51000
+fi;
\ No newline at end of file


Property changes on: branches/release-0.94/tests/user_env.sh
___________________________________________________________________
Added: svn:executable
   + *




More information about the Swift-commit mailing list