Test: Review changes.
Remove sudo dependency from fetch phase of gradle for cord-tester.
Build all cord-tester docker images locally without using the cord-test.py interface.

Change-Id: Ib00f6d8c854900eaf77f97da0d9e090511aa4ed8
4 files changed
tree: b2ddefe9367b823d90cb2b3212a49916833a7064
  1. .gitignore
  2. COPYRIGHT.txt
  3. Dockerfile.quagga
  4. Dockerfile.radius
  5. Dockerfile.tester
  6. LICENSE.txt
  7. README.md
  8. Vagrantfile
  9. apply_license.sh
  10. build.gradle
  11. docs/
  12. gradle/
  13. gradlew
  14. gradlew.bat
  15. libs/
  16. settings.gradle
  17. 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.