X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Frun_all.sh;h=ab95c737fdcf8aaaf378de71997784973c59230b;hp=d9a33aa86f1f13e68342cf62c38a764a5771fa0d;hb=1ac015cbbcd331edc3c14de26290d669d91e4e53;hpb=c23420c0590192eb25ad5344bf1d9485f789e257 diff --git a/example/diameter/launcher/deployments/st-client/run_all.sh b/example/diameter/launcher/deployments/st-client/run_all.sh index d9a33aa..ab95c73 100755 --- a/example/diameter/launcher/deployments/st-client/run_all.sh +++ b/example/diameter/launcher/deployments/st-client/run_all.sh @@ -17,8 +17,7 @@ do done sleep 1 -echo "Now you could program the tests by mean script 'program.sh'. For example:" -echo " ./program.sh st_examples/DynamicQualification" +echo echo echo "To enable reports dump for failed tests, execute:" echo " ./operation.sh \"test|report|failed\"" @@ -26,5 +25,10 @@ echo echo "To stop the processes, you could execute:" echo " pgrep ADML-[0-9] | xargs kill" echo +echo "When running, use script 'program.sh' to configure the test cases." +echo "To program again, you should execute './configure.sh' script to" +echo " change the current testing setup." +echo echo "Done!" +echo