Revision: 3c4bbf1c8da1
Author:   Jean Deruelle <[email protected]>
Date:     Wed Aug 29 09:28:26 2012
Log:      adding config of profiles in script

http://code.google.com/p/sipservlets/source/detail?r=3c4bbf1c8da1

Modified:
/sip-servlets-test-suite/sipp-scenarios/clustering/auto-clustering-failover-test.sh

=======================================
--- /sip-servlets-test-suite/sipp-scenarios/clustering/auto-clustering-failover-test.sh Wed Aug 29 08:56:51 2012 +++ /sip-servlets-test-suite/sipp-scenarios/clustering/auto-clustering-failover-test.sh Wed Aug 29 09:28:26 2012
@@ -15,6 +15,14 @@
     export HALFSTARTSLEEP=$2
 fi

+if [ "x$4" != "x" ]; then
+    export config1=$4
+fi
+
+if [ "x$5" != "x" ]; then
+    export config2=$5
+fi
+
 export EXIT_CODE=0;

 rm -rf result.txt

Reply via email to