fixing broken documentation link

Change-Id: I5c83cef36ba4492452fb50380b55928513ebee5a
1 file changed
tree: f1a3189bca4edd6a9ffb9d329096678df4fbb4d8
  1. .gitignore
  2. .gitreview
  3. COPYRIGHT.txt
  4. Dockerfile.onos-builder
  5. Dockerfile.quagga
  6. Dockerfile.tester
  7. Jenkinsfile-attworkflow-build
  8. Jenkinsfile-attworkflow-build-released-ver
  9. Jenkinsfile-attworkflow-test
  10. Jenkinsfile-rcordlite-control-plane
  11. Jenkinsfile-rcordlite-topdown-build
  12. Jenkinsfile-rcordlite-topdown-test
  13. Jenkinsfile-rcordlite-zerotouch-build
  14. Jenkinsfile-rcordlite-zerotouch-test
  15. Jenkinsfile/
  16. LICENSE.txt
  17. README.md
  18. VERSION
  19. Vagrantfile
  20. apply_license.sh
  21. build-onos-docker.sh
  22. build.gradle
  23. buildSrc/
  24. config/
  25. cord-tester-deploy.yml
  26. cord-tester-verify.yml
  27. docs/
  28. gradle/
  29. gradlew
  30. gradlew.bat
  31. roles/
  32. 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.