cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 1 | INTENT EVENT THROUGHPUT |
| 2 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 3 | Summary: This is a performance test suite to test the intent |
| 4 | throughput capabilities of ONOS with various controller cluster sizes. |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 5 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 6 | Pre-requisites: To run out-of-the box this test requires 7 NODES. OC1->OC7 |
| 7 | must be set before initiating the test. Passwordless login must be set |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 8 | from TestStation "sdn" root user. |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 9 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 10 | ***If you wish to run this test with less than 7 nodes the following |
| 11 | alterations must be made: |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 12 | |
| 13 | NOTE: Only scale sizes 1,3,5 and 7 will be functional |
| 14 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 15 | Modifying .params file: |
| 16 | -- Remove any values in the comma separated list in the |
| 17 | <scale> tag that are above your desired cluster size. |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 18 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 19 | -- Remove one instance of “1,2” from the <testcases> |
| 20 | tag for each value you removed from <scale> (case 1 and 2 are each |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 21 | called once for each scale value) |
| 22 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 23 | -- Change the value in the <max> tag to your desired scale size (1,3, or 5) |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 24 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 25 | Modifying .topo file: |
| 26 | -- Change the <ONOSbench/COMPONENTS/nodes> tag to your desired scale size |
cameron@onlab.us | 2a887db | 2015-07-14 15:26:24 -0700 | [diff] [blame] | 27 | |
GlennRC | 0243c3f | 2015-11-24 13:25:38 -0800 | [diff] [blame] | 28 | -- Remove all unneeded <ONOS#cli> tags and their contents |