| commit | 102912a56ac5fcf25a43ac56f9c09b5b9f621d08 | [log] [tgz] |
|---|---|---|
| author | Suchitra Vemuri <suchitra@opennetworking.org> | Tue Sep 24 00:35:42 2019 -0700 |
| committer | Suchitra Vemuri <suchitra@opennetworking.org> | Tue Sep 24 00:35:42 2019 -0700 |
| tree | 68dc9721e0d1dbe2eef659a0fe521a0810d3dc9b | |
| parent | e514b8c7699f5a50aa9eed3cea61a520804f6faa [diff] |
new function for retrieving port numbers Change-Id: I1dd2b0b30a129b944cb02f8bbe6e50791feb2640
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.