commit | 786699274648c433898e8847ecd37a36451b3159 | [log] [tgz] |
---|---|---|
author | A R Karthick <kramanar@ciena.com> | Tue Jul 18 12:35:03 2017 -0700 |
committer | A R Karthick <kramanar@ciena.com> | Tue Jul 18 12:35:03 2017 -0700 |
tree | 8b30943a0ed4d6dbe25781ce01b4dc6b2ef582bd | |
parent | a974c21c732a1ac1d0215a1db23bbc1092ecbaf6 [diff] |
Rest interface to start/cleanup and run the cord tester test cases from webserver. Sample test-tls curl to start tls test case. To test, first install the flask with: sudo pip install -r flask-requirements.txt Then start webserver: nohup ./webserver-run.py >/tmp/webserver-output.txt 2>&1 & Then run the tls test case with the config and manifest as in: ./webserver-test-tls.curl And monitor the output in /tmp/webserver-output.txt for the test. Change-Id: I7d6cf121718664eb3f0ea0fedf71d91e6a17fdf9
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:
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.