Tagged by CORD Jenkins version-tag job: 73, for Gerrit patchset: 10145
Release v2.0.1

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