blob: 26b551b9190ba611e1f168e92368530935d24ca4 [file] [log] [blame]
GlennRC0243c3f2015-11-24 13:25:38 -08001INTENT REROUTE LATENCY
cameron@onlab.us2a887db2015-07-14 15:26:24 -07002
GlennRC0243c3f2015-11-24 13:25:38 -08003Summary: This is a performance test designed to benchmark the
4 intent reroute speed of ONOS at 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.
7 OC1->OC7 must be set before initiating the test. Passwordless login
Jon Hall53c5e662016-04-13 16:06:56 -07008 must be set 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
cameron@onlab.us2a887db2015-07-14 15:26:24 -070011 following alterations must be made:
12
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
17 the <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> tag for
20 each value you removed from <scale> (case1 and 2 are each
21 called once for each scale value)
cameron@onlab.us2a887db2015-07-14 15:26:24 -070022
GlennRC0243c3f2015-11-24 13:25:38 -080023-- Change the value in the <max> tag to your desired scale size (1,3,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
27 your desired scale size
cameron@onlab.us2a887db2015-07-14 15:26:24 -070028
GlennRC0243c3f2015-11-24 13:25:38 -080029-- Remove all unneeded <ONOS#cli> tags and their contents