[SEBA-184] WIP testing build job with new scripts

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