YPZhang | 737d001 | 2016-03-24 13:56:24 -0700 | [diff] [blame] | 1 | INTENT REROUTE LATENCY |
| 2 | |
| 3 | Summary: This is a performance test designed to benchmark the |
| 4 | intent reroute speed of ONOS at various controller cluster sizes. |
| 5 | |
| 6 | Pre-requisites: To run out-of-the box this test requires 7 NODES. |
| 7 | OC1->OC7 must be set before initiating the test. Passwordless login |
| 8 | must be set from TestStation "admin" root user. |
| 9 | |
| 10 | ***If you wish to run this test with less than 7 nodes the |
| 11 | following alterations must be made: |
| 12 | |
| 13 | NOTE: Only scale sizes 1,3,5 and 7 will be functional |
| 14 | |
| 15 | Modifying .params file: |
| 16 | -- Remove any values in the comma separated list in |
| 17 | the <scale> tag that are above your desired cluster size. |
| 18 | |
| 19 | -- Remove one instance of “1,2” from the <testcases> tag for |
| 20 | each value you removed from <scale> (case1 and 2 are each |
| 21 | called once for each scale value) |
| 22 | |
| 23 | -- Change the value in the <max> tag to your desired scale size (1,3,5) |
| 24 | |
| 25 | Modifying .topo file: |
| 26 | -- Change the <ONOSbench/COMPONENTS/nodes> tag to |
| 27 | your desired scale size |
| 28 | |
| 29 | -- Remove all unneeded <ONOS#cli> tags and their contents |