| commit | b0c0623695f32f445c262ce4fbc15eaa6dfbd468 | [log] [tgz] |
|---|---|---|
| author | Andy Bavier <andy@opennetworking.org> | Thu Aug 29 12:58:53 2019 -0700 |
| committer | Andy Bavier <andy@opennetworking.org> | Thu Aug 29 12:58:53 2019 -0700 |
| tree | f4caca2a9cbbea434d761f42ac1bfc6eb15b23c1 | |
| parent | c50f533e79aa2d8ddbfdf04b102e3e7e4800c9d3 [diff] |
Check EAPOL Flows in ONOS working Change-Id: I00bdef6154d184c76eb64e5eba2fcc69432ac1d7
Automated test-suites to validate the stability/functionality of VOLTHA. Tests that reside in here should be written in Robot Framework and Python.
Intended use includes:
voltctl - a command line tool to access VOLTHA. Reference - voltctlkubectl - a command line tool to access your Kubernetes Clusers. Reference - kubectlvoltctl and kubectl should be configured to your system under test prior to any test executionsDirectory Structures are as followed:
├── tests └── sanity/ // basic tests that should always pass. Will be used as gating-patchsets └── functional/ // feature/functionality tests that should be implemented as new features get developed └── libraries // shared test keywords (functions) across various test suites └── variables // shared variables across various test suites
Download voltha-system-tests
git clone https://gerrit.opencord.org/voltha-system-testsCreate test virtual-environment
cd voltha-system-tests/source setup_venv.shRunning Test-Suites
robot --exclude notready sanity.robotThis test execution will generate three report files (output.xml, report.html, log.html). View the report.html page to analyze the results.