Tagged by CORD Jenkins version-tag job: 3908, for Gerrit patchset: 17040
VOL-2642 Add a Makefile, tests, and virtualenv

Convert common python and robot into a CORDRobot python module that can
be installed via standard python tools (pip) and from PyPI

Uses a fork of https://github.com/rasjani/robotframework-importresource,
which has been backported to Python 3.5 (used in Ubuntu 16.04
executors).

Reformatted and moved keywords so resource files are scoped to a
specific topic.

Added tox tests for library consistency

- flake8
- pylint
- robotframework-lint
- Ran robot against installed library to verify it can be loaded and
  used

Added basic lint and tests to whole repo

Removed old tests:

- CORD <6.x era: SanityPhyPOD.robot, and onosUtils.py

Change-Id: I61265a9fb04034a086e20be1f7236a8793a218aa
122 files changed
tree: 867ca82aaa49acefd82b2f57edb1d6eded8e8164
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. COPYRIGHT.txt
  5. Jenkinsfile-attworkflow-build
  6. Jenkinsfile-attworkflow-build-released-ver
  7. Jenkinsfile-attworkflow-test
  8. Jenkinsfile-comac-release-build
  9. Jenkinsfile-mcord-license-check
  10. Jenkinsfile-mcord-local-build
  11. Jenkinsfile-mcord-release-build
  12. Jenkinsfile-mcord-remote-build
  13. Jenkinsfile-rcordlite-control-plane
  14. Jenkinsfile-rcordlite-topdown-build
  15. Jenkinsfile-rcordlite-topdown-test
  16. Jenkinsfile-rcordlite-zerotouch-build
  17. Jenkinsfile-rcordlite-zerotouch-test
  18. Jenkinsfile/
  19. LICENSE.txt
  20. Makefile
  21. README.md
  22. VERSION
  23. cord-robot/
  24. docs/
  25. requirements.txt
  26. roles/
  27. scripts/
  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.