Release v2.0.0

Change-Id: If308327307c0d4efa0843a3c06e10700051abcf3
1 file changed
tree: 3d3ab918a4aa17c26c8210a9d5bf2000034dde60
  1. .gitignore
  2. .gitreview
  3. COPYRIGHT.txt
  4. Dockerfile.onos-builder
  5. Dockerfile.quagga
  6. Dockerfile.radius
  7. Dockerfile.tester
  8. Jenkinsfile-ecord-global
  9. Jenkinsfile-ecord-local
  10. Jenkinsfile-mcord
  11. Jenkinsfile-rcord
  12. Jenkinsfile-rcordlite
  13. Jenkinsfile/
  14. LICENSE.txt
  15. README.md
  16. VERSION
  17. Vagrantfile
  18. apply_license.sh
  19. build-onos-docker.sh
  20. build.gradle
  21. buildSrc/
  22. config/
  23. cord-tester-deploy.yml
  24. cord-tester-verify.yml
  25. docs/
  26. gradle/
  27. gradlew
  28. gradlew.bat
  29. libs/
  30. roles/
  31. 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.