Archive the onos logs by first checking for the presence of shared cluster volumes for karaf logs.
Archive everything if it exists.
Otherwise fall back to ssh to each onos instance like before to collect and zip karaf.log.

Change-Id: Ied6d9a38394ede50984fab3c10cfe2d1737b1cbb
(cherry picked from commit 81ece15620f122048a2b90f36104a26ac2bf8269)
2 files changed
tree: 3b4cca6075b6a8b2c2dd5eae94c0ade0f81584dc
  1. .gitignore
  2. COPYRIGHT.txt
  3. Dockerfile.quagga
  4. Dockerfile.radius
  5. Dockerfile.tester
  6. LICENSE.txt
  7. README.md
  8. Vagrantfile
  9. apply_license.sh
  10. build-onos-docker.sh
  11. build.gradle
  12. buildSrc/
  13. config/
  14. cord-tester-deploy.yml
  15. cord-tester-verify.yml
  16. docs/
  17. gradle/
  18. gradlew
  19. gradlew.bat
  20. libs/
  21. roles/
  22. 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.