blob: 9cbca483973a1c745d934a1abdc5923ac3b78aca [file] [log] [blame]
Kailash8b8de742019-07-30 08:54:51 -07001---
2# voltha 2.0 tests
3
4- project:
5 name: voltha-e2e
6
7 project-name: '{name}'
Zack Williams03ebb272020-03-27 09:42:33 -07008 manualBranch: ''
Suchitra Vemuri456b6b42020-11-10 19:06:22 -08009 olts: 1
Andrea Campanellaf3c32af2020-12-10 12:21:57 +010010 onus: 1
11 pons: 1
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080012 withAlarms: true
13 make-target-failtest: bbsim-failurescenarios
14 make-target-errortest: bbsim-errorscenarios
15 make-target-alarmtest: bbsim-alarms-kind
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -080016 make-target-multipleolt: bbsim-multiolt-kind
TorstenThieme669258d2021-01-29 09:03:10 +000017 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-test
18 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-test
TorstenThiemea6c21342021-05-05 09:21:59 +000019 make-target-reconciletest: reconcile-openonu-go-adapter-test-att
TorstenThieme45422612021-03-23 10:38:59 +000020 make-target-reconciledttest: reconcile-openonu-go-adapter-test-dt
21 make-target-reconciletttest: reconcile-openonu-go-adapter-test-tt
Kailash8b8de742019-07-30 08:54:51 -070022
23 jobs:
Matteo Scandoloa57b0972021-05-03 14:04:58 -070024 - 'voltha-periodic-test':
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070025 name: 'periodic-voltha-test-bbsim'
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070026 code-branch: 'master'
Matteo Scandolo276a6e72021-12-15 18:56:15 +000027 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onos-classic.replicas=3,onos-classic.atomix.replicas=3 --set voltha.onos_classic.replicas=3 '
Matteo Scandolo08900f72021-09-07 15:01:10 -070028 time-trigger: "H H/23 * * *"
29 testTargets: |
30 - target: functional-single-kind
31 workflow: att
32 flags: ""
33 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +000034 logging: true
Matteo Scandolo08900f72021-09-07 15:01:10 -070035 - target: bbsim-alarms-kind
36 workflow: att
37 flags: ""
38 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000039 logging: true
Matteo Scandolo08900f72021-09-07 15:01:10 -070040 - target: bbsim-failurescenarios
41 workflow: att
42 flags: ""
43 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000044 logging: true
Matteo Scandolo08900f72021-09-07 15:01:10 -070045 - target: bbsim-errorscenarios
46 workflow: att
47 flags: ""
48 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000049 logging: true
Andrea Campanellaf383c172021-10-07 11:48:02 +020050 - target: onos-ha-test
51 workflow: att
52 flags: ""
53 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000054 logging: true
Matteo Scandolo08900f72021-09-07 15:01:10 -070055
56 - 'voltha-periodic-test':
Matteo Scandoloa57b0972021-05-03 14:04:58 -070057 name: 'periodic-voltha-multiple-olts-test-bbsim'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080058 code-branch: 'master'
59 olts: 2
Matteo Scandolo276a6e72021-12-15 18:56:15 +000060 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080061 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -070062 testTargets: |
63 - target: functional-multi-olt
64 workflow: att
65 flags: ""
66 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +000067 logging: true
Matteo Scandoloa57b0972021-05-03 14:04:58 -070068 - target: bbsim-multiolt-failurescenarios
69 workflow: att
70 flags: ""
71 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000072 logging: true
Matteo Scandoloa57b0972021-05-03 14:04:58 -070073 - target: bbsim-multiolt-errorscenarios
74 workflow: att
75 flags: ""
76 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000077 logging: true
Matteo Scandoloa57b0972021-05-03 14:04:58 -070078 - target: bbsim-multiolt-kind
79 workflow: att
80 flags: ""
81 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000082 logging: true
Andy Bavierf93f3142020-01-09 16:08:51 -070083
Hardik Windlass6598b032021-07-02 10:12:01 +000084 - 'voltha-periodic-test':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000085 name: 'periodic-voltha-test-bbsim-2.8'
86 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
87 code-branch: 'voltha-2.8'
88 time-trigger: "H H/23 * * *"
89 testTargets: |
90 - target: functional-single-kind
91 workflow: att
92 flags: ""
93 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +000094 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000095 - target: bbsim-alarms-kind
96 workflow: att
97 flags: ""
98 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +000099 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000100 - target: bbsim-failurescenarios
101 workflow: att
102 flags: ""
103 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000104 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000105 - target: bbsim-errorscenarios
106 workflow: att
107 flags: ""
108 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000109 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000110
111 - 'voltha-periodic-test':
112 name: 'periodic-voltha-multiple-olts-test-bbsim-2.8'
113 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
114 code-branch: 'voltha-2.8'
115 olts: 2
116 extraHelmFlags: '--set onu=2,pon=2'
117 time-trigger: "H H/23 * * *"
118 testTargets: |
119 - target: functional-multi-olt
120 workflow: att
121 flags: ""
122 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000123 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000124 - target: bbsim-multiolt-failurescenarios
125 workflow: att
126 flags: ""
127 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000128 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000129 - target: bbsim-multiolt-errorscenarios
130 workflow: att
131 flags: ""
132 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000133 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000134 - target: bbsim-multiolt-kind
135 workflow: att
136 flags: ""
137 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000138 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000139
140 - 'voltha-periodic-test':
Hardik Windlass6598b032021-07-02 10:12:01 +0000141 name: 'periodic-voltha-multi-uni-test-bbsim'
142 code-branch: 'master'
Matteo Scandolo276a6e72021-12-15 18:56:15 +0000143 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF'
Hardik Windlass6598b032021-07-02 10:12:01 +0000144 time-trigger: "H H/23 * * *"
145 testTargets: |
146 - target: functional-single-kind-multiuni-att
147 workflow: att
148 flags: ""
149 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000150 logging: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000151 - target: bbsim-multiuni-failurescenarios-att
152 workflow: att
153 flags: ""
154 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000155 logging: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000156 - target: bbsim-multiuni-errorscenarios-att
157 workflow: att
158 flags: ""
159 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000160 logging: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000161
162 - 'voltha-periodic-test':
163 name: 'periodic-voltha-multi-uni-multiple-olts-test-bbsim'
164 code-branch: 'master'
165 olts: 2
Matteo Scandolo276a6e72021-12-15 18:56:15 +0000166 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2 --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF'
Hardik Windlass6598b032021-07-02 10:12:01 +0000167 time-trigger: "H H/23 * * *"
168 testTargets: |
169 - target: functional-multiuni-multiolt-att
170 workflow: att
171 flags: ""
172 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000173 logging: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000174 - target: bbsim-multiuni-multiolt-failurescenarios-att
175 workflow: att
176 flags: ""
177 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000178 logging: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000179 - target: bbsim-multiuni-multiolt-errorscenarios-att
180 workflow: att
181 flags: ""
182 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000183 logging: true
Hardik Windlass0e37a1c2022-01-31 10:35:57 +0000184 timeout: 360
Hardik Windlass6598b032021-07-02 10:12:01 +0000185
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000186 - 'voltha-periodic-test':
187 name: 'periodic-voltha-multi-uni-test-bbsim-2.8'
188 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
189 code-branch: 'voltha-2.8'
Girish Gowdra3d44b9c2021-10-05 12:10:13 -0700190 extraHelmFlags: '--set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000191 time-trigger: "H H/23 * * *"
192 testTargets: |
193 - target: functional-single-kind-multiuni-att
194 workflow: att
195 flags: ""
196 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000197 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000198 - target: bbsim-multiuni-failurescenarios-att
199 workflow: att
200 flags: ""
201 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000202 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000203 - target: bbsim-multiuni-errorscenarios-att
204 workflow: att
205 flags: ""
206 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000207 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000208
209 - 'voltha-periodic-test':
210 name: 'periodic-voltha-multi-uni-multiple-olts-test-bbsim-2.8'
211 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
212 code-branch: 'voltha-2.8'
Suchitra Vemuri95a73432020-12-16 13:17:48 -0800213 olts: 2
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000214 extraHelmFlags: '--set onu=2,pon=2 --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF'
215 time-trigger: "H H/23 * * *"
216 testTargets: |
217 - target: functional-multiuni-multiolt-att
218 workflow: att
219 flags: ""
220 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000221 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000222 - target: bbsim-multiuni-multiolt-failurescenarios-att
223 workflow: att
224 flags: ""
225 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000226 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000227 - target: bbsim-multiuni-multiolt-errorscenarios-att
228 workflow: att
229 flags: ""
230 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +0000231 logging: true
Hardik Windlass5de3d4b2021-07-19 07:35:43 +0000232 timeout: 180
Suchitra Vemuri95a73432020-12-16 13:17:48 -0800233
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700234 # openonu Go periodic tests
Matteo Scandolo08900f72021-09-07 15:01:10 -0700235 - 'voltha-periodic-test':
Andrea Campanella6b002832021-09-30 17:28:22 +0200236 name: 'periodic-voltha-openonu-go-test-bbsim'
Matteo Scandolo08900f72021-09-07 15:01:10 -0700237 code-branch: 'master'
Matteo Scandolo276a6e72021-12-15 18:56:15 +0000238 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
TorstenThieme326e7972021-01-19 14:27:59 +0000239 time-trigger: "H H/12 * * *"
Hardik Windlass696002d2021-05-07 11:38:28 +0000240 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700241 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000242 - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700243 workflow: att
244 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700245 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000246 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700247 - target: 1t4gem-openonu-go-adapter-test
248 workflow: att
249 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700250 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000251 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700252 - target: 1t8gem-openonu-go-adapter-test
253 workflow: att
254 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700255 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000256 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700257 - target: mib-upload-templating-openonu-go-adapter-test
258 workflow: att
259 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700260 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000261 logging: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000262 - target: reconcile-openonu-go-adapter-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700263 workflow: att
264 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700265 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000266 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700267 - target: reconcile-openonu-go-adapter-test-dt
268 workflow: dt
269 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700270 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000271 logging: true
TorstenThieme9e11af82022-01-31 09:49:22 +0000272 - target: reconcile-openonu-go-adapter-multi-uni-test-tt
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700273 workflow: tt
TorstenThieme9e11af82022-01-31 09:49:22 +0000274 flags: " --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF "
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700275 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000276 logging: true
TorstenThieme39209882021-05-12 11:22:39 +0000277 - target: openonu-go-adapter-omci-hardening-passed-test
278 workflow: att
TorstenThieme49aec2b2021-07-16 11:32:04 +0000279 flags: "--set omci_response_rate=9 --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=1s"
TorstenThieme39209882021-05-12 11:22:39 +0000280 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000281 logging: true
TorstenThieme39209882021-05-12 11:22:39 +0000282 - target: openonu-go-adapter-omci-hardening-failed-test
283 workflow: att
TorstenThieme44a0b042022-03-01 12:52:58 +0000284 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,omci_response_rate=7"
TorstenThieme39209882021-05-12 11:22:39 +0000285 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000286 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000287 - target: voltha-onu-omci-get-single-kind-att
288 workflow: att
289 flags: ""
290 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000291 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000292 - target: voltha-onu-omci-get-single-kind-dt
293 workflow: dt
294 flags: ""
295 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000296 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000297 - target: voltha-onu-omci-get-single-kind-tt
298 workflow: tt
299 flags: ""
300 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000301 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000302 - target: voltha-onu-flows-check-single-kind-att
303 workflow: att
304 flags: ""
305 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000306 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000307 - target: voltha-onu-flows-check-single-kind-dt
308 workflow: dt
309 flags: ""
310 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000311 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000312 - target: voltha-onu-flows-check-single-kind-tt
313 workflow: tt
314 flags: ""
315 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000316 logging: true
TorstenThieme99a7ea32022-02-17 10:52:17 +0000317 - target: onu-mib-audit-test-single-kind-att
318 workflow: att
319 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,voltha-adapter-openonu.global.mib_audit.interval=60s"
320 teardown: true
321 logging: true
322 - target: onu-mib-audit-test-single-kind-dt
323 workflow: dt
324 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,voltha-adapter-openonu.global.mib_audit.interval=60s"
325 teardown: true
326 logging: true
327 - target: onu-mib-audit-test-single-kind-tt
328 workflow: tt
329 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,voltha-adapter-openonu.global.mib_audit.interval=60s"
330 teardown: true
331 logging: true
TorstenThieme9e11af82022-01-31 09:49:22 +0000332 timeout: 180
TorstenThieme326e7972021-01-19 14:27:59 +0000333
334 - 'voltha-periodic-test':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000335 name: 'periodic-voltha-openonu-go-test-bbsim-2.8'
336 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
337 code-branch: 'voltha-2.8'
Hardik Windlass5de3d4b2021-07-19 07:35:43 +0000338 time-trigger: "H H/23 * * *"
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000339 logLevel: 'DEBUG'
340 testTargets: |
341 - target: 1t1gem-openonu-go-adapter-test
342 workflow: att
343 flags: ""
344 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000345 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000346 - target: 1t4gem-openonu-go-adapter-test
347 workflow: att
348 flags: ""
349 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000350 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000351 - target: 1t8gem-openonu-go-adapter-test
352 workflow: att
353 flags: ""
354 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000355 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000356 - target: mib-upload-templating-openonu-go-adapter-test
357 workflow: att
358 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
359 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000360 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000361 - target: reconcile-openonu-go-adapter-test-att
362 workflow: att
363 flags: ""
364 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000365 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000366 - target: reconcile-openonu-go-adapter-test-dt
367 workflow: dt
368 flags: ""
369 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000370 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000371 - target: reconcile-openonu-go-adapter-test-tt
372 workflow: tt
373 flags: ""
374 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000375 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000376 - target: openonu-go-adapter-omci-hardening-passed-test
377 workflow: att
TorstenThieme49aec2b2021-07-16 11:32:04 +0000378 flags: "--set omci_response_rate=9 --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=1s"
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000379 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000380 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000381 - target: openonu-go-adapter-omci-hardening-failed-test
382 workflow: att
383 flags: "--set omci_response_rate=7"
384 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000385 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000386 - target: voltha-onu-omci-get-single-kind-att
387 workflow: att
388 flags: ""
389 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000390 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000391 - target: voltha-onu-omci-get-single-kind-dt
392 workflow: dt
393 flags: ""
394 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000395 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000396 - target: voltha-onu-omci-get-single-kind-tt
397 workflow: tt
398 flags: ""
399 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000400 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000401
402 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700403 name: 'patchset-voltha-openonu-go-test-bbsim'
Hardik Windlass8c3813b2021-05-07 08:13:37 +0000404 trigger-comment: "voltha test openonu singleolt"
Matteo Scandolo075740f2021-04-22 14:52:29 -0700405 code-branch: '$GERRIT_BRANCH'
Andrea Campanella67850712021-06-04 08:13:08 +0000406 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolobc28eab2021-09-28 18:10:58 -0700407 gerritProject: '$GERRIT_PROJECT'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700408 gerritRefspec: '$GERRIT_REFSPEC'
Hardik Windlass696002d2021-05-07 11:38:28 +0000409 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700410 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000411 - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700412 workflow: att
413 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700414 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000415 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700416 - target: 1t4gem-openonu-go-adapter-test
417 workflow: att
418 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700419 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000420 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700421 - target: 1t8gem-openonu-go-adapter-test
422 workflow: att
423 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700424 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000425 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700426 - target: mib-upload-templating-openonu-go-adapter-test
427 workflow: att
428 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700429 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000430 logging: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000431 - target: reconcile-openonu-go-adapter-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700432 workflow: att
433 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700434 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000435 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700436 - target: reconcile-openonu-go-adapter-test-dt
437 workflow: dt
438 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700439 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000440 logging: true
TorstenThieme9e11af82022-01-31 09:49:22 +0000441 - target: reconcile-openonu-go-adapter-multi-uni-test-tt
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700442 workflow: tt
TorstenThieme9e11af82022-01-31 09:49:22 +0000443 flags: " --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF "
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700444 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000445 logging: true
TorstenThieme39209882021-05-12 11:22:39 +0000446 - target: openonu-go-adapter-omci-hardening-passed-test
447 workflow: att
TorstenThieme49aec2b2021-07-16 11:32:04 +0000448 flags: "--set omci_response_rate=9 --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=1s"
TorstenThieme39209882021-05-12 11:22:39 +0000449 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000450 logging: true
TorstenThieme39209882021-05-12 11:22:39 +0000451 - target: openonu-go-adapter-omci-hardening-failed-test
452 workflow: att
TorstenThieme44a0b042022-03-01 12:52:58 +0000453 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,omci_response_rate=7"
TorstenThieme39209882021-05-12 11:22:39 +0000454 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000455 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000456 - target: voltha-onu-omci-get-single-kind-att
457 workflow: att
458 flags: ""
459 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000460 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000461 - target: voltha-onu-omci-get-single-kind-dt
462 workflow: dt
463 flags: ""
464 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000465 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000466 - target: voltha-onu-omci-get-single-kind-tt
467 workflow: tt
468 flags: ""
469 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000470 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000471 - target: voltha-onu-flows-check-single-kind-att
472 workflow: att
473 flags: ""
474 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000475 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000476 - target: voltha-onu-flows-check-single-kind-dt
477 workflow: dt
478 flags: ""
479 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000480 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000481 - target: voltha-onu-flows-check-single-kind-tt
482 workflow: tt
483 flags: ""
484 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000485 logging: true
TorstenThieme99a7ea32022-02-17 10:52:17 +0000486 - target: onu-mib-audit-test-single-kind-att
487 workflow: att
488 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,voltha-adapter-openonu.global.mib_audit.interval=60s"
489 teardown: true
490 logging: true
491 - target: onu-mib-audit-test-single-kind-dt
492 workflow: dt
493 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,voltha-adapter-openonu.global.mib_audit.interval=60s"
494 teardown: true
495 logging: true
496 - target: onu-mib-audit-test-single-kind-tt
497 workflow: tt
498 flags: "--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1,voltha-adapter-openonu.global.mib_audit.interval=60s"
499 teardown: true
500 logging: true
TorstenThieme9e11af82022-01-31 09:49:22 +0000501 timeout: 180
Matteo Scandolo075740f2021-04-22 14:52:29 -0700502
Hardik Windlass46d61132021-03-30 16:42:07 +0530503 - 'voltha-periodic-test':
Hardik Windlassb9d63202022-02-10 04:52:14 +0000504 name: 'patchset-voltha-2.9-openonu-go-test-bbsim'
505 trigger-comment: "voltha 2.9 test openonu singleolt"
506 pipeline-script: 'voltha/voltha-2.9/bbsim-tests.groovy'
507 code-branch: '$GERRIT_BRANCH'
508 gerritProject: '$GERRIT_PROJECT'
509 gerritRefspec: '$GERRIT_REFSPEC'
510 logLevel: 'DEBUG'
511 testTargets: |
512 - target: 1t1gem-openonu-go-adapter-test
513 workflow: att
514 flags: ""
515 teardown: true
516 logging: true
517 - target: 1t4gem-openonu-go-adapter-test
518 workflow: att
519 flags: ""
520 teardown: true
521 logging: true
522 - target: 1t8gem-openonu-go-adapter-test
523 workflow: att
524 flags: ""
525 teardown: true
526 logging: true
527 - target: mib-upload-templating-openonu-go-adapter-test
528 workflow: att
529 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
530 teardown: true
531 logging: true
532 - target: reconcile-openonu-go-adapter-test-att
533 workflow: att
534 flags: ""
535 teardown: true
536 logging: true
537 - target: reconcile-openonu-go-adapter-test-dt
538 workflow: dt
539 flags: ""
540 teardown: true
541 logging: true
542 - target: reconcile-openonu-go-adapter-test-tt
543 workflow: tt
544 flags: ""
545 teardown: true
546 logging: true
547 - target: openonu-go-adapter-omci-hardening-passed-test
548 workflow: att
549 flags: "--set omci_response_rate=9 --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=1s"
550 teardown: true
551 logging: true
552 - target: openonu-go-adapter-omci-hardening-failed-test
553 workflow: att
554 flags: "--set omci_response_rate=7"
555 teardown: true
556 logging: true
557 - target: voltha-onu-omci-get-single-kind-att
558 workflow: att
559 flags: ""
560 teardown: true
561 logging: true
562 - target: voltha-onu-omci-get-single-kind-dt
563 workflow: dt
564 flags: ""
565 teardown: true
566 logging: true
567 - target: voltha-onu-omci-get-single-kind-tt
568 workflow: tt
569 flags: ""
570 teardown: true
571 logging: true
572 timeout: 180
573
574 - 'voltha-periodic-test':
TorstenThiemeb8df8e22022-01-10 11:17:31 +0000575 name: 'patchset-voltha-2.8-openonu-go-test-bbsim'
576 trigger-comment: "voltha 2.8 test openonu singleolt"
577 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
578 code-branch: '$GERRIT_BRANCH'
579 gerritProject: '$GERRIT_PROJECT'
580 gerritRefspec: '$GERRIT_REFSPEC'
581 logLevel: 'DEBUG'
582 testTargets: |
583 - target: 1t1gem-openonu-go-adapter-test
584 workflow: att
585 flags: ""
586 teardown: true
587 logging: true
588 - target: 1t4gem-openonu-go-adapter-test
589 workflow: att
590 flags: ""
591 teardown: true
592 logging: true
593 - target: 1t8gem-openonu-go-adapter-test
594 workflow: att
595 flags: ""
596 teardown: true
597 logging: true
598 - target: mib-upload-templating-openonu-go-adapter-test
599 workflow: att
600 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
601 teardown: true
602 logging: true
603 - target: reconcile-openonu-go-adapter-test-att
604 workflow: att
605 flags: ""
606 teardown: true
607 logging: true
608 - target: reconcile-openonu-go-adapter-test-dt
609 workflow: dt
610 flags: ""
611 teardown: true
612 logging: true
613 - target: reconcile-openonu-go-adapter-test-tt
614 workflow: tt
615 flags: ""
616 teardown: true
617 logging: true
618 - target: openonu-go-adapter-omci-hardening-passed-test
619 workflow: att
620 flags: "--set omci_response_rate=9 --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=1s"
621 teardown: true
622 logging: true
623 - target: openonu-go-adapter-omci-hardening-failed-test
624 workflow: att
625 flags: "--set omci_response_rate=7"
626 teardown: true
627 logging: true
628 - target: voltha-onu-omci-get-single-kind-att
629 workflow: att
630 flags: ""
631 teardown: true
632 logging: true
633 - target: voltha-onu-omci-get-single-kind-dt
634 workflow: dt
635 flags: ""
636 teardown: true
637 logging: true
638 - target: voltha-onu-omci-get-single-kind-tt
639 workflow: tt
640 flags: ""
641 teardown: true
642 logging: true
643
644 - 'voltha-periodic-test':
TorstenThieme669258d2021-01-29 09:03:10 +0000645 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700646 code-branch: 'master'
Matteo Scandolo276a6e72021-12-15 18:56:15 +0000647 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700648 olts: 2
Hardik Windlass696002d2021-05-07 11:38:28 +0000649 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700650 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000651 - target: 1t1gem-openonu-go-adapter-multi-olt-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700652 workflow: att
653 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700654 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000655 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700656 - target: 1t4gem-openonu-go-adapter-multi-olt-test
657 workflow: att
658 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700659 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000660 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700661 - target: 1t8gem-openonu-go-adapter-multi-olt-test
662 workflow: att
663 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700664 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000665 logging: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000666 - target: reconcile-openonu-go-adapter-multi-olt-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700667 workflow: att
668 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700669 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000670 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700671 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
672 workflow: dt
673 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700674 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000675 logging: true
TorstenThieme9e11af82022-01-31 09:49:22 +0000676 - target: reconcile-openonu-go-adapter-multi-olt-multi-uni-test-tt
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700677 workflow: tt
TorstenThieme9e11af82022-01-31 09:49:22 +0000678 flags: " --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF "
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700679 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000680 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000681 - target: voltha-onu-omci-get-multiolt-kind-att
682 workflow: att
683 flags: ""
684 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000685 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000686 - target: voltha-onu-omci-get-multiolt-kind-dt
687 workflow: dt
688 flags: ""
689 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000690 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000691 - target: voltha-onu-omci-get-multiolt-kind-tt
692 workflow: tt
693 flags: ""
694 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000695 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000696 - target: voltha-onu-flows-check-multiolt-kind-att
697 workflow: att
698 flags: ""
699 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000700 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000701 - target: voltha-onu-flows-check-multiolt-kind-dt
702 workflow: dt
703 flags: ""
704 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000705 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000706 - target: voltha-onu-flows-check-multiolt-kind-tt
707 workflow: tt
708 flags: ""
709 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000710 logging: true
TorstenThieme669258d2021-01-29 09:03:10 +0000711 time-trigger: "H H/12 * * *"
TorstenThieme9e11af82022-01-31 09:49:22 +0000712 timeout: 235
TorstenThieme669258d2021-01-29 09:03:10 +0000713
714 - 'voltha-periodic-test':
Hardik Windlassb9d63202022-02-10 04:52:14 +0000715 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim-2.9'
716 pipeline-script: 'voltha/voltha-2.9/bbsim-tests.groovy'
717 code-branch: 'voltha-2.9'
718 extraHelmFlags: '--set onu=2,pon=2'
719 olts: 2
720 logLevel: 'DEBUG'
721 testTargets: |
722 - target: 1t1gem-openonu-go-adapter-multi-olt-test
723 workflow: att
724 flags: ""
725 teardown: true
726 logging: true
727 - target: 1t4gem-openonu-go-adapter-multi-olt-test
728 workflow: att
729 flags: ""
730 teardown: true
731 logging: true
732 - target: 1t8gem-openonu-go-adapter-multi-olt-test
733 workflow: att
734 flags: ""
735 teardown: true
736 logging: true
737 - target: reconcile-openonu-go-adapter-multi-olt-test-att
738 workflow: att
739 flags: ""
740 teardown: true
741 logging: true
742 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
743 workflow: dt
744 flags: ""
745 teardown: true
746 logging: true
747 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
748 workflow: tt
749 flags: ""
750 teardown: true
751 logging: true
752 - target: voltha-onu-omci-get-multiolt-kind-att
753 workflow: att
754 flags: ""
755 teardown: true
756 logging: true
757 - target: voltha-onu-omci-get-multiolt-kind-dt
758 workflow: dt
759 flags: ""
760 teardown: true
761 logging: true
762 - target: voltha-onu-omci-get-multiolt-kind-tt
763 workflow: tt
764 flags: ""
765 teardown: true
766 logging: true
767 time-trigger: "H H/23 * * *"
768 timeout: 235
769
770 - 'voltha-periodic-test':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000771 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim-2.8'
772 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
773 code-branch: 'voltha-2.8'
774 extraHelmFlags: '--set onu=2,pon=2'
775 olts: 2
776 logLevel: 'DEBUG'
777 testTargets: |
778 - target: 1t1gem-openonu-go-adapter-multi-olt-test
779 workflow: att
780 flags: ""
781 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000782 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000783 - target: 1t4gem-openonu-go-adapter-multi-olt-test
784 workflow: att
785 flags: ""
786 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000787 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000788 - target: 1t8gem-openonu-go-adapter-multi-olt-test
789 workflow: att
790 flags: ""
791 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000792 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000793 - target: reconcile-openonu-go-adapter-multi-olt-test-att
794 workflow: att
795 flags: ""
796 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000797 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000798 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
799 workflow: dt
800 flags: ""
801 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000802 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000803 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
804 workflow: tt
805 flags: ""
806 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000807 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000808 - target: voltha-onu-omci-get-multiolt-kind-att
809 workflow: att
810 flags: ""
811 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000812 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000813 - target: voltha-onu-omci-get-multiolt-kind-dt
814 workflow: dt
815 flags: ""
816 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000817 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000818 - target: voltha-onu-omci-get-multiolt-kind-tt
819 workflow: tt
820 flags: ""
821 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000822 logging: true
Hardik Windlass5de3d4b2021-07-19 07:35:43 +0000823 time-trigger: "H H/23 * * *"
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000824
825 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700826 name: 'patchset-voltha-multiple-olts-openonu-go-test-bbsim'
827 trigger-comment: "voltha test openonu multiolt"
828 code-branch: '$GERRIT_BRANCH'
Hardik Windlass696002d2021-05-07 11:38:28 +0000829 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Matteo Scandolobc28eab2021-09-28 18:10:58 -0700830 gerritProject: '$GERRIT_PROJECT'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700831 gerritRefspec: '$GERRIT_REFSPEC'
Hardik Windlass696002d2021-05-07 11:38:28 +0000832 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700833 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000834 - target: 1t1gem-openonu-go-adapter-multi-olt-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700835 workflow: att
836 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700837 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000838 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700839 - target: 1t4gem-openonu-go-adapter-multi-olt-test
840 workflow: att
841 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700842 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000843 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700844 - target: 1t8gem-openonu-go-adapter-multi-olt-test
845 workflow: att
846 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700847 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000848 logging: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000849 - target: reconcile-openonu-go-adapter-multi-olt-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700850 workflow: att
851 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700852 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000853 logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700854 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
855 workflow: dt
856 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700857 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000858 logging: true
TorstenThieme9e11af82022-01-31 09:49:22 +0000859 - target: reconcile-openonu-go-adapter-multi-olt-multi-uni-test-tt
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700860 workflow: tt
TorstenThieme9e11af82022-01-31 09:49:22 +0000861 flags: " --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF "
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700862 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000863 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000864 - target: voltha-onu-omci-get-multiolt-kind-att
865 workflow: att
866 flags: ""
867 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000868 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000869 - target: voltha-onu-omci-get-multiolt-kind-dt
870 workflow: dt
871 flags: ""
872 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000873 logging: true
TorstenThiemefb4e48d2021-06-21 10:54:31 +0000874 - target: voltha-onu-omci-get-multiolt-kind-tt
875 workflow: tt
876 flags: ""
877 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000878 logging: true
Hardik Windlass60fc0da2021-10-14 07:02:40 +0000879 - target: voltha-onu-flows-check-multiolt-kind-att
TorstenThieme674013d2021-07-28 08:15:14 +0000880 workflow: att
881 flags: ""
882 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000883 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000884 - target: voltha-onu-flows-check-multiolt-kind-dt
885 workflow: dt
886 flags: ""
887 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000888 logging: true
TorstenThieme674013d2021-07-28 08:15:14 +0000889 - target: voltha-onu-flows-check-multiolt-kind-tt
890 workflow: tt
891 flags: ""
892 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +0000893 logging: true
Matteo Scandolo075740f2021-04-22 14:52:29 -0700894 olts: 2
TorstenThieme9e11af82022-01-31 09:49:22 +0000895 timeout: 235
Matteo Scandolo075740f2021-04-22 14:52:29 -0700896
TorstenThieme869ba322021-05-05 12:11:42 +0000897 - 'voltha-periodic-test':
Hardik Windlassb9d63202022-02-10 04:52:14 +0000898 name: 'patchset-voltha-2.9-multiple-olts-openonu-go-test-bbsim'
899 trigger-comment: "voltha 2.9 test openonu multiolt"
900 pipeline-script: 'voltha/voltha-2.9/bbsim-tests.groovy'
901 code-branch: '$GERRIT_BRANCH'
902 gerritProject: '$GERRIT_PROJECT'
903 gerritRefspec: '$GERRIT_REFSPEC'
904 extraHelmFlags: '--set onu=2,pon=2'
905 olts: 2
906 logLevel: 'DEBUG'
907 testTargets: |
908 - target: 1t1gem-openonu-go-adapter-multi-olt-test
909 workflow: att
910 flags: ""
911 teardown: true
912 logging: true
913 - target: 1t4gem-openonu-go-adapter-multi-olt-test
914 workflow: att
915 flags: ""
916 teardown: true
917 logging: true
918 - target: 1t8gem-openonu-go-adapter-multi-olt-test
919 workflow: att
920 flags: ""
921 teardown: true
922 logging: true
923 - target: reconcile-openonu-go-adapter-multi-olt-test-att
924 workflow: att
925 flags: ""
926 teardown: true
927 logging: true
928 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
929 workflow: dt
930 flags: ""
931 teardown: true
932 logging: true
933 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
934 workflow: tt
935 flags: ""
936 teardown: true
937 logging: true
938 - target: voltha-onu-omci-get-multiolt-kind-att
939 workflow: att
940 flags: ""
941 teardown: true
942 logging: true
943 - target: voltha-onu-omci-get-multiolt-kind-dt
944 workflow: dt
945 flags: ""
946 teardown: true
947 logging: true
948 - target: voltha-onu-omci-get-multiolt-kind-tt
949 workflow: tt
950 flags: ""
951 teardown: true
952 logging: true
953 timeout: 235
954
955 - 'voltha-periodic-test':
TorstenThiemeb8df8e22022-01-10 11:17:31 +0000956 name: 'patchset-voltha-2.8-multiple-olts-openonu-go-test-bbsim'
957 trigger-comment: "voltha 2.8 test openonu multiolt"
958 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
959 code-branch: '$GERRIT_BRANCH'
960 gerritProject: '$GERRIT_PROJECT'
961 gerritRefspec: '$GERRIT_REFSPEC'
962 extraHelmFlags: '--set onu=2,pon=2'
963 olts: 2
964 logLevel: 'DEBUG'
965 testTargets: |
966 - target: 1t1gem-openonu-go-adapter-multi-olt-test
967 workflow: att
968 flags: ""
969 teardown: true
970 logging: true
971 - target: 1t4gem-openonu-go-adapter-multi-olt-test
972 workflow: att
973 flags: ""
974 teardown: true
975 logging: true
976 - target: 1t8gem-openonu-go-adapter-multi-olt-test
977 workflow: att
978 flags: ""
979 teardown: true
980 logging: true
981 - target: reconcile-openonu-go-adapter-multi-olt-test-att
982 workflow: att
983 flags: ""
984 teardown: true
985 logging: true
986 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
987 workflow: dt
988 flags: ""
989 teardown: true
990 logging: true
991 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
992 workflow: tt
993 flags: ""
994 teardown: true
995 logging: true
996 - target: voltha-onu-omci-get-multiolt-kind-att
997 workflow: att
998 flags: ""
999 teardown: true
1000 logging: true
1001 - target: voltha-onu-omci-get-multiolt-kind-dt
1002 workflow: dt
1003 flags: ""
1004 teardown: true
1005 logging: true
1006 - target: voltha-onu-omci-get-multiolt-kind-tt
1007 workflow: tt
1008 flags: ""
1009 teardown: true
1010 logging: true
1011
1012 - 'voltha-periodic-test':
TorstenThieme869ba322021-05-05 12:11:42 +00001013 name: 'periodic-voltha-pm-data-test-bbsim'
1014 code-branch: 'master'
Girish Gowdra3d44b9c2021-10-05 12:10:13 -07001015 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
TorstenThieme869ba322021-05-05 12:11:42 +00001016 time-trigger: "H H/23 * * *"
1017 logLevel: 'DEBUG'
1018 testTargets: |
1019 - target: voltha-pm-data-single-kind-att
1020 workflow: att
1021 flags: ""
1022 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001023 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001024 - target: voltha-pm-data-single-kind-dt
1025 workflow: dt
1026 flags: ""
1027 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001028 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001029 - target: voltha-pm-data-single-kind-tt
1030 workflow: tt
1031 flags: ""
1032 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001033 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001034 timeout: 140
1035
1036 - 'voltha-periodic-test':
1037 name: 'patchset-voltha-pm-data-test-bbsim'
1038 trigger-comment: "voltha test pm data singleolt"
TorstenThieme6877ab12021-05-26 13:28:54 +00001039 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
TorstenThieme869ba322021-05-05 12:11:42 +00001040 code-branch: '$GERRIT_BRANCH'
Matteo Scandolobc28eab2021-09-28 18:10:58 -07001041 gerritProject: '$GERRIT_PROJECT'
TorstenThieme869ba322021-05-05 12:11:42 +00001042 gerritRefspec: '$GERRIT_REFSPEC'
1043 logLevel: 'DEBUG'
1044 testTargets: |
1045 - target: voltha-pm-data-single-kind-att
1046 workflow: att
1047 flags: ""
1048 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001049 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001050 - target: voltha-pm-data-single-kind-dt
1051 workflow: dt
1052 flags: ""
1053 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001054 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001055 - target: voltha-pm-data-single-kind-tt
1056 workflow: tt
1057 flags: ""
1058 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001059 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001060 timeout: 140
1061
1062 - 'voltha-periodic-test':
TorstenThieme22880da2021-09-17 11:41:02 +00001063 name: 'periodic-voltha-pm-data-test-bbsim-2.8'
TorstenThieme81cdeda2021-09-22 10:10:07 +00001064 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
TorstenThieme22880da2021-09-17 11:41:02 +00001065 code-branch: 'voltha-2.8'
1066 extraHelmFlags: '--set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
1067 time-trigger: "H H/23 * * *"
1068 logLevel: 'DEBUG'
1069 testTargets: |
1070 - target: voltha-pm-data-single-kind-att
1071 workflow: att
1072 flags: ""
1073 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001074 logging: true
TorstenThieme22880da2021-09-17 11:41:02 +00001075 - target: voltha-pm-data-single-kind-dt
1076 workflow: dt
1077 flags: ""
1078 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001079 logging: true
TorstenThieme22880da2021-09-17 11:41:02 +00001080 - target: voltha-pm-data-single-kind-tt
1081 workflow: tt
1082 flags: ""
1083 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001084 logging: true
TorstenThieme22880da2021-09-17 11:41:02 +00001085 timeout: 140
1086
1087 - 'voltha-periodic-test':
TorstenThieme869ba322021-05-05 12:11:42 +00001088 name: 'periodic-voltha-multiple-olts-pm-data-test-bbsim'
1089 code-branch: 'master'
Girish Gowdra3d44b9c2021-10-05 12:10:13 -07001090 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2 --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
TorstenThieme869ba322021-05-05 12:11:42 +00001091 olts: 2
1092 timeout: 180
1093 logLevel: 'DEBUG'
1094 testTargets: |
1095 - target: voltha-pm-data-multiolt-kind-att
1096 workflow: att
1097 flags: ""
1098 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001099 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001100 - target: voltha-pm-data-multiolt-kind-dt
1101 workflow: dt
1102 flags: ""
1103 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001104 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001105 - target: voltha-pm-data-multiolt-kind-tt
1106 workflow: tt
1107 flags: ""
1108 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001109 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001110 time-trigger: "H H/23 * * *"
1111
1112 - 'voltha-periodic-test':
1113 name: 'patchset-voltha-multiple-olts-pm-data-test-bbsim'
1114 trigger-comment: "voltha test pm data multiolt"
1115 code-branch: '$GERRIT_BRANCH'
TorstenThieme6877ab12021-05-26 13:28:54 +00001116 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2 --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
Matteo Scandolobc28eab2021-09-28 18:10:58 -07001117 gerritProject: '$GERRIT_PROJECT'
TorstenThieme869ba322021-05-05 12:11:42 +00001118 gerritRefspec: '$GERRIT_REFSPEC'
1119 logLevel: 'DEBUG'
1120 testTargets: |
1121 - target: voltha-pm-data-multiolt-kind-att
1122 workflow: att
1123 flags: ""
1124 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001125 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001126 - target: voltha-pm-data-multiolt-kind-dt
1127 workflow: dt
1128 flags: ""
1129 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001130 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001131 - target: voltha-pm-data-multiolt-kind-tt
1132 workflow: tt
1133 flags: ""
1134 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001135 logging: true
TorstenThieme869ba322021-05-05 12:11:42 +00001136 olts: 2
1137 timeout: 180
1138
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001139 - 'voltha-periodic-test':
TorstenThieme22880da2021-09-17 11:41:02 +00001140 name: 'periodic-voltha-multiple-olts-pm-data-test-bbsim-2.8'
TorstenThieme81cdeda2021-09-22 10:10:07 +00001141 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
TorstenThieme22880da2021-09-17 11:41:02 +00001142 code-branch: 'voltha-2.8'
1143 extraHelmFlags: '--set onu=2,pon=2 --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
1144 olts: 2
1145 timeout: 180
1146 logLevel: 'DEBUG'
1147 testTargets: |
1148 - target: voltha-pm-data-multiolt-kind-att
1149 workflow: att
1150 flags: ""
1151 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001152 logging: true
TorstenThieme22880da2021-09-17 11:41:02 +00001153 - target: voltha-pm-data-multiolt-kind-dt
1154 workflow: dt
1155 flags: ""
1156 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001157 logging: true
TorstenThieme22880da2021-09-17 11:41:02 +00001158 - target: voltha-pm-data-multiolt-kind-tt
1159 workflow: tt
1160 flags: ""
1161 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001162 logging: true
TorstenThieme22880da2021-09-17 11:41:02 +00001163 time-trigger: "H H/23 * * *"
1164
1165 - 'voltha-periodic-test':
Andrea Campanellaf3c32af2020-12-10 12:21:57 +01001166 name: 'periodic-voltha-test-DMI'
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001167 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andrea Campanellaf3c32af2020-12-10 12:21:57 +01001168 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -08001169 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001170 testTargets: |
1171 - target: bbsim-dmi-hw-management-test
1172 workflow: att
1173 flags: ""
1174 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001175 logging: true
Andrea Campanellaf3c32af2020-12-10 12:21:57 +01001176
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001177 - 'voltha-periodic-test':
1178 name: 'periodic-voltha-test-DMI-2.8'
1179 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
1180 code-branch: 'voltha-2.8'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -08001181 time-trigger: "H H/23 * * *"
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001182 testTargets: |
1183 - target: bbsim-dmi-hw-management-test
1184 workflow: att
1185 flags: ""
1186 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001187 logging: true
Andy Bavier10926f12020-03-27 16:53:43 -07001188
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001189 - 'voltha-periodic-test':
Andy Bavier4be37062020-06-29 15:17:26 -07001190 name: 'periodic-voltha-etcd-test'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -07001191 build-node: 'ubuntu18.04-basebuild-4c-8g'
hwchiuc9189b72019-12-02 15:12:29 -08001192 code-branch: 'master'
Matteo Scandolo276a6e72021-12-15 18:56:15 +00001193 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
hwchiufdc49242019-11-18 16:37:22 -08001194 time-trigger: "H H/12 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001195 testTargets: |
1196 - target: sanity-multi-kind
1197 workflow: att
1198 flags: ""
1199 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001200 logging: true
hwchiufdc49242019-11-18 16:37:22 -08001201
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001202 - 'voltha-periodic-test':
1203 name: 'periodic-voltha-etcd-test-2.8'
1204 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -07001205 build-node: 'ubuntu18.04-basebuild-4c-8g'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001206 code-branch: 'voltha-2.8'
1207 extraHelmFlags: '--set onu=2,pon=2'
Hardik Windlass5de3d4b2021-07-19 07:35:43 +00001208 time-trigger: "H H/23 * * *"
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001209 testTargets: |
1210 - target: sanity-multi-kind
1211 workflow: att
1212 flags: ""
1213 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001214 logging: true
Andy Bavier10926f12020-03-27 16:53:43 -07001215
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001216 - 'voltha-periodic-test':
Andy Bavier3708d072019-12-10 15:22:18 -07001217 name: 'periodic-voltha-sanity-test-multi-runs'
Andy Bavier3708d072019-12-10 15:22:18 -07001218 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -08001219 time-trigger: "H H/23 * * *"
Matteo Scandolo276a6e72021-12-15 18:56:15 +00001220 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001221 testTargets: |
1222 - target: sanity-kind
1223 workflow: att
1224 flags: ""
1225 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001226 logging: true
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001227 - target: sanity-kind
1228 workflow: att
1229 flags: ""
1230 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001231 logging: true
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001232 - target: sanity-kind
1233 workflow: att
1234 flags: ""
1235 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001236 logging: true
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001237 - target: sanity-kind
1238 workflow: att
1239 flags: ""
1240 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001241 logging: true
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001242 - target: sanity-kind
1243 workflow: att
1244 flags: ""
1245 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001246 logging: true
Andy Bavier10926f12020-03-27 16:53:43 -07001247
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001248 - 'voltha-periodic-test':
1249 name: 'periodic-voltha-sanity-test-multi-runs-2.8'
1250 pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
1251 code-branch: 'voltha-2.8'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -08001252 time-trigger: "H H/23 * * *"
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001253 testTargets: |
1254 - target: sanity-kind
1255 workflow: att
1256 flags: ""
1257 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001258 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001259 - target: sanity-kind
1260 workflow: att
1261 flags: ""
1262 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001263 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001264 - target: sanity-kind
1265 workflow: att
1266 flags: ""
1267 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001268 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001269 - target: sanity-kind
1270 workflow: att
1271 flags: ""
1272 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001273 logging: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001274 - target: sanity-kind
1275 workflow: att
1276 flags: ""
1277 teardown: false
Hardik Windlass24e275f2021-10-19 08:19:06 +00001278 logging: true
Andy Bavier10926f12020-03-27 16:53:43 -07001279
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001280 - 'voltha-periodic-test':
Hardik Windlassd1e25a32022-03-10 06:04:40 +00001281 name: 'periodic-voltha-dt-test-bbsim'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -07001282 build-node: 'ubuntu18.04-basebuild-4c-8g'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -07001283 code-branch: 'master'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -07001284 time-trigger: "@daily"
Matteo Scandolo276a6e72021-12-15 18:56:15 +00001285 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001286 testTargets: |
Hardik Windlassd1e25a32022-03-10 06:04:40 +00001287 - target: functional-single-kind-dt
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001288 workflow: dt
1289 flags: ""
1290 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001291 logging: true
Hardik Windlassd1e25a32022-03-10 06:04:40 +00001292 - target: bbsim-failurescenarios-dt
1293 workflow: dt
1294 flags: ""
1295 teardown: false
1296 logging: true
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -07001297
Hardik Windlassd62442d2021-11-30 10:51:20 +00001298 - 'voltha-periodic-test':
1299 name: 'periodic-voltha-unitag-subscriber-tt-test-bbsim'
1300 code-branch: 'master'
Matteo Scandolo276a6e72021-12-15 18:56:15 +00001301 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onos-classic.replicas=3,onos-classic.atomix.replicas=3 --set voltha.onos_classic.replicas=3 '
Hardik Windlassd62442d2021-11-30 10:51:20 +00001302 time-trigger: "H H/23 * * *"
TorstenThieme0024c862022-01-14 07:35:18 +00001303 logLevel: 'DEBUG'
Hardik Windlassd62442d2021-11-30 10:51:20 +00001304 robot-args: '-v unitag_sub:True'
1305 testTargets: |
1306 - target: functional-single-kind-tt
1307 workflow: tt
1308 flags: ""
1309 teardown: true
1310 logging: true
1311 - target: bbsim-failurescenarios-tt
1312 workflow: tt
1313 flags: ""
1314 teardown: true
1315 logging: true
1316 - target: functional-single-kind-multiuni-tt
1317 workflow: tt
1318 flags: " --set voltha-adapter-openonu.adapter_open_onu.uni_port_mask=0x00FF "
1319 teardown: true
1320 logging: true
1321
Hardik Windlass810b6cf2022-02-24 09:21:18 +00001322 - 'voltha-periodic-test':
1323 name: 'periodic-voltha-tt-maclearner-sanity-test-bbsim'
1324 code-branch: 'master'
1325 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onos-classic.replicas=3,onos-classic.atomix.replicas=3 --set voltha.onos_classic.replicas=3 '
1326 time-trigger: "H H/23 * * *"
1327 logLevel: 'DEBUG'
1328 enableMacLearning: true
1329 testTargets: |
1330 - target: sanity-kind-tt-maclearning
1331 workflow: tt
1332 flags: ""
1333 teardown: true
1334 logging: true
1335
Matteo Scandolob6d80732021-05-05 14:06:42 -07001336 # ATT Per-patchset Pod builds on Tucson pod (master)
Andy Bavier51ba7e82019-12-17 11:01:01 -07001337 - 'verify_physical_voltha_patchset_auto':
1338 name: 'verify_physical_voltha_patchset_auto'
Matteo Scandolo276a6e72021-12-15 18:56:15 +00001339 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set global.log_level=debug'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001340 workflow: 'att'
Matteo Scandoloec3ec8e2021-05-27 13:03:00 -07001341 branch-pattern: master
Andy Bavier51ba7e82019-12-17 11:01:01 -07001342
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001343
1344 # ATT Per-patchset Pod builds on Tucson pod (voltha-2.8)
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001345 - 'verify_physical_voltha_patchset_auto':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001346 name: 'verify_physical_voltha_patchset_auto-2.8'
1347 pipeline-script: 'voltha/voltha-2.8/tucson-build-and-test.groovy'
1348 extraHelmFlags: '--set global.log_level=debug'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001349 workflow: 'att'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001350 branch-pattern: voltha-2.8
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001351
Matteo Scandolob6d80732021-05-05 14:06:42 -07001352 # ATT Manual Pod builds on Tucson pod (master)
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001353 - 'verify_physical_voltha_patchset_manual':
1354 name: 'verify_physical_voltha_patchset_manual'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001355 trigger-string: 'hardware test'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001356 branch-pattern: master
Matteo Scandolo276a6e72021-12-15 18:56:15 +00001357 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set global.log_level=debug'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001358 workflow: 'att'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001359
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001360 # ATT Manual Pod builds on Tucson pod (voltha-2.8)
Matteo Scandolob6d80732021-05-05 14:06:42 -07001361 - 'verify_physical_voltha_patchset_manual':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001362 name: 'verify_physical_voltha_patchset_manual-2.8'
1363 pipeline-script: 'voltha/voltha-2.8/tucson-build-and-test.groovy'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001364 trigger-string: 'hardware test'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001365 branch-pattern: voltha-2.8
1366 extraHelmFlags: '--set global.log_level=debug'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001367 workflow: 'att'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001368
Matteo Scandolob6d80732021-05-05 14:06:42 -07001369 # DT Manual Pod builds on Tucson pod (master)
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001370 - 'verify_physical_voltha_patchset_manual':
1371 name: 'verify_physical_voltha_patchset_manual_DT'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001372 workflow: 'dt'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001373 trigger-string: 'DT hardware test'
1374 default-test-args: '-i sanityDt -i PowerSwitch -X'
1375 branch-pattern: master
Matteo Scandolo276a6e72021-12-15 18:56:15 +00001376 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set global.log_level=debug'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001377
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001378 # DT Manual Pod builds on Tucson pod (voltha-2.8)
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001379 - 'verify_physical_voltha_patchset_manual':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001380 name: 'verify_physical_voltha_patchset_manual_DT-2.8'
1381 pipeline-script: 'voltha/voltha-2.8/tucson-build-and-test.groovy'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001382 workflow: 'dt'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001383 trigger-string: 'DT hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -08001384 default-test-args: '-i sanityDt -i PowerSwitch -X'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +00001385 branch-pattern: voltha-2.8
1386 extraHelmFlags: '--set global.log_level=debug'
Andy Bavier19c98a22019-11-11 13:57:11 -07001387
Kailash8b8de742019-07-30 08:54:51 -07001388- job-template:
Kailashaad71012019-08-27 10:36:53 -07001389 id: 'voltha-periodic-test'
1390 name: '{name}'
Hardik Windlassec9341b2021-06-07 11:58:29 +00001391 pipeline-script: 'voltha/master/bbsim-tests.groovy'
Matteo Scandolo075740f2021-04-22 14:52:29 -07001392 build-node: 'ubuntu18.04-basebuild-8c-15g'
Matteo Scandolo075740f2021-04-22 14:52:29 -07001393 robot-args: ''
Matteo Scandolobc28eab2021-09-28 18:10:58 -07001394 gerritProject: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -07001395 gerritRefspec: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -07001396 volthaSystemTestsChange: ''
1397 volthaHelmChartsChange: ''
1398 extraHelmFlags: ''
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001399 registry: mirror.registry.opennetworking.org
Matteo Scandolo075740f2021-04-22 14:52:29 -07001400 sandbox: true
1401 olts: 1
TorstenThieme869ba322021-05-05 12:11:42 +00001402 timeout: 130
Hardik Windlass696002d2021-05-07 11:38:28 +00001403 logLevel: 'INFO'
Hardik Windlass810b6cf2022-02-24 09:21:18 +00001404 enableMacLearning: false
Matteo Scandolo886cb8e2021-05-03 13:37:41 -07001405
Matteo Scandolo075740f2021-04-22 14:52:29 -07001406 trigger-comment: vv7CBoQQYYonvaN8xcru
1407 time-trigger: 0 0 29 2 *
1408
1409 description: |
1410 <!-- Managed by Jenkins Job Builder -->
1411 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
1412 E2E Validation for Voltha 2.X
1413
1414 properties:
1415 - cord-infra-properties:
1416 build-days-to-keep: '{big-build-days-to-keep}'
1417 artifact-num-to-keep: '{big-artifact-num-to-keep}'
1418
1419 wrappers:
1420 - lf-infra-wrappers:
1421 build-timeout: '{build-timeout}'
1422 jenkins-ssh-credential: '{jenkins-ssh-credential}'
1423
1424 parameters:
1425 - string:
1426 name: buildNode
1427 default: '{build-node}'
1428 description: 'Name of the Jenkins node to run the job on'
1429
1430 - string:
1431 name: extraHelmFlags
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001432 default: '{extraHelmFlags}'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -07001433 description: 'Helm flags (passed to each deployment)'
Matteo Scandolo075740f2021-04-22 14:52:29 -07001434
Matteo Scandolo886cb8e2021-05-03 13:37:41 -07001435 # test configuration
1436 # this is a parameter to drive the test execution, VOLTHA is redeployed each time with
1437 # the provided configuration and then the make target is invoked,
1438 # example value (has to be valid YAML):
1439 # testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +00001440 # - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -07001441 # workflow: att
1442 # flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001443 # teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001444 # logging: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -07001445 - text:
1446 name: testTargets
1447 default: '{testTargets}'
1448 description: 'Test configuration, see the ci-management job definition for more info'
Matteo Scandolo075740f2021-04-22 14:52:29 -07001449
1450 - string:
1451 name: branch
1452 default: '{code-branch}'
1453 description: 'Repo manifest branch for code checkout'
1454
1455 - string:
1456 name: gerritProject
Matteo Scandolobc28eab2021-09-28 18:10:58 -07001457 default: '{gerritProject}'
Matteo Scandolo075740f2021-04-22 14:52:29 -07001458 description: 'Name of the Gerrit project'
1459
1460 - string:
1461 name: gerritRefspec
Matteo Scandolobc28eab2021-09-28 18:10:58 -07001462 default: '{gerritRefspec}'
Matteo Scandolo075740f2021-04-22 14:52:29 -07001463 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
1464
Hardik Windlass810b6cf2022-02-24 09:21:18 +00001465 # applicable for voltha-2.9 (excluding) onwards
1466 - bool:
1467 name: enableMacLearning
1468 default: '{enableMacLearning}'
1469 description: "Deploy and test with ONOS Mac-Learning app"
1470
Matteo Scandolo075740f2021-04-22 14:52:29 -07001471 - string:
1472 name: extraRobotArgs
1473 default: '{robot-args}'
1474 description: 'Arguments to pass to robot'
1475
1476 - string:
1477 name: volthaSystemTestsChange
1478 default: '{volthaSystemTestsChange}'
1479 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
1480
1481 - string:
1482 name: volthaHelmChartsChange
1483 default: '{volthaHelmChartsChange}'
1484 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
1485
1486 - string:
1487 name: olts
1488 default: '{olts}'
1489 description: 'How many BBSim instances to run'
1490
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001491 - string:
1492 name: registry
1493 default: '{registry}'
1494 description: 'Which registry to use (amazon vs menlo)'
1495
Hardik Windlass696002d2021-05-07 11:38:28 +00001496 - string:
1497 name: logLevel
1498 default: '{logLevel}'
1499 description: 'Log level for all the components'
1500
TorstenThieme869ba322021-05-05 12:11:42 +00001501 - string:
1502 name: timeout
1503 default: '{timeout}'
1504 description: 'Timeout of pipeline job [minutes]'
1505
Matteo Scandolo075740f2021-04-22 14:52:29 -07001506 project-type: pipeline
1507 concurrent: true
1508
1509 dsl: !include-raw-escape: pipeline/{pipeline-script}
1510
1511 triggers:
1512 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
1513 - timed: |
1514 TZ=America/Los_Angeles
1515 {time-trigger}
1516 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
1517 - gerrit:
1518 server-name: '{gerrit-server-name}'
1519 silent-start: false
1520 successful-message: "PASSED openonu-go test"
1521 failure-message: "FAILED openonu-go test"
1522 unstable-message: "UNSTABLE openonu-go test"
1523 trigger-on:
1524 - comment-added-contains-event:
1525 comment-contains-value: '.*{trigger-comment}.*'
1526 projects:
1527 - project-compare-type: REG_EXP
1528 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter-go|ofagent-go|voltha-onos|bbsim)$'
1529 branches:
1530 - branch-compare-type: REG_EXP
1531 branch-pattern: '{all-branches-regexp}'
1532
1533- job-template:
Kailashaad71012019-08-27 10:36:53 -07001534 id: 'voltha-patch-test'
Matteo Scandolo84e5f002020-02-10 11:50:05 -08001535 name: 'verify_{project}_sanity-test{name-extension}'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -07001536 build-node: 'ubuntu18.04-basebuild-4c-8g'
Hardik Windlassec9341b2021-06-07 11:58:29 +00001537 pipeline-script: 'voltha/master/bbsim-tests.groovy'
Andy Bavier4318f8d2020-04-09 13:50:53 -07001538 override-branch: '$GERRIT_BRANCH'
Andy Bavier02b00dc2020-04-28 13:01:12 -07001539 sandbox: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -08001540 build-timeout: 20
Hardik Windlassfbf296b2021-06-08 07:36:51 +00001541 timeout: 50
1542 olts: 1
1543 registry: mirror.registry.opennetworking.org
1544 logLevel: 'INFO'
Matteo Scandolo9aae4952020-09-14 13:05:53 -07001545 volthaSystemTestsChange: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -08001546 volthaHelmChartsChange: ''
Matteo Scandolocecb0842021-05-04 13:16:47 -07001547 extraHelmFlags: ''
Hardik Windlass810b6cf2022-02-24 09:21:18 +00001548 enableMacLearning: false
Hardik Windlass0e721202021-12-01 09:00:11 +00001549 robot-args: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -08001550 branch-regexp: '{all-branches-regexp}'
Hardik Windlassec9341b2021-06-07 11:58:29 +00001551 testTargets: |
1552 - target: sanity-kind-att
1553 workflow: att
1554 flags: ""
1555 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001556 logging: true
Hardik Windlassec9341b2021-06-07 11:58:29 +00001557 - target: sanity-kind-dt
1558 workflow: dt
1559 flags: ""
1560 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001561 logging: true
Hardik Windlassec9341b2021-06-07 11:58:29 +00001562 - target: sanity-kind-tt
1563 workflow: tt
1564 flags: ""
1565 teardown: true
Hardik Windlass24e275f2021-10-19 08:19:06 +00001566 logging: true
Kailashaad71012019-08-27 10:36:53 -07001567
1568 description: |
1569 <!-- Managed by Jenkins Job Builder -->
1570 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
1571 E2E Validation for Voltha 2.X
1572
1573 properties:
1574 - cord-infra-properties:
1575 build-days-to-keep: '{build-days-to-keep}'
1576 artifact-num-to-keep: '{artifact-num-to-keep}'
1577
1578 wrappers:
1579 - lf-infra-wrappers:
1580 build-timeout: '{build-timeout}'
1581 jenkins-ssh-credential: '{jenkins-ssh-credential}'
1582
1583 parameters:
1584 - string:
Zack Williamsb3292082019-10-11 17:15:18 -07001585 name: buildNode
Andrea Campanella4792b7f2021-04-23 15:06:42 +02001586 default: '{build-node}'
Kailashaad71012019-08-27 10:36:53 -07001587 description: 'Name of the Jenkins node to run the job on'
1588
1589 - string:
hwchiu14f97852019-10-08 10:51:11 -07001590 name: gerritProject
1591 default: '$GERRIT_PROJECT'
1592 description: 'Name of the Gerrit project'
Kailashaad71012019-08-27 10:36:53 -07001593
1594 - string:
Matteo Scandolo9aae4952020-09-14 13:05:53 -07001595 name: gerritRefspec
1596 default: '$GERRIT_REFSPEC'
1597 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
Kailashaad71012019-08-27 10:36:53 -07001598
1599 - string:
Andy Bavierbedd0392019-10-16 13:58:18 -07001600 name: extraHelmFlags
Matteo Scandolocecb0842021-05-04 13:16:47 -07001601 default: '{extraHelmFlags}'
Matteo Scandoloa57b0972021-05-03 14:04:58 -07001602 description: 'Helm flags to pass to every helm command'
Andy Bavierbedd0392019-10-16 13:58:18 -07001603
Hardik Windlass810b6cf2022-02-24 09:21:18 +00001604 # applicable for voltha-2.9 (excluding) onwards
1605 - bool:
1606 name: enableMacLearning
1607 default: '{enableMacLearning}'
1608 description: "Deploy and test with ONOS Mac-Learning app"
1609
Matteo Scandolo9aae4952020-09-14 13:05:53 -07001610 - string:
Hardik Windlass0e721202021-12-01 09:00:11 +00001611 name: extraRobotArgs
1612 default: '{robot-args}'
1613 description: 'Arguments to pass to robot'
1614
1615 - string:
Matteo Scandolo9aae4952020-09-14 13:05:53 -07001616 name: volthaSystemTestsChange
1617 default: '{volthaSystemTestsChange}'
1618 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
1619
1620 - string:
Matteo Scandolo42f6e572021-01-25 15:11:34 -08001621 name: volthaHelmChartsChange
1622 default: '{volthaHelmChartsChange}'
1623 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
1624
1625 - string:
1626 name: branch
1627 default: '{override-branch}'
1628 description: 'Name of the branch to use'
1629
Hardik Windlassec9341b2021-06-07 11:58:29 +00001630 # test configuration
1631 # this is a parameter to drive the test execution, VOLTHA is redeployed each time with
1632 # the provided configuration and then the make target is invoked,
1633 # example value (has to be valid YAML):
1634 # testTargets: |
1635 # - target: 1t1gem-openonu-go-adapter-test
1636 # workflow: att
1637 # flags: ""
1638 # teardown: true
Hardik Windlasse44ef712021-10-20 10:36:33 +00001639 # logging: true
Hardik Windlassec9341b2021-06-07 11:58:29 +00001640 - text:
1641 name: testTargets
1642 default: '{testTargets}'
1643 description: 'Test configuration, see the ci-management job definition for more info'
1644
Hardik Windlassfbf296b2021-06-08 07:36:51 +00001645 - string:
1646 name: timeout
1647 default: '{timeout}'
1648 description: 'Timeout of pipeline job [minutes]'
1649
1650 - string:
1651 name: olts
1652 default: '{olts}'
1653 description: 'How many BBSim instances to run'
1654
1655 - string:
1656 name: registry
1657 default: '{registry}'
1658 description: 'Which registry to use (amazon vs menlo)'
1659
1660 - string:
1661 name: logLevel
1662 default: '{logLevel}'
1663 description: 'Log level for all the components'
1664
Kailashaad71012019-08-27 10:36:53 -07001665 project-type: pipeline
Kailashb59bc7f2019-09-03 13:13:27 -07001666 concurrent: true
Kailashaad71012019-08-27 10:36:53 -07001667
Zack Williamsb3292082019-10-11 17:15:18 -07001668 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailashaad71012019-08-27 10:36:53 -07001669
1670 triggers:
Andy Bavierb99c3d32020-02-18 11:14:17 -07001671 - gerrit:
1672 server-name: '{gerrit-server-name}'
Kailashaad71012019-08-27 10:36:53 -07001673 dependency-jobs: '{dependency-jobs}'
Andy Bavierb99c3d32020-02-18 11:14:17 -07001674 silent-start: true
1675 trigger-on:
1676 - patchset-created-event:
1677 exclude-drafts: true
1678 exclude-trivial-rebase: false
1679 exclude-no-code-change: true
1680 - draft-published-event
1681 - comment-added-contains-event:
1682 comment-contains-value: '(?i)^.*recheck$'
1683 projects:
1684 - project-compare-type: REG_EXP
1685 project-pattern: '^{project}$'
1686 branches:
1687 - branch-compare-type: REG_EXP
Matteo Scandolo42f6e572021-01-25 15:11:34 -08001688 branch-pattern: '{branch-regexp}'
Andy Bavierb99c3d32020-02-18 11:14:17 -07001689 file-paths:
1690 - compare-type: REG_EXP
1691 pattern: '{all-files-regexp}'
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001692
1693# POD Per Patchset Pipeline Jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001694# to use these parameters in a job: `<<: *voltha-physical-patchset-parameters`
1695- voltha-physical-patchset-parameters: &voltha-physical-patchset-parameters
1696 name: voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -07001697 parameters:
1698 - string:
1699 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -07001700 default: '{build-node}'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001701 description: 'Pod management node'
1702
1703 - string:
Zack Williams03ebb272020-03-27 09:42:33 -07001704 name: branch
1705 default: '$GERRIT_BRANCH'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001706 description: 'Name of the repo branch to use'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001707
1708 - string:
1709 name: gerritProject
1710 default: '$GERRIT_PROJECT'
1711 description: 'Name of the Gerrit project'
1712
1713 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -07001714 name: gerritRefspec
1715 default: '$GERRIT_REFSPEC'
1716 description: 'RefSpec number in Gerrit'
1717
1718 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001719 name: gerritComment
1720 default: '$GERRIT_EVENT_COMMENT_TEXT'
1721 description: 'RefSpec number in Gerrit'
1722
1723 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -07001724 name: cordRepoUrl
1725 default: '{gerrit-server-url}'
1726 description: 'The URL of the CORD Project repository'
1727
1728 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001729 name: configBaseDir
1730 default: 'pod-configs'
1731 description: 'The directory inside the POD configs repository'
1732
1733 - string:
1734 name: configDeploymentDir
1735 default: 'deployment-configs'
1736 description: 'The deployment configs folder'
1737
1738 - string:
1739 name: configKubernetesDir
1740 default: 'kubernetes-configs'
1741 description: 'The kubernetes config folder'
1742
1743 - string:
1744 name: configFileName
1745 default: '{config-pod}'
1746 description: 'The config file'
1747
1748 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -07001749 name: podName
1750 default: '{config-pod}'
1751
1752 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -07001753 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -07001754 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001755 description: 'Path of SADIS config to load'
1756
1757 - string:
Andy Bavier893d2442020-05-21 12:41:17 -07001758 name: oltDebVersionMaster
1759 default: '{oltDebVersionMaster}'
1760 description: 'OLT Software version to install for master branch builds'
1761
1762 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001763 name: oltDebVersionVoltha23
Andy Bavier893d2442020-05-21 12:41:17 -07001764 default: '{oltDebVersionVoltha23}'
1765 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001766
1767 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -07001768 name: profile
1769 default: '{profile}'
1770 description: 'Technology Profile pushed to the ETCD'
1771
Andy Bavier51ba7e82019-12-17 11:01:01 -07001772 - bool:
1773 name: reinstallOlt
1774 default: true
1775 description: "Re-install OLT software"
1776
Zack Williams03ebb272020-03-27 09:42:33 -07001777 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001778 name: extraRobotArgs
1779 default: '{default-test-args}'
1780 description: 'Arguments to pass to robot'
1781
1782 - string:
1783 name: volthaSystemTestsChange
1784 default: '{volthaSystemTestsChange}'
1785 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
1786
1787 - string:
1788 name: volthaHelmChartsChange
1789 default: '{volthaHelmChartsChange}'
1790 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
1791
1792 - string:
1793 name: workflow
1794 default: '{workflow}'
1795 description: 'Installs and uses the specified work flow on the POD'
1796
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001797 - string:
1798 name: extraHelmFlags
1799 default: '{extraHelmFlags}'
1800 description: 'Helm flags (passed to each helm command)'
1801
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001802 # deprecated parameters, remove after VOLTHA-2.8 is released
1803 - string:
1804 name: deploymentConfigFile
1805 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
1806 description: 'Path of deployment config file'
1807
1808 - string:
1809 name: kindVolthaValuesFile
1810 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
1811 description: 'Path of kind-voltha values override file'
1812
1813 - string:
1814 name: manifestUrl
1815 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
1816 description: 'URL to the repo manifest'
1817
1818 - string:
1819 name: gerritChangeNumber
1820 default: '$GERRIT_CHANGE_NUMBER'
1821 description: 'Changeset number in Gerrit'
1822
1823 - string:
1824 name: gerritPatchsetNumber
1825 default: '$GERRIT_PATCHSET_NUMBER'
1826 description: 'PatchSet number in Gerrit'
1827
1828 - string:
1829 name: localConfigDir
1830 default: null
1831 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
1832
1833 - string:
1834 name: configRepo
1835 default: 'pod-configs'
1836 description: 'A repository containing the config files, will be checked out if specified'
1837
1838 - string:
Zack Williams03ebb272020-03-27 09:42:33 -07001839 name: manualBranch
1840 default: '{manualBranch}'
1841 description: "If a non-empty string, build manually as a specific branch, not with a specific patchset"
Andy Bavier51ba7e82019-12-17 11:01:01 -07001842
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001843- job-template:
1844 name: '{name}'
1845 id: verify_physical_voltha_patchset_auto
1846 description: |
1847 <!-- Managed by Jenkins Job Builder -->
1848 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
1849 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
1850 Created by Andy Bavier, andy@opennetworking.org <br />
1851 Copyright (c) 2019 Open Networking Foundation (ONF)
1852 sandbox: true
1853 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001854 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001855 build-node: 'tucson-pod'
1856 config-pod: 'tucson-pod'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001857 profile: 'Default'
Girish Gowdrad6868b02021-12-10 21:00:16 +05301858 oltDebVersionMaster: 'openolt_asfvolt16-3.6.2-602bf0a2b75e27e241cb73d7daf1e2c883539102-40G-NNI.deb'
Girish Gowdra69e3b7f2021-08-05 15:08:01 -07001859 oltDebVersionVoltha23: 'openolt_asfvolt16-3.4.9-e2a9597f3d690fe3a0ea0df244571dfc9e8c2833-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001860 volthaSystemTestsChange: ''
1861 volthaHelmChartsChange: ''
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001862 extraHelmFlags: ''
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001863
1864 properties:
1865 - cord-infra-properties:
1866 build-days-to-keep: '{build-days-to-keep}'
1867 artifact-num-to-keep: '{artifact-num-to-keep}'
1868
1869 <<: *voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -07001870
1871 project-type: pipeline
1872 concurrent: true
1873
1874 dsl: !include-raw-escape: pipeline/{pipeline-script}
1875
1876 triggers:
1877 - gerrit:
1878 server-name: '{gerrit-server-name}'
1879 dependency-jobs: '{dependency-jobs}'
1880 silent-start: false
1881 successful-message: "PASSED hardware test"
1882 failure-message: "FAILED hardware test"
1883 unstable-message: "UNSTABLE hardware test"
1884 trigger-on:
1885 - comment-added-event:
1886 approval-category: 'Code-Review'
1887 approval-value: '+2'
1888 projects:
1889 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001890 project-pattern: '^(voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-go)$'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001891 branches:
Andy Bavier37f6ea92020-04-03 11:13:35 -07001892 - branch-compare-type: REG_EXP
Matteo Scandoloec3ec8e2021-05-27 13:03:00 -07001893 branch-pattern: '{branch-pattern}'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001894
Andy Bavier51ba7e82019-12-17 11:01:01 -07001895- job-template:
1896 name: '{name}'
1897 id: verify_physical_voltha_patchset_manual
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001898 description: |
1899 <!-- Managed by Jenkins Job Builder -->
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001900 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
Andy Baviere9916452019-11-06 12:32:47 -07001901 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001902 Created by Andy Bavier, andy@opennetworking.org <br />
1903 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001904 sandbox: true
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001905 build-node: 'tucson-pod'
1906 config-pod: 'tucson-pod'
Girish Gowdrad6868b02021-12-10 21:00:16 +05301907 oltDebVersionMaster: 'openolt_asfvolt16-3.6.2-602bf0a2b75e27e241cb73d7daf1e2c883539102-40G-NNI.deb'
Girish Gowdra69e3b7f2021-08-05 15:08:01 -07001908 oltDebVersionVoltha23: 'openolt_asfvolt16-3.4.9-e2a9597f3d690fe3a0ea0df244571dfc9e8c2833-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001909 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001910 trigger-string: 'hardware test'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001911 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001912 volthaSystemTestsChange: ''
1913 volthaHelmChartsChange: ''
Matteo Scandolob6d80732021-05-05 14:06:42 -07001914 profile: 'Default'
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001915 extraHelmFlags: ''
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001916
1917 properties:
1918 - cord-infra-properties:
1919 build-days-to-keep: '{build-days-to-keep}'
1920 artifact-num-to-keep: '{artifact-num-to-keep}'
1921
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001922 <<: *voltha-physical-patchset-parameters
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001923
Andy Bavier8c11d462019-12-17 08:19:34 -07001924
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001925 project-type: pipeline
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001926 concurrent: true
1927
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001928 dsl: !include-raw-escape: pipeline/{pipeline-script}
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001929
Andy Bavier1f465592019-11-06 10:03:56 -07001930 triggers:
1931 - gerrit:
1932 server-name: '{gerrit-server-name}'
1933 dependency-jobs: '{dependency-jobs}'
1934 silent-start: false
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001935 successful-message: "PASSED {trigger-string}"
1936 failure-message: "FAILED {trigger-string}"
1937 unstable-message: "UNSTABLE {trigger-string}"
Andy Bavier1f465592019-11-06 10:03:56 -07001938 trigger-on:
1939 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001940 comment-contains-value: '^{trigger-string}$'
Scott Bakerda31d7b2020-01-08 16:35:52 -08001941 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001942 comment-contains-value: '^{trigger-string} with delay$'
Andy Bavier8c11d462019-12-17 08:19:34 -07001943 projects:
1944 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001945 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-api-server|voltha-system-tests|ofagent-py|ofagent-go|voltha-onos|kind-voltha|voltha-helm-charts)$'
Andy Bavier8c11d462019-12-17 08:19:34 -07001946 branches:
Andy Bavierfc3ca142020-03-27 13:44:25 -07001947 - branch-compare-type: REG_EXP
Matteo Scandoloec3ec8e2021-05-27 13:03:00 -07001948 branch-pattern: '{branch-pattern}'