This test case is designed to test cluster mode. It is used to test the time to complete the role assignment to the controller.
The time contain two parts:
1、The establish time of the connection of these switches.
2、The role calculation time of ONOS.
We measure this time by the first hello message and the last role request message of the controllers and switches.
The test was done with multiple switches with the sequence of 100、200、300、400 ... ...
a) DPID configured by IxNetwork, they should exclusive with each switch.
b) File descriptor of the OS which running the controllers(default with 1024).
c) ARP tables volume of the OS which running the controllers(default with 1024).
Cluster formed(Three nodes)
$ $ONOS_INSTALL_DIR/bin/onos-form-cluster OC1 OC2 OC3 |
Features install
onos> feature:install onos-driversonos> feature:install onos-openflowonos> feature:install onos-openflow-base |