Adding basic att workflow jenkinsfile

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