commit | e1c449b78f1a8f5608a24a6884e5c096b439f1ab | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Fri Sep 20 15:36:55 2019 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Fri Sep 20 15:36:55 2019 -0700 |
tree | 42fd83cd27e4fda86e07116bb60e3fa39b746296 | |
parent | e527271487a8cf4d07e070a22ff6fb4099ec80a6 [diff] |
minor test updates Change-Id: I497b89793c87ef4c657f5ff1eaad5377c1be46d5
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-tests
Create test virtual-environment
cd voltha-system-tests/
source setup_venv.sh
Running Test-Suites
robot --exclude notready sanity.robot
This test execution will generate three report files (output.xml
, report.html
, log.html
). View the report.html
page to analyze the results.