fixing api test xtargets bug

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