Versions Compared

Key

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

...

Having installation problem? visit TestON FAQ for more information.

Running TestON

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 :

Code Block
$ ./cli

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

Code Block
teston> help

Running the test on TestON:

Code Block
teston> run PingallExample

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

Code Block
$ ./cli.py run PingallExample

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

Exploring further

Now that you finish installing TestON, you can now create your test cases. Find out how you can create your own tests in test files section of the tutorial.

 

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.