X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2FREADME;fp=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2FREADME;h=8950d847cbc069b873dfc2fd38b9ae62dc628787;hb=18319deabbc8563fc112795968372e96263e6fe4;hp=6c8c711bb69db7f453504ea1c1bfd51ca78c1730;hpb=fca0f585780127dba2564de6741d2de9a5e59fb4;p=anna.git diff --git a/example/diameter/launcher/deployments/st-client/README b/example/diameter/launcher/deployments/st-client/README index 6c8c711..8950d84 100644 --- a/example/diameter/launcher/deployments/st-client/README +++ b/example/diameter/launcher/deployments/st-client/README @@ -10,11 +10,26 @@ for system testing. STARTING THE PROCESS -------------------- After configuring the ADML execution context, a new script has been created: 'run.sh'. -This script will run all the cloned ADML instances within ADMLS directory. +This script will run all the cloned ADML instances within ADMLS directory. Also, an +'./operation.sh' script will broadcast the operation provided through every cloned +instance. For example, if you provide 'test|ttps|5', the speed of 5 test cases per +second will be set on every ADML instance. Imagine you have N instances, and then +you actually are establishing a total 5*N speed rate over the servers. + +TESTING PROCEDURE +----------------- +Firstly you shall program the test cases. For example: + ./program.sh st_examples/DynamicQualification + +Using option '-s', the testing will start after programming, with the desired rate +selected on configuration stage. + +Don't forget to populate whatever data you need on the tested system, because this +work is not done here. OPERATION --------- Management interface for lite version is based on SIGUSR2 signal caugh. Use './operation.sh' -script to send any operation to the processes. Ask for help with that script to see all the -operations supported. +script within a specific instance directory to send any operation to the process. Ask for +help with that script to see all the operations supported.