Improvements & fixes
[anna.git] / example / diameter / launcher / deployments / ft-client / README
1 ABOUT CONTENT
2 -------------
3 Template for xml messages (message.dtd) and dictionaries (dictionary.dtd) are informative, not
4 actually required by process. They are located at './DTDs'. Stacks are available at './stacks'.
5 There are also some stuff (hex/xml examples, etc.) which could be useful.
6
7 The directory 'tests' contains resources to create FT test cases. The script 'common.sh' implement
8 a basic scheduler to launch a request to the server, waits for incoming activity, retrieve the
9 answer received and match such message with certain criteria. Execute 'case_1.sh' as example.
10
11 An advanced FT test framework involves the use of the ANNA::diameter API in an ad-hoc diameter
12 client executable (for example we could define an incoming handler in different libraries which
13 represent different test cases, linking them to a common simple diameter client agent). But with
14 this simple scripts we could do something valid to start with.
15
16 Additional helpers/scripts could be found at './resources' directory.
17
18 STARTING THE PROCESS
19 --------------------
20 Launch the executable process without arguments to see a complete command-line help.
21 Don't be scared. There are plenty of possibilities but the 'run.sh' script has been prepared
22 for the type of launcher you wanted.
23
24 OPERATION
25 ---------
26 Management interface for this version is based on SIGUSR2 signal caugh. Use './operation.sh'
27 script to send any operation to the process. Ask for help with that script to see all the
28 operations supported.
29