commit | a974c21c732a1ac1d0215a1db23bbc1092ecbaf6 | [log] [tgz] |
---|---|---|
author | A R Karthick <kramanar@ciena.com> | Mon Jul 17 19:47:12 2017 -0700 |
committer | A R Karthick <kramanar@ciena.com> | Mon Jul 17 19:47:12 2017 -0700 |
tree | 4677b866df6e03b95b095d40e4f36bcab03f6200 | |
parent | 2f4e0ba90d919204118e10f3d70be799a1891f10 [diff] |
A proof of concept web configuration server for cord-tester using flask (thin python webframework) With this, you can pretty much load the test case configure before running cord-tester. Then run the cord-tester and finally restore. To try: Start the web server first: ./webserver-run.py Then run a curl get to retrieve test case config. ./webserver-get.curl Then post the test case config (example for cluster test): ./webserver-post.curl If you want to restore, answer y and it would restore the config back. This allows us to load test case configuration profiles before running automation with the config. And finally restore the config on automation complete. Change-Id: I90c603856761fbe2ee9c0fad23d10626899d35d3
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.