changeset 0 | e686773b3f54 |
-1:000000000000 | 0:e686773b3f54 |
---|---|
1 The fuzz test is used to send a range of requests/messages to target server. |
|
2 It takes 3 parameters from command line/shell: |
|
3 1. target server name etc cntsrv for contact server |
|
4 2. minium range of the IPC code |
|
5 3. maxium range of the IPC code |
|
6 |
|
7 The example is like: |
|
8 Fuzztest cntsrv 0 300 -- this will invoke fuzz test to send IPC request from 0 to 300. |