Ping gateway before E2E pings in Subscriber test

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