Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

      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 ... ...

Suggestions

  1. If the OF sessions are restricted to 1000 or 1024, please check the following points:

    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).

  2. In order to test out the best performance of controllers, several ports of IxNetwork are suggested. In the test below, we used four ports to do the test, each ports with same number of switches, forexample, 100 switches test, we configed 25 switches each port.

Preparation

  • Cluster formed(Three nodes)

     

    $ $ONOS_INSTALL_DIR/bin/onos-form-cluster OC1 OC2 OC3
  • Features install

     

    onos> feature:install onos-drivers
    onos> feature:install onos-openflow
    onos> feature:install onos-openflow-base

          

Test steps

  1. Config IxNetwork with multiple switches equally by four ports (first time with 100).
  2. Start the controller with the features install.
  3. Start the capture of IxNetwork ports.
  4. Start all of the OF protocol of the switches simultaneous.

 

 

 

 

 

  • No labels