| commit | d01ea13391989886f64ee6242580d050a0acf35c | [log] [tgz] |
|---|---|---|
| author | Chetan Gaonker <chgaonke@partner.ciena.com> | Wed Oct 04 17:20:20 2017 +0000 |
| committer | Chetan Gaonker <chgaonke@partner.ciena.com> | Wed Oct 04 17:47:09 2017 +0000 |
| tree | 33d3c9982a2aa84cc719a870ef83b6d75e4f6c74 | |
| parent | 21782983de88cbedb33dec351ce8c72d9072420e [diff] |
Name changed to voltha-test for (23c9607) :
(This is a wrapper done using cord-tester framework)
Documentation will be updated accordingly.
./voltha-test.py -h
usage: voltha-test.py [-h] [-test-type TEST_TYPE] [-manifest MANIFEST]
[-voltha-host VOLTHA_HOST] [-olt-type OLT_TYPE]
[-olt-arg OLT_ARG] [-disable-teardown] [-disable-cleanup]
[-test-mode]
VOLTHA tester
optional arguments:
-h, --help show this help message and exit
-test-type TEST_TYPE, --test-type TEST_TYPE
Test type to run
-manifest MANIFEST, --manifest MANIFEST
Manifest file to use
-voltha-host VOLTHA_HOST, --voltha-host VOLTHA_HOST
VOLTHA host ip
-olt-type OLT_TYPE, --olt-type OLT_TYPE
OLT type
-olt-arg OLT_ARG, --olt-arg OLT_ARG
OLT type argument
-disable-teardown, --disable-teardown
Disable VOLTHA teardown
-disable-cleanup, --disable-cleanup
Dont cleanup cord-tester
-test-mode, --test-mode
Directly run the cord-tester run-test phase without
setup and cleanup
For example:
./voltha-test.py --test-type=tls:eap_auth_exchange.test_eap_tls --manifest=manifest-olt-voltha-local.json
--voltha-host=<voltha node ip> --olt-type=<vendor> --olt-arg=<mac/ip>
--disable-teardown --disable-cleanup --test-mode
Change-Id: Ic28d8486a13274387214dce39d5aeac748205d40
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.