| commit | 6bef984b9d6efeb67301b5c9e8b648037865fff7 | [log] [tgz] |
|---|---|---|
| author | Kailash <kailash@onlab.us> | Tue Sep 03 08:27:20 2019 -0700 |
| committer | Kailash <kailash@onlab.us> | Tue Sep 03 08:27:33 2019 -0700 |
| tree | 37638a4996cc440e5c1dd85550e140095296cd35 | |
| parent | baed17e78973fe475d0bc97eb7bd5bcbb11f986c [diff] |
set of_id suite variable in sanity tests Change-Id: Iccc85ffa8e6b828c045d7d5e3615d28f4e4ad06d
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.