| commit | fa025ea155176d1406dd202f379f3534b47835a4 | [log] [tgz] |
|---|---|---|
| author | Kailash <kailash@onlab.us> | Wed Sep 11 11:12:54 2019 -0700 |
| committer | Kailash <kailash@onlab.us> | Wed Sep 11 11:13:10 2019 -0700 |
| tree | c07b5d88f32b8e43830568615bc74efefef2a3eb | |
| parent | 58766c97fefca020150954f73cc9f8adf6ad9029 [diff] |
adding debug cmd to test teardown Change-Id: I403e0229e323826c61de4e847a84a1a5f32cb9fe
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.