Versions Compared

Key

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

Welcome to Test-ON TestON tutorial!

Overview

Test on runs on Linux platform. Test-ON TestON requires a proper ONOS installation in order to work, see ONOS tutorial for more information.

By completing this tutorial, you will understand how to:

  • Install Test-ONTestON
  • Create appropriate files to run test on Test-ONTestON.
  • Create and run Test-ON TestON script
  • Create a Test-ON TestON driver

NOTE: If you are having trouble  on running Test-ON visit Test-ON TestON visit TestON FAQs or git hub wiki for additional information.

...

indicates that you are in your machine.

Configuring Linux to run

...

TestON

Requirements:

  1. A Linux 2.6.26 or greater kernel compiled with network namespace support enabled (see INSTALL for additional information.)
  2. python 2.6 or higher versions.

...

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.

Installation

Clone the Test-ON TestON from https://github.com/OPENNETWORKINGLAB/ONLabTest.git

Please configure mail server details before going to start working with Test-ONTestON

  • Open core/utilities.py file inside Test-ON TestON Framework
  • Check def send_mail(self) and configure the mail server and your credentials as mention below:

...