commit | 63815d1e93336e73005cea76d1f520f8e2a95840 | [log] [tgz] |
---|---|---|
author | A R Karthick <kramanar@ciena.com> | Wed Feb 08 11:14:40 2017 -0800 |
committer | A R Karthick <kramanar@ciena.com> | Wed Feb 08 11:17:55 2017 -0800 |
tree | a232efe0d6ac3237b0886b24fb1e1147727e3017 | |
parent | 3cd244385cb616d85a121a8d0275e5084b3b0e40 [diff] |
Support to run cord-tester with a virtual environment where pip python packages are installed with prerequisites.sh Run prerequisites with: --venv option. Then use cord-tester bash script instead of using cord-test.py directly that wraps the invocation of cord-test.py by activating the virtual environment before running cord-tester. In order to use cord-test.py directly as before with venv, just: source setup/venv/bin/activate before running cord-test.py. On the cord or on CiaB, its recommended to install the pip packages on the host if one wants to use the MAAS/fabric test cases. For cord/CiaB, just run the prerequisites with the --cord option as before. Change-Id: I65e64e376540124165731da30a90152f559a5299
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.