Tagged by CORD Jenkins version-tag job: 495, for Gerrit patchset: 11245
Fixes and enhancements to ATT workflow test

Change-Id: I11d08b4ec26336419ce966016cbeefc59a680226
7 files changed
tree: a722b92a34d4abe9970231551f95792ff6e69a72
  1. .gitignore
  2. .gitreview
  3. COPYRIGHT.txt
  4. Dockerfile.onos-builder
  5. Dockerfile.quagga
  6. Dockerfile.tester
  7. Jenkinsfile-attworkflow-build
  8. Jenkinsfile-attworkflow-test
  9. Jenkinsfile-rcordlite-control-plane
  10. Jenkinsfile-rcordlite-topdown-build
  11. Jenkinsfile-rcordlite-topdown-test
  12. Jenkinsfile-rcordlite-zerotouch-build
  13. Jenkinsfile-rcordlite-zerotouch-test
  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. 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.