new scripts for CPS and check status
[anna.git] / example / diameter / launcher / deployments / st-client / program.sh
index b000f8d..cb550ab 100755 (executable)
@@ -264,15 +264,7 @@ if [ "$AUTOSTART" = "-s" ]
 then
   start_testing=yes
 else
-  echo "Input desired rate (test cases per second) to start testing [0: nothing done]:"
-  read desired_rate
-  if [ "$desired_rate" != "" ]
-  then
-    rate_per_instance=$((desired_rate/$ADML_INSTANCES))
-    [ $rate_per_instance -lt 1 ] && rate_per_instance=1
-    ./operation.sh "test|ttps|$rate_per_instance"
-  else
-    cat << EOF
+  cat << EOF
 
 To start testing, you must use the './operation.sh' script. The most
  common commands used for testing are:
@@ -304,9 +296,10 @@ Remember that './operation.sh' broadcasts the operation scripts inside
 
 For a complete and detailed information, execute: ./operation.sh --help | less
 
+You could also use './launchCPS.sh' script.
+
 EOF
 
-  fi
 fi
 
 if [ -n "$start_testing" ]