| commit | 9c6f85e2dfd4db314a4214c5d12371e40c1cc75a | [log] [tgz] |
|---|---|---|
| author | Suchitra Vemuri <suchitra@opennetworking.org> | Thu Sep 12 14:42:11 2019 -0700 |
| committer | Suchitra Vemuri <suchitra@opennetworking.org> | Thu Sep 12 14:42:11 2019 -0700 |
| tree | 77b16e5e405c5a1f94a23df857c9617bc62ae971 | |
| parent | 3f8b0f657697b013350ad26ba2eac7f4ee4b7673 [diff] |
update variables Change-Id: I27f98f13771f1e78243def7c1e7bde1b57606eda
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.