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 8 Current »

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 OnosSystemTest/TestON/bin folder, you may run a test by specifying "run", then the test name:

$ ./cli.py run SAMPstartTemplate_1node


Alternatively, you may specify your own .params and .topo file in the cli arguments:

$ ./cli.py run SAMPstartTemplate_1node --params-file SAMPstartTemplate_1node.params --topo-file SAMPstartTemplate_1node.topo

Ensure your .params and .topo file are in the test directory (ie: in OnosSystemTest/TestON/tests/SAMP/SAMPstartTemplate_1node/ ).


NOTE: If you stop a test while running (by ^C or ^D), make sure to clean up before running a new test:

$ ./cleanup.sh

This will run various scripts to clean up any currently running ONOS, TestON, and Mininet.

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