cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 1 | FLOW THROUGHPUT |
| 2 | |
| 3 | Summary: This is a performance test suite to test the flow throughput |
| 4 | capabilities of ONOS with 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 following |
| 11 | alterations must be made: |
| 12 | |
| 13 | NOTE: Only scale sizes 1,3,5 and 7 will be functional |
| 14 | |
| 15 | --In the .params, remove any values in the comma separated list in the |
| 16 | <scale> tag that are above your desired cluster size. |
| 17 | |
| 18 | --In the .params file remove one instance of “1,2” from the <testcases> |
| 19 | tag for each value you removed from <scale> (case 1 and 2 are each |
| 20 | called once for each scale value) |
| 21 | |
| 22 | --In the .params file, change the value in the <max> tag to your |
| 23 | desired scale size (1,3, or 5) |
| 24 | |
| 25 | --In the .topo file, change the <ONOSbench/COMPONENTS/nodes> tag to your |
| 26 | desired scale size |
| 27 | |
| 28 | --Also in the .topo file, you will need to remove all unneeded <ONOS X |
| 29 | cli> tags and their contents |