Reboot fabric switch in 6.0 post-actions job

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