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

Welcome to TestON tutorial!

Overview

TestON runs on Linux platform. 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 TestON.
  • Create appropriate files to run test on TestON.
  • Create and run TestON script.
  • Create a TestON driver.

NOTE: If you are having trouble running TestON, visit TestON FAQs for additional information, or email us if you're stuck.

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.

Install python package configObj:

$ sudo pip install configObj

Prerequisites:

Installation

Clone the TestON from https://gerrit.onosproject.org/OnosSystemTest: 

git clone https://gerrit.onosproject.org/OnosSystemTest

Run the install.sh script:

cd OnosSystemTest/TestON/
./install.sh


Having installation problem? visit TestON FAQ for more information.

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.

  • No labels