blob: a95d37bb74f6ea195a0b4b4986124377bb639813 [file] [log] [blame]
Hardik Windlass1808a712022-03-10 11:23:30 +00001Voltha Test Automation
2======================
3
4This page shows how the Voltha tests are automated to run on `OpenCORD Jenkins <https://jenkins.opencord.org/>`_.
5
6Tests of different workflows, i.e. ATT, DT and TT, with various configurations based on either BBSim deployment or
7actual Physical POD run on Jenkins periodically.
8
9.. figure:: ../_static/Voltha_Test_Automation_Jenkins.png
10 :alt: Voltha OpenCord Jenkins
11 :width: 70%
12 :align: center
13
14 Voltha OpenCord Jenkins
15
16Similar set of jobs are kept under similar tabs. Like,
17all the master build jobs are placed under `VOLTHA-2.X-Tests <https://jenkins.opencord.org/view/VOLTHA-2.X-Tests/>`_ tab,
18jobs related to the voltha-2.8 LTS release are in VOLTHA-2.8 tab.
19
20Likewise, tests that collect measurements on Voltha performance at scale are placed under `voltha-scale-measurements <https://jenkins.opencord.org/view/voltha-scale-measurements/>`_,
21and the Voltha Soak testing jobs are kept under the tab named `voltha-soak <https://jenkins.opencord.org/view/voltha-soak/>`_.
22
23Jenkins also host `verification jobs <https://jenkins.opencord.org/view/VOLTHA%202.x%20verify/>`_ that trigger automatically whenever a patch is pushed or updated on Gerrit for the review.
24
25
26Job Templates
27^^^^^^^^^^^^^
28
29Templates for the jobs are defined in `ci-management <https://github.com/opencord/ci-management>`__ repo.
30
31
32BBSim Jobs
33^^^^^^^^^^
34
35OpenCORD Jenkins host a large number of BBSim based regression jobs that run periodically
36with different deployment configurations to verify Voltha control plane functionality
37for different operator workflows. Such as,
38
39- `periodic-voltha-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-test-bbsim/>`_ & `periodic-voltha-multiple-olts-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-multiple-olts-test-bbsim/>`_ : tests Voltha functional scenarios, recovery and error scenarios, ONOS HA scenarios etc. for ATT
40- `periodic-voltha-multi-uni-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-multi-uni-test-bbsim/>`_ & `periodic-voltha-multi-uni-multiple-olts-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-multi-uni-multiple-olts-test-bbsim/>`_ : tests Voltha functionality with multiple UNIs enabled, and with single & multiple OLT (BBSim) deployments
41- `periodic-voltha-dt-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-dt-test-bbsim/>`_ : tests functional and failure scenarios for DT workflow
42- `periodic-voltha-unitag-subscriber-tt-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-unitag-subscriber-tt-test-bbsim/>`_ : tests Voltha functionality with UNI-Tag Subscriber provisioning enabled for TT workflow
43- `periodic-voltha-tt-maclearner-sanity-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-tt-maclearner-sanity-test-bbsim/>`_ : tests Voltha functionality with MAC Learner enabled for TT workflow
44- `periodic-software-upgrade-test-bbsim <https://jenkins.opencord.org/job/periodic-software-upgrade-test-bbsim/>`_ : tests ONOS Applications, Voltha Components and ONU Software Upgrades
45- `periodic-voltha-openonu-go-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-openonu-go-test-bbsim/>`_ & `periodic-voltha-multiple-olts-openonu-go-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-multiple-olts-openonu-go-test-bbsim/>`_ : tests state for ONU Go adapter with different operator workflows, different constellations and tech profiles
46- `periodic-voltha-pm-data-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-pm-data-test-bbsim/>`_ & `periodic-voltha-multiple-olts-pm-data-test-bbsim <https://jenkins.opencord.org/job/periodic-voltha-multiple-olts-pm-data-test-bbsim/>`_ : tests Open ONU Go adapter PM data
47- `periodic-voltha-etcd-test <https://jenkins.opencord.org/job/periodic-voltha-etcd-test/>`_ : tests Voltha etcd functionality
48- `periodic-voltha-test-DMI <https://jenkins.opencord.org/job/periodic-voltha-test-DMI/>`_ : tests device management interface functionality
49
50Similar to the above mentioned jobs which are based on **master**,
51Jenkins has regression jobs for other Voltha releases as well, like votlha-2.8 and voltha-2.9.
52
53The template for the jobs that run on BBSim based deployment is defined `here <https://github.com/opencord/ci-management/blob/master/jjb/voltha-e2e.yaml>`__.
54
55BBSim based deployment is also used to test Voltha at scale.
56The scale jobs run the tests that collect measurements on Voltha performance.
57
58Scale jobs do the deployment with various combinations
59like single or multiple voltha stacks with one or more BBSim based OLTs,
60multiple PONs and ONUs thus testing 4000+ subscribers for different workflows.
61More details about scale jobs can be found `here <https://jenkins.opencord.org/view/voltha-scale-measurements/>`__.
62
63
64Hardware (or Physical POD) Jobs
65^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
67OpenCord Jenkins host various regression jobs that runs on the ONF physical pods
68situated at different geographical locations.
69Hardware jobs test both control and dataplane functionality of Voltha.
70
71These hardware jobs are mostly defined in a combination of a build job and a test job.
72The template for the jobs that run on physical pod is defined `here <https://github.com/opencord/ci-management/blob/master/jjb/voltha-test/voltha-nightly-jobs.yaml>`__.
73
74Some of the configurations that are currently being tested on ONF's Physical Pods are:
75
76- Default Technology Profile with master or LTS release build for ATT
77- 1T4GEM profile with master or LTS release build for ATT
78- 1T4GEM-unencrypted profile with master or LTS release build for ATT
79- 1T8GEM Technology Profile with master or LTS release build for DT
80- 1T8GEM Technology Profile with master or LTS release build for DT with GPON based OLT setup
81- 1T8GEM Technology Profile with master or LTS release build for DT with multiple OLTs setup
82- Different service based Technology Profiles with master or LTS release build for TT
83- Different service based profiles with master or LTS release build for TT with multiple UNIs enabled
84
85
86Per-Patchset Verification Jobs
87^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
88
89The verification jobs gets triggered automatically whenever a patch is pushed or updated on Gerrit, e.g.
90
91- verify_{project}_licensed : This job verifies that there is valid license/copyright on files.
92- verify_{project}_tag-collision : This job checks for changes to version files,
93 and that they don't duplicate tags already in the git repo.
94- verify_{project}_unit-test : This job runs the Makefile based unit tests.
95- verify_{project}_sanity-test : This job verifies that basic Voltha functionality is not broken
96 for any of the operator workflows.
97
98Apart from system triggered jobs, there are some verification jobs which can be triggered by the user
99by providing apt comment in the Gerrit patch, e.g.
100
101- hardware test functional tests : This comment triggers the run on a dedicated physical pod
102 and executes the entire functional test suite for ATT.
103- hardware test functional tests DT : This comment triggers the functional suite tests for DT.
104
105The templates for the above mentioned and other similar jobs can be found in the
106`ci-management <https://github.com/opencord/ci-management>`__ repo.