cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 1 | INTENT INSTALL/WITHDRAW LATENCY |
| 2 | |
| 3 | Summary: This is a performance test designed to benchmark the |
| 4 | latency of installing intents and withdrawing intents. (intent |
| 5 | install and intent withdraw are separate operations with |
| 6 | independent time data) |
| 7 | |
| 8 | Pre-requisites: To run out-of-the box this test requires 7 NODES. |
| 9 | OC1->OC7 must be set before initiating the test. Passwordless |
| 10 | login must be set from TestStation "admin" root user. |
| 11 | |
| 12 | ***If you wish to run this test with less than 7 nodes the |
| 13 | following alterations must be made: |
| 14 | |
| 15 | NOTE: Only scale sizes 1,3,5 and 7 will be functional |
| 16 | |
| 17 | --In the .params, remove any values in the comma separated list |
| 18 | in the <scale> tag that are above your desired cluster size. |
| 19 | |
| 20 | --In the .params file remove one instance of “1,2” from the |
| 21 | <testcases> tag for each value you removed from <scale> (case |
| 22 | 1 and 2 are each called once for each scale value) |
| 23 | |
| 24 | --In the .params file, change the value in the <max> tag to your |
| 25 | desired scale size (1,3, or 5) |
| 26 | |
| 27 | --In the .topo file, change the <ONOSbench/COMPONENTS/nodes> tag |
| 28 | to your desired scale size |
| 29 | |
| 30 | --Also in the .topo file, you will need to remove all unneeded |
| 31 | <ONOS X cli> tags and their contents |