blob: 30a25494a4d0198883bde622b75d6175ed120d78 [file] [log] [blame]
cameron@onlab.us2a887db2015-07-14 15:26:24 -07001INTENT EVENT THROUGHPUT
2
GlennRC0243c3f2015-11-24 13:25:38 -08003Summary: This is a performance test suite to test the intent
4 throughput capabilities of ONOS with various controller cluster sizes.
cameron@onlab.us2a887db2015-07-14 15:26:24 -07005
GlennRC0243c3f2015-11-24 13:25:38 -08006Pre-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 Hall53c5e662016-04-13 16:06:56 -07008 from TestStation "sdn" root user.
cameron@onlab.us2a887db2015-07-14 15:26:24 -07009
GlennRC0243c3f2015-11-24 13:25:38 -080010***If you wish to run this test with less than 7 nodes the following
11 alterations must be made:
cameron@onlab.us2a887db2015-07-14 15:26:24 -070012
13NOTE: Only scale sizes 1,3,5 and 7 will be functional
14
GlennRC0243c3f2015-11-24 13:25:38 -080015Modifying .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.us2a887db2015-07-14 15:26:24 -070018
GlennRC0243c3f2015-11-24 13:25:38 -080019-- 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.us2a887db2015-07-14 15:26:24 -070021 called once for each scale value)
22
GlennRC0243c3f2015-11-24 13:25:38 -080023-- Change the value in the <max> tag to your desired scale size (1,3, or 5)
cameron@onlab.us2a887db2015-07-14 15:26:24 -070024
GlennRC0243c3f2015-11-24 13:25:38 -080025Modifying .topo file:
26-- Change the <ONOSbench/COMPONENTS/nodes> tag to your desired scale size
cameron@onlab.us2a887db2015-07-14 15:26:24 -070027
GlennRC0243c3f2015-11-24 13:25:38 -080028-- Remove all unneeded <ONOS#cli> tags and their contents