| commit | 8d085deea5b99e488ed93269147bcabd522715d8 | [log] [tgz] |
|---|---|---|
| author | Suchitra Vemuri <suchitra@opennetworking.org> | Wed Sep 11 14:04:20 2019 -0700 |
| committer | Suchitra Vemuri <suchitra@opennetworking.org> | Wed Sep 11 14:04:25 2019 -0700 |
| tree | ca72a09dc3f2a65e3c06737284a951352ec33a6b | |
| parent | 30c418f89a0317f2f3d2c38013c2a8c672eaa6d5 [diff] |
changes to variables Change-Id: Ie9822a76e98d431140b404768c0737c5bfcaa4b2
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.