fixed few issues and minor typos

Change-Id: I80f59ad06886a813490e81d624db360e1f2f25bd
2 files changed
tree: 56623b3976fcf11ae7b3b58edf77fde7c3ffe1d2
  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-rcordlite-topdown
  13. Jenkinsfile-rcordlite-zerotouch
  14. Jenkinsfile/
  15. LICENSE.txt
  16. README.md
  17. VERSION
  18. Vagrantfile
  19. apply_license.sh
  20. build-onos-docker.sh
  21. build.gradle
  22. buildSrc/
  23. config/
  24. cord-tester-deploy.yml
  25. cord-tester-verify.yml
  26. docs/
  27. gradle/
  28. gradlew
  29. gradlew.bat
  30. libs/
  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.