| commit | 2adc07ea778d0e8b13e6cd3dc671343305343a0e | [log] [tgz] |
|---|---|---|
| author | Suchitra Vemuri <suchitra@opennetworking.org> | Thu Sep 05 17:25:31 2019 -0700 |
| committer | Suchitra Vemuri <suchitra@opennetworking.org> | Fri Sep 06 00:38:56 2019 +0000 |
| tree | 312d1369451f7daa60df8163e06e239c711d7118 | |
| parent | 6bef984b9d6efeb67301b5c9e8b648037865fff7 [diff] |
updatest to tests Change-Id: I5fddf45b7c4d6af199b117c00014376f8d55bc1b
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.