This is an archive of the ONOS 1.4 wiki. For the current ONOS wiki, look here.

Please take a look at the Test Files section of the tutorial to know more about the files necessary to run the test. If you have any problem please visit TestON FAQs for more information.

In the /TestON/bin folder run the cli.py :

$ ./cli

You can execute help command for the to show the list of command in TestON :

teston> help

Running the test on TestON:

teston> run PingallExample

or simply run your test when you execute cli.py:

$ ./cli.py run PingallExample

NOTE: Every time you run your test make sure you disconnect Mininet entirely by doing "sudo mn -c" command.

Stuck? Found a bug? Questions?

Email us if you’re stuck, think you’ve found a bug, or just want to send some feedback. Please have a look at the guidelines to learn how to efficiently submit a bug report.


  • No labels