Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This guide will help you install TestON, configure your environment, and run a sample test with a three node cluster.

Requirements: ONOS 1.3 or higher (recommended) must be correctly installed. Follow this guide to install ONOS.

...

Clone Mininet to TestStation and run the install script

Code Block
languagebash
$ git clone https://github.com/jhall11/mininet/tree/dynamic_topo
$ ~/mininet/util/install.sh -a

 

Clone "OnosSystemtest" to TestStationTestStation 

Code Block
languagebash
$ git clone https://gerrit.onosproject.org/OnosSystemTest

...