tree: 38594e90d2f2d5d61bad2b149fdbe845bcb1713a [path history] [tgz]
  1. .project
  2. .pydevproject
  3. Documentation/
  4. JenkinsFile/
  5. README.md
  6. TAI/
  7. __init__.py
  8. bin/
  9. config/
  10. core/
  11. drivers/
  12. examples/
  13. generate-docs.sh
  14. install.sh
  15. lib/
  16. logs/
  17. requirements.txt
  18. setup.cfg
  19. tests/
TestON/README.md

Welcome to TestON !

TestON

Introduction

TestON is a solution that aims to interact with OpenFlow/SDN components and automate the functionality of the components.

TestON is an end to end automation solution for testing the Openflow/SDN components. run across various components in an OpenFlow topology. This solution aims to provide an automation framework, that is not just exhaustive in coverage, but also makes it easy to debug and author scripts. It allows for authoring scripts in OpenSpeak (plain English) format and can be run standalone from the command line.

Note:

Please change the params parser file path and Parser name in ~/config/ofa.cfg

Test Launch

In order to run TestON, you must have:

  • A Linux 2.6.26 or greater kernel compiled with network namespace support enabled (see INSTALL for additional information.)

  • python 2.6 or higher versions.

  • Install python package configObj. It can be installed as :

    openflow@ETH-Tutorial:~$ sudo pip install configObj

  • Finally ,launching of test:

  • TestON providing two options to launch the test.

    1 .Console based :

    • Launching of test must be from "bin" directory which

      resides into "TestON-master" directory as following:

       sdn@test-station:~/TestON/bin$ ./cli.py
       teston>run MininetTest
      
    1. TAI (Test Authoring Interface) UI based :

      • Will provide TAI stand-alone application soon, now user can get the raw code from the TAI directory.

    User can launch the test from TAI-UI by clicking the Run Button in tool-bar.

RunTest

Examples

For more examples, refer 'examples' directory. Please find the below link for examples: https://github.com/opennetworkinglab/OnosSystemTest/tree/master/TestON/examples

Documents

  • Documentation can be auto generated by running the generate-docs.sh script in the TestON directory.
  • Auto generated Documentation can be found in the Documentation folder.
  • index.html is the home page.

Note

Corresponding logs for the executed test or example will be available in ~/logs/