New option to start ovs/switch on the hosts when running under olt config.
Automatically configures the interfaces for the test container to reside on the ovs bridge using pipework utility.
For the real hardware, we would have to implement another setup_interfaces to configure
test container interfaces on the host interface before starting test traffic.
3 files changed
tree: a7250df27b5578aa870c7567de9f0530bf2886ae
  1. .gitignore
  2. README.md
  3. docs/
  4. libs/
  5. src/
README.md

cord-tester

CORD Automated Tester Suite

The CORD Automated Tester Suite (CATS) is an extensible end-to-end system test suite targeting CORD PODs. It is typically deployed as one or more Docker containers, either on the CORD POD or adjacent to the POD and interacts with the POD through the PODs interfaces.

Its intended use includes:

  • Regression testing for CORD related component development
  • Acceptance testing of a deployed CORD POD
  • Health-testing of an existing CORD POD (including non-service-impacting and possibly service-impacting tests)

The strength of the CATS will come from the collaboration of the whole CORD/ONOS community, and as such we welcome contributions.

For further information, please browse in the ~/docs directory.