Fix archive path for robot-report
[ci-management.git] / jjb / csit / csit.yaml
1 # Copyright (c) 2017 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14
15 - project:
16     name: csit
17     description: 'CSIT jenkins jobs.'
18     os:
19         - 'ubuntu1604'
20         - 'centos7'
21
22     jobs:
23         - 'csit-dpdk-perf-{stream}-{type}'
24         - 'csit-vpp-perf-{stream}-{type}'
25         - 'csit-vpp-functional-{stream}-{os}-virl'
26         - 'csit-vpp-verify-{stream_timed}-{os}-weekly'
27         - 'csit-vpp-verify-{stream_timed}-{os}-semiweekly'
28         - 'csit-vpp-verify-perf-master-nightly-all'
29         - 'csit-docs-merge-{stream_timed}'
30         - 'csit-docs-verify-{stream}'
31         - 'csit-report-merge-{stream}'
32         - 'csit-vpp-perf-trend-daily-master'
33         - 'csit-vpp-perf-trend-semi-weekly-master'
34         - 'csit-vpp-perf-check-{stream}'
35         - 'csit-vpp-perf-ndrchk-daily-master'
36         - 'csit-vpp-perf-verify-{stream}'
37         - 'csit-nsh_sfc-verify-perf-{stream}'
38         - 'csit-nsh_sfc-verify-func-{stream}-{os}-virl'
39         - 'csit-tldk-verify-func-{stream}-{os}-virl'
40
41     project: 'csit'
42     branch: 'master'
43     branch-id: 'oper'
44     build-artifact-num-to-keep: 10
45     type:
46         - all
47         - long
48     stream_timed:
49         - master:
50             branch: 'master'
51             branch-id: 'oper'
52         - '1707':
53             branch: 'rls1707'
54             branch-id: 'oper-rls1707'
55     stream:
56         - master:
57             branch: 'master'
58             branch-id: 'oper'
59         - '1606':
60             branch: 'rls1606'
61             branch-id: 'oper-rls1606'
62         - '1609':
63             branch: 'rls1609'
64             branch-id: 'oper-rls1609'
65         - '1701':
66             branch: 'rls1701'
67             branch-id: 'oper-rls1701'
68         - '1704':
69             branch: 'rls1704'
70             branch-id: 'oper-rls1704'
71         - '1707':
72             branch: 'rls1707'
73             branch-id: 'oper-rls1707'
74
75
76 - job-template:
77     name: 'csit-vpp-functional-{stream}-{os}-virl'
78
79     project-type: freestyle
80     node: '{os}-basebuild-4c-4g'
81     concurrent: true
82
83     logrotate:
84         daysToKeep: '{build-days-to-keep}'
85         numToKeep: '{build-num-to-keep}'
86         artifactDaysToKeep: '{build-artifact-days-to-keep}'
87         artifactNumToKeep: '{build-artifact-num-to-keep}'
88
89     parameters:
90         - project-parameter:
91             project: '{project}'
92         - gerrit-parameter:
93             branch: '{branch}'
94
95     scm:
96         - gerrit-trigger-scm:
97             credentials-id: 'jenkins-gerrit-credentials'
98             refspec: '$GERRIT_REFSPEC'
99             choosing-strategy: 'gerrit'
100
101     wrappers:
102        - fdio-infra-wrappers:
103             build-timeout: '{build-timeout}'
104
105     triggers:
106         - gerrit-trigger-patch-submitted:
107             name: '{project}'
108             branch: '{branch}'
109
110     builders:
111         - shell:
112             !include-raw-escape: include-raw-csit-vpp-functional-virl.sh
113
114     publishers:
115         - archive-artifacts:
116             artifacts: 'report.html, log.html, output.xml'
117             latest-only: false
118
119         - robot-report:
120             output-path: ''
121
122         - fdio-infra-shiplogs:
123             maven-version: 'mvn33-new'
124
125 - job-template:
126     name: 'csit-dpdk-perf-{stream}-{type}'
127
128     project-type: freestyle
129     node: 'ubuntu1604-basebuild-4c-4g'
130     concurrent: false
131
132     logrotate:
133         daysToKeep: '{build-days-to-keep}'
134         numToKeep: '{build-num-to-keep}'
135         artifactDaysToKeep: '{build-artifact-days-to-keep}'
136         artifactNumToKeep: '{build-artifact-num-to-keep}'
137
138     parameters:
139         - project-parameter:
140             project: '{project}'
141         - gerrit-parameter:
142             branch: '{branch}'
143         - type-parameter:
144             type: '{type}'
145
146     scm:
147         - gerrit-trigger-scm:
148             credentials-id: 'jenkins-gerrit-credentials'
149             refspec: '$GERRIT_REFSPEC'
150             choosing-strategy: 'gerrit'
151
152     wrappers:
153       - fdio-infra-wrappers-non-activity-timeout:
154           build-timeout: 30
155
156     triggers:
157         - gerrit-trigger-manually-triggered:
158             name: '{project}'
159             branch: '{branch}'
160             comment-trigger-value: 'verify-perf-dpdk-{type}'
161
162     builders:
163         - shell:
164             !include-raw-escape: jjb/csit/include-raw-csit-dpdk-perf-hw.sh
165
166     publishers:
167         - archive-artifacts:
168             artifacts: 'archive/*.*'
169             latest-only: false
170
171         - robot:
172             output-path: archive
173             other-files:
174               - '*.*'
175
176         - plot:
177             - title: '64B-1t1c-eth-l2xcbase-testpmd-ndrdisc'
178               group: 'RFC2544: Xconnect'
179               yaxis: 'Packets Per Second'
180               num-builds: '20'
181               keep-records: True
182               csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-1.csv'
183               series:
184                   - file: 'output_perf_data.xml'
185                     format: xml
186                     xpath-type: 'nodeset'
187                     xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "L2XCFWD")]'
188             - title: '64B-2t2c-eth-l2xcbase-testpmd-ndrdisc'
189               group: 'RFC2544: Xconnect'
190               yaxis: 'Packets Per Second'
191               num-builds: '20'
192               keep-records: True
193               csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-2.csv'
194               series:
195                   - file: 'output_perf_data.xml'
196                     format: xml
197                     xpath-type: 'nodeset'
198                     xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "L2XCFWD")]'
199             - title: '64B-4t4c-eth-l2xcbase-testpmd-ndrdisc'
200               group: 'RFC2544: Xconnect'
201               yaxis: 'Packets Per Second'
202               num-builds: '20'
203               keep-records: True
204               csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-3.csv'
205               series:
206                   - file: 'output_perf_data.xml'
207                     format: xml
208                     xpath-type: 'nodeset'
209                     xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "L2XCFWD")]'
210             - title: '64B-1t1c-eth-l2xcbase-testpmd-pdrdisc'
211               group: 'RFC2544: Xconnect'
212               yaxis: 'Packets Per Second'
213               num-builds: '20'
214               keep-records: True
215               csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-4.csv'
216               series:
217                   - file: 'output_perf_data.xml'
218                     format: xml
219                     xpath-type: 'nodeset'
220                     xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "L2XCFWD")]'
221             - title: '64B-2t2c-eth-l2xcbase-testpmd-pdrdisc'
222               group: 'RFC2544: Xconnect'
223               yaxis: 'Packets Per Second'
224               num-builds: '20'
225               keep-records: True
226               csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-5.csv'
227               series:
228                   - file: 'output_perf_data.xml'
229                     format: xml
230                     xpath-type: 'nodeset'
231                     xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "L2XCFWD")]'
232             - title: '64B-4t4c-eth-l2xcbase-testpmd-pdrdisc'
233               group: 'RFC2544: Xconnect'
234               yaxis: 'Packets Per Second'
235               num-builds: '20'
236               keep-records: True
237               csv-file-name: 'csit-dpdk-perf-{stream}-{type}-l2-6.csv'
238               series:
239                   - file: 'output_perf_data.xml'
240                     format: xml
241                     xpath-type: 'nodeset'
242                     xpath: '//*[@framesize="64B" and contains(@tags, "DPDK") and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "L2XCFWD")]'
243
244         - fdio-infra-shiplogs:
245             maven-version: 'mvn33-new'
246
247 - job-template:
248     name: 'csit-vpp-perf-{stream}-{type}'
249
250     project-type: freestyle
251     node: 'ubuntu1604-basebuild-4c-4g'
252     concurrent: true
253
254     logrotate:
255         daysToKeep: '{build-days-to-keep}'
256         numToKeep: '{build-num-to-keep}'
257         artifactDaysToKeep: '{build-artifact-days-to-keep}'
258         artifactNumToKeep: '{build-artifact-num-to-keep}'
259
260     parameters:
261         - project-parameter:
262             project: '{project}'
263         - gerrit-parameter:
264             branch: '{branch}'
265         - type-parameter:
266             type: '{type}'
267
268     scm:
269         - gerrit-trigger-scm:
270             credentials-id: 'jenkins-gerrit-credentials'
271             refspec: '$GERRIT_REFSPEC'
272             choosing-strategy: 'gerrit'
273
274     wrappers:
275       - fdio-infra-wrappers-non-activity-timeout:
276           build-timeout: 30
277
278     triggers:
279         - gerrit-trigger-manually-triggered:
280             name: '{project}'
281             branch: '{branch}'
282             comment-trigger-value: 'verify-perf-{type}'
283
284     builders:
285         - shell:
286             !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-hw.sh
287
288     publishers:
289         - archive-artifacts:
290             artifacts: 'archive/*.*'
291             latest-only: false
292
293         - robot:
294             output-path: archive
295             other-files:
296               - '*.*'
297
298         - plot:
299             - title: '64B-1t1c-eth-l2*-ndrdisc'
300               group: 'RFC2544: Xconnect and Bridge Domain'
301               yaxis: 'Packets Per Second'
302               num-builds: '20'
303               keep-records: True
304               csv-file-name: 'csit-vpp-perf-{stream}-{type}-l2-1.csv'
305               series:
306                   - file: 'output_perf_data.xml'
307                     format: xml
308                     xpath-type: 'nodeset'
309                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
310             - title: '64B-2t2c-eth-l2*-ndrdisc'
311               group: 'RFC2544: Xconnect and Bridge Domain'
312               yaxis: 'Packets Per Second'
313               num-builds: '20'
314               keep-records: True
315               csv-file-name: 'csit-vpp-perf-{stream}-{type}-l2-2.csv'
316               series:
317                   - file: 'output_perf_data.xml'
318                     format: xml
319                     xpath-type: 'nodeset'
320                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
321             - title: '64B-4t4c-eth-l2*-ndrdisc'
322               group: 'RFC2544: Xconnect and Bridge Domain'
323               yaxis: 'Packets Per Second'
324               num-builds: '20'
325               keep-records: True
326               csv-file-name: 'csit-vpp-perf-{stream}-{type}-l2-3.csv'
327               series:
328                   - file: 'output_perf_data.xml'
329                     format: xml
330                     xpath-type: 'nodeset'
331                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
332             - title: '64B-1t1c-eth-l2*-pdrdisc'
333               group: 'RFC2544: Xconnect and Bridge Domain'
334               yaxis: 'Packets Per Second'
335               num-builds: '20'
336               keep-records: True
337               csv-file-name: 'csit-vpp-perf-{stream}-{type}-l2-4.csv'
338               series:
339                   - file: 'output_perf_data.xml'
340                     format: xml
341                     xpath-type: 'nodeset'
342                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
343             - title: '64B-2t2c-eth-l2*-pdrdisc'
344               group: 'RFC2544: Xconnect and Bridge Domain'
345               yaxis: 'Packets Per Second'
346               num-builds: '20'
347               keep-records: True
348               csv-file-name: 'csit-vpp-perf-{stream}-{type}-l2-5.csv'
349               series:
350                   - file: 'output_perf_data.xml'
351                     format: xml
352                     xpath-type: 'nodeset'
353                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
354             - title: '64B-4t4c-eth-l2*-pdrdisc'
355               group: 'RFC2544: Xconnect and Bridge Domain'
356               yaxis: 'Packets Per Second'
357               num-builds: '20'
358               keep-records: True
359               csv-file-name: 'csit-vpp-perf-{stream}-{type}-l2-6.csv'
360               series:
361                   - file: 'output_perf_data.xml'
362                     format: xml
363                     xpath-type: 'nodeset'
364                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
365
366             - title: '64B-1t1c-ethip4-ip4*-ndrdisc'
367               group: 'RFC2544: IPv4 base, scale, feature'
368               yaxis: 'Packets Per Second'
369               num-builds: '20'
370               keep-records: True
371               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv4-1.csv'
372               series:
373                   - file: 'output_perf_data.xml'
374                     format: xml
375                     xpath-type: 'nodeset'
376                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP4FWD")]'
377             - title: '64B-2t2c-ethip4-ip4*-ndrdisc'
378               group: 'RFC2544: IPv4 base, scale, feature'
379               yaxis: 'Packets Per Second'
380               num-builds: '20'
381               keep-records: True
382               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv4-2.csv'
383               series:
384                   - file: 'output_perf_data.xml'
385                     format: xml
386                     xpath-type: 'nodeset'
387                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP4FWD")]'
388             - title: '64B-4t4c-ethip4-ip4*-ndrdisc'
389               group: 'RFC2544: IPv4 base, scale, feature'
390               yaxis: 'Packets Per Second'
391               num-builds: '20'
392               keep-records: True
393               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv4-3.csv'
394               series:
395                   - file: 'output_perf_data.xml'
396                     format: xml
397                     xpath-type: 'nodeset'
398                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IP4FWD")]'
399             - title: '64B-1t1c-ethip4-ip4*-pdrdisc'
400               group: 'RFC2544: IPv4 base, scale, feature'
401               yaxis: 'Packets Per Second'
402               num-builds: '20'
403               keep-records: True
404               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv4-4.csv'
405               series:
406                   - file: 'output_perf_data.xml'
407                     format: xml
408                     xpath-type: 'nodeset'
409                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IP4FWD")]'
410             - title: '64B-2t2c-ethip4-ip4*-pdrdisc'
411               group: 'RFC2544: IPv4 base, scale, feature'
412               yaxis: 'Packets Per Second'
413               num-builds: '20'
414               keep-records: True
415               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv4-5.csv'
416               series:
417                   - file: 'output_perf_data.xml'
418                     format: xml
419                     xpath-type: 'nodeset'
420                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IP4FWD")]'
421             - title: '64B-4t4c-ethip4-ip4*-pdrdisc'
422               group: 'RFC2544: IPv4 base, scale, feature'
423               yaxis: 'Packets Per Second'
424               num-builds: '20'
425               keep-records: True
426               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv4-6.csv'
427               series:
428                   - file: 'output_perf_data.xml'
429                     format: xml
430                     xpath-type: 'nodeset'
431                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IP4FWD")]'
432
433             - title: '78B-1t1c-ethip6-ip6*-ndrdisc'
434               group: 'RFC2544: IPv6 base, scale, feature'
435               yaxis: 'Packets Per Second'
436               num-builds: '20'
437               keep-records: True
438               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv6-1.csv'
439               series:
440                   - file: 'output_perf_data.xml'
441                     format: xml
442                     xpath-type: 'nodeset'
443                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP6FWD")]'
444             - title: '78B-2t2c-ethip6-ip6*-ndrdisc'
445               group: 'RFC2544: IPv6 base, scale, feature'
446               yaxis: 'Packets Per Second'
447               num-builds: '20'
448               keep-records: True
449               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv6-2.csv'
450               series:
451                   - file: 'output_perf_data.xml'
452                     format: xml
453                     xpath-type: 'nodeset'
454                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP6FWD")]'
455             - title: '78B-4t4c-ethip6-ip6*-ndrdisc'
456               group: 'RFC2544: IPv6 base, scale, feature'
457               yaxis: 'Packets Per Second'
458               num-builds: '20'
459               keep-records: True
460               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv6-3.csv'
461               series:
462                   - file: 'output_perf_data.xml'
463                     format: xml
464                     xpath-type: 'nodeset'
465                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IP6FWD")]'
466             - title: '78B-1t1c-ethip6-ip6*-pdrdisc'
467               group: 'RFC2544: IPv6 base, scale, feature'
468               yaxis: 'Packets Per Second'
469               num-builds: '20'
470               keep-records: True
471               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv6-4.csv'
472               series:
473                   - file: 'output_perf_data.xml'
474                     format: xml
475                     xpath-type: 'nodeset'
476                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IP6FWD")]'
477             - title: '78B-2t2c-ethip6-ip6*-pdrdisc'
478               group: 'RFC2544: IPv6 base, scale, feature'
479               yaxis: 'Packets Per Second'
480               num-builds: '20'
481               keep-records: True
482               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv6-5.csv'
483               series:
484                   - file: 'output_perf_data.xml'
485                     format: xml
486                     xpath-type: 'nodeset'
487                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IP6FWD")]'
488             - title: '78B-4t4c-ethip6-ip6*-pdrdisc'
489               group: 'RFC2544: IPv6 base, scale, feature'
490               yaxis: 'Packets Per Second'
491               num-builds: '20'
492               keep-records: True
493               csv-file-name: 'csit-vpp-perf-{stream}-{type}-ipv6-6.csv'
494               series:
495                   - file: 'output_perf_data.xml'
496                     format: xml
497                     xpath-type: 'nodeset'
498                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IP6FWD")]'
499
500             - title: '64B-1t1c-ethip4*-ndrdisc'
501               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
502               yaxis: 'Packets Per Second'
503               num-builds: '20'
504               keep-records: True
505               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-1.csv'
506               series:
507                   - file: 'output_perf_data.xml'
508                     format: xml
509                     xpath-type: 'nodeset'
510                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
511             - title: '64B-2t2c-ethip4*-ndrdisc'
512               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
513               yaxis: 'Packets Per Second'
514               num-builds: '20'
515               keep-records: True
516               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-2.csv'
517               series:
518                   - file: 'output_perf_data.xml'
519                     format: xml
520                     xpath-type: 'nodeset'
521                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
522             - title: '64B-4t4c-ethip4*-ndrdisc'
523               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
524               yaxis: 'Packets Per Second'
525               num-builds: '20'
526               keep-records: True
527               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-3.csv'
528               series:
529                   - file: 'output_perf_data.xml'
530                     format: xml
531                     xpath-type: 'nodeset'
532                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
533             - title: '64B-1t1c-ethip4*-pdrdisc'
534               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
535               yaxis: 'Packets Per Second'
536               num-builds: '20'
537               keep-records: True
538               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-4.csv'
539               series:
540                   - file: 'output_perf_data.xml'
541                     format: xml
542                     xpath-type: 'nodeset'
543                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
544             - title: '64B-2t2c-ethip4*-pdrdisc'
545               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
546               yaxis: 'Packets Per Second'
547               num-builds: '20'
548               keep-records: True
549               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-5.csv'
550               series:
551                   - file: 'output_perf_data.xml'
552                     format: xml
553                     xpath-type: 'nodeset'
554                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
555             - title: '64B-4t4c-ethip4*-pdrdisc'
556               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
557               yaxis: 'Packets Per Second'
558               num-builds: '20'
559               keep-records: True
560               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-6.csv'
561               series:
562                   - file: 'output_perf_data.xml'
563                     format: xml
564                     xpath-type: 'nodeset'
565                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
566             - title: '78B-1t1c-ethip6*-ndrdisc'
567               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
568               yaxis: 'Packets Per Second'
569               num-builds: '20'
570               keep-records: True
571               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-7.csv'
572               series:
573                   - file: 'output_perf_data.xml'
574                     format: xml
575                     xpath-type: 'nodeset'
576                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
577             - title: '78B-2t2c-ethip6*-ndrdisc'
578               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
579               yaxis: 'Packets Per Second'
580               num-builds: '20'
581               keep-records: True
582               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-8.csv'
583               series:
584                   - file: 'output_perf_data.xml'
585                     format: xml
586                     xpath-type: 'nodeset'
587                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
588             - title: '78B-4t4c-ethip6*-ndrdisc'
589               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
590               yaxis: 'Packets Per Second'
591               num-builds: '20'
592               keep-records: True
593               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-9.csv'
594               series:
595                   - file: 'output_perf_data.xml'
596                     format: xml
597                     xpath-type: 'nodeset'
598                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
599             - title: '78B-1t1c-ethip6*-pdrdisc'
600               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
601               yaxis: 'Packets Per Second'
602               num-builds: '20'
603               keep-records: True
604               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-10.csv'
605               series:
606                   - file: 'output_perf_data.xml'
607                     format: xml
608                     xpath-type: 'nodeset'
609                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
610             - title: '78B-2t2c-ethip6*-pdrdisc'
611               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
612               yaxis: 'Packets Per Second'
613               num-builds: '20'
614               keep-records: True
615               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-11.csv'
616               series:
617                   - file: 'output_perf_data.xml'
618                     format: xml
619                     xpath-type: 'nodeset'
620                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
621             - title: '78B-4t4c-ethip6*-pdrdisc'
622               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
623               yaxis: 'Packets Per Second'
624               num-builds: '20'
625               keep-records: True
626               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-12.csv'
627               series:
628                   - file: 'output_perf_data.xml'
629                     format: xml
630                     xpath-type: 'nodeset'
631                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
632
633             - title: '64B-1t1c-ethip4*-ndrdisc'
634               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
635               yaxis: 'Packets Per Second'
636               num-builds: '20'
637               keep-records: True
638               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-1.csv'
639               series:
640                   - file: 'output_perf_data.xml'
641                     format: xml
642                     xpath-type: 'nodeset'
643                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
644             - title: '64B-2t2c-ethip4*-ndrdisc'
645               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
646               yaxis: 'Packets Per Second'
647               num-builds: '20'
648               keep-records: True
649               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-2.csv'
650               series:
651                   - file: 'output_perf_data.xml'
652                     format: xml
653                     xpath-type: 'nodeset'
654                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
655             - title: '64B-4t4c-ethip4*-ndrdisc'
656               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
657               yaxis: 'Packets Per Second'
658               num-builds: '20'
659               keep-records: True
660               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-3.csv'
661               series:
662                   - file: 'output_perf_data.xml'
663                     format: xml
664                     xpath-type: 'nodeset'
665                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
666             - title: '64B-1t1c-ethip4*-pdrdisc'
667               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
668               yaxis: 'Packets Per Second'
669               num-builds: '20'
670               keep-records: True
671               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-4.csv'
672               series:
673                   - file: 'output_perf_data.xml'
674                     format: xml
675                     xpath-type: 'nodeset'
676                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
677             - title: '64B-2t2c-ethip4*-pdrdisc'
678               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
679               yaxis: 'Packets Per Second'
680               num-builds: '20'
681               keep-records: True
682               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-5.csv'
683               series:
684                   - file: 'output_perf_data.xml'
685                     format: xml
686                     xpath-type: 'nodeset'
687                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
688             - title: '64B-4t4c-ethip4*-pdrdisc'
689               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
690               yaxis: 'Packets Per Second'
691               num-builds: '20'
692               keep-records: True
693               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-6.csv'
694               series:
695                   - file: 'output_perf_data.xml'
696                     format: xml
697                     xpath-type: 'nodeset'
698                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
699             - title: '78B-1t1c-ethip6*-ndrdisc'
700               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
701               yaxis: 'Packets Per Second'
702               num-builds: '20'
703               keep-records: True
704               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-7.csv'
705               series:
706                   - file: 'output_perf_data.xml'
707                     format: xml
708                     xpath-type: 'nodeset'
709                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
710             - title: '78B-2t2c-ethip6*-ndrdisc'
711               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
712               yaxis: 'Packets Per Second'
713               num-builds: '20'
714               keep-records: True
715               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-8.csv'
716               series:
717                   - file: 'output_perf_data.xml'
718                     format: xml
719                     xpath-type: 'nodeset'
720                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
721             - title: '78B-4t4c-ethip6*-ndrdisc'
722               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
723               yaxis: 'Packets Per Second'
724               num-builds: '20'
725               keep-records: True
726               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-9.csv'
727               series:
728                   - file: 'output_perf_data.xml'
729                     format: xml
730                     xpath-type: 'nodeset'
731                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
732             - title: '78B-1t1c-ethip6*-pdrdisc'
733               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
734               yaxis: 'Packets Per Second'
735               num-builds: '20'
736               keep-records: True
737               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-10.csv'
738               series:
739                   - file: 'output_perf_data.xml'
740                     format: xml
741                     xpath-type: 'nodeset'
742                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
743             - title: '78B-2t2c-ethip6*-pdrdisc'
744               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
745               yaxis: 'Packets Per Second'
746               num-builds: '20'
747               keep-records: True
748               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-11.csv'
749               series:
750                   - file: 'output_perf_data.xml'
751                     format: xml
752                     xpath-type: 'nodeset'
753                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
754             - title: '78B-4t4c-ethip6*-pdrdisc'
755               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
756               yaxis: 'Packets Per Second'
757               num-builds: '20'
758               keep-records: True
759               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-sw-12.csv'
760               series:
761                   - file: 'output_perf_data.xml'
762                     format: xml
763                     xpath-type: 'nodeset'
764                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
765
766             - title: '64B-1t1c-ethip4*-ndrdisc'
767               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
768               yaxis: 'Packets Per Second'
769               num-builds: '20'
770               keep-records: True
771               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-1.csv'
772               series:
773                   - file: 'output_perf_data.xml'
774                     format: xml
775                     xpath-type: 'nodeset'
776                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
777             - title: '64B-2t2c-ethip4*-ndrdisc'
778               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
779               yaxis: 'Packets Per Second'
780               num-builds: '20'
781               keep-records: True
782               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-2.csv'
783               series:
784                   - file: 'output_perf_data.xml'
785                     format: xml
786                     xpath-type: 'nodeset'
787                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
788             - title: '64B-4t4c-ethip4*-ndrdisc'
789               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
790               yaxis: 'Packets Per Second'
791               num-builds: '20'
792               keep-records: True
793               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-3.csv'
794               series:
795                   - file: 'output_perf_data.xml'
796                     format: xml
797                     xpath-type: 'nodeset'
798                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
799             - title: '64B-1t1c-ethip4*-pdrdisc'
800               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
801               yaxis: 'Packets Per Second'
802               num-builds: '20'
803               keep-records: True
804               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-4.csv'
805               series:
806                   - file: 'output_perf_data.xml'
807                     format: xml
808                     xpath-type: 'nodeset'
809                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
810             - title: '64B-2t2c-ethip4*-pdrdisc'
811               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
812               yaxis: 'Packets Per Second'
813               num-builds: '20'
814               keep-records: True
815               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-5.csv'
816               series:
817                   - file: 'output_perf_data.xml'
818                     format: xml
819                     xpath-type: 'nodeset'
820                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
821             - title: '64B-4t4c-ethip4*-pdrdisc'
822               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
823               yaxis: 'Packets Per Second'
824               num-builds: '20'
825               keep-records: True
826               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-6.csv'
827               series:
828                   - file: 'output_perf_data.xml'
829                     format: xml
830                     xpath-type: 'nodeset'
831                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
832             - title: '78B-1t1c-ethip6*-ndrdisc'
833               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
834               yaxis: 'Packets Per Second'
835               num-builds: '20'
836               keep-records: True
837               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-7.csv'
838               series:
839                   - file: 'output_perf_data.xml'
840                     format: xml
841                     xpath-type: 'nodeset'
842                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
843             - title: '78B-2t2c-ethip6*-ndrdisc'
844               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
845               yaxis: 'Packets Per Second'
846               num-builds: '20'
847               keep-records: True
848               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-8.csv'
849               series:
850                   - file: 'output_perf_data.xml'
851                     format: xml
852                     xpath-type: 'nodeset'
853                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
854             - title: '78B-4t4c-ethip6*-ndrdisc'
855               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
856               yaxis: 'Packets Per Second'
857               num-builds: '20'
858               keep-records: True
859               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-9.csv'
860               series:
861                   - file: 'output_perf_data.xml'
862                     format: xml
863                     xpath-type: 'nodeset'
864                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
865             - title: '78B-1t1c-ethip6*-pdrdisc'
866               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
867               yaxis: 'Packets Per Second'
868               num-builds: '20'
869               keep-records: True
870               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-10.csv'
871               series:
872                   - file: 'output_perf_data.xml'
873                     format: xml
874                     xpath-type: 'nodeset'
875                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
876             - title: '78B-2t2c-ethip6*-pdrdisc'
877               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
878               yaxis: 'Packets Per Second'
879               num-builds: '20'
880               keep-records: True
881               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-11.csv'
882               series:
883                   - file: 'output_perf_data.xml'
884                     format: xml
885                     xpath-type: 'nodeset'
886                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
887             - title: '78B-4t4c-ethip6*-pdrdisc'
888               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
889               yaxis: 'Packets Per Second'
890               num-builds: '20'
891               keep-records: True
892               csv-file-name: 'csit-vpp-perf-{stream}-{type}-crypto-hw-12.csv'
893               series:
894                   - file: 'output_perf_data.xml'
895                     format: xml
896                     xpath-type: 'nodeset'
897                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
898
899             - title: '64B-1t1c-ethip4*-ndrdisc'
900               group: 'RFC2544: Overlay tunnels with crypto in software'
901               yaxis: 'Packets Per Second'
902               num-builds: '20'
903               keep-records: True
904               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-1.csv'
905               series:
906                   - file: 'output_perf_data.xml'
907                     format: xml
908                     xpath-type: 'nodeset'
909                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
910             - title: '64B-2t2c-ethip4*-ndrdisc'
911               group: 'RFC2544: Overlay tunnels with crypto in software'
912               yaxis: 'Packets Per Second'
913               num-builds: '20'
914               keep-records: True
915               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-2.csv'
916               series:
917                   - file: 'output_perf_data.xml'
918                     format: xml
919                     xpath-type: 'nodeset'
920                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
921             - title: '64B-4t4c-ethip4*-ndrdisc'
922               group: 'RFC2544: Overlay tunnels with crypto in software'
923               yaxis: 'Packets Per Second'
924               num-builds: '20'
925               keep-records: True
926               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-3.csv'
927               series:
928                   - file: 'output_perf_data.xml'
929                     format: xml
930                     xpath-type: 'nodeset'
931                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
932             - title: '64B-1t1c-ethip4*-pdrdisc'
933               group: 'RFC2544: Overlay tunnels with crypto in software'
934               yaxis: 'Packets Per Second'
935               num-builds: '20'
936               keep-records: True
937               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-4.csv'
938               series:
939                   - file: 'output_perf_data.xml'
940                     format: xml
941                     xpath-type: 'nodeset'
942                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
943             - title: '64B-2t2c-ethip4*-pdrdisc'
944               group: 'RFC2544: Overlay tunnels with crypto in software'
945               yaxis: 'Packets Per Second'
946               num-builds: '20'
947               keep-records: True
948               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-5.csv'
949               series:
950                   - file: 'output_perf_data.xml'
951                     format: xml
952                     xpath-type: 'nodeset'
953                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
954             - title: '64B-4t4c-ethip4*-pdrdisc'
955               group: 'RFC2544: Overlay tunnels with crypto in software'
956               yaxis: 'Packets Per Second'
957               num-builds: '20'
958               keep-records: True
959               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-6.csv'
960               series:
961                   - file: 'output_perf_data.xml'
962                     format: xml
963                     xpath-type: 'nodeset'
964                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
965             - title: '78B-1t1c-ethip6*-ndrdisc'
966               group: 'RFC2544: Overlay tunnels with crypto in software'
967               yaxis: 'Packets Per Second'
968               num-builds: '20'
969               keep-records: True
970               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-7.csv'
971               series:
972                   - file: 'output_perf_data.xml'
973                     format: xml
974                     xpath-type: 'nodeset'
975                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
976             - title: '78B-2t2c-ethip6*-ndrdisc'
977               group: 'RFC2544: Overlay tunnels with crypto in software'
978               yaxis: 'Packets Per Second'
979               num-builds: '20'
980               keep-records: True
981               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-8.csv'
982               series:
983                   - file: 'output_perf_data.xml'
984                     format: xml
985                     xpath-type: 'nodeset'
986                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
987             - title: '78B-4t4c-ethip6*-ndrdisc'
988               group: 'RFC2544: Overlay tunnels with crypto in software'
989               yaxis: 'Packets Per Second'
990               num-builds: '20'
991               keep-records: True
992               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-9.csv'
993               series:
994                   - file: 'output_perf_data.xml'
995                     format: xml
996                     xpath-type: 'nodeset'
997                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
998             - title: '78B-1t1c-ethip6*-pdrdisc'
999               group: 'RFC2544: Overlay tunnels with crypto in software'
1000               yaxis: 'Packets Per Second'
1001               num-builds: '20'
1002               keep-records: True
1003               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-10.csv'
1004               series:
1005                   - file: 'output_perf_data.xml'
1006                     format: xml
1007                     xpath-type: 'nodeset'
1008                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1009             - title: '78B-2t2c-ethip6*-pdrdisc'
1010               group: 'RFC2544: Overlay tunnels with crypto in software'
1011               yaxis: 'Packets Per Second'
1012               num-builds: '20'
1013               keep-records: True
1014               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-11.csv'
1015               series:
1016                   - file: 'output_perf_data.xml'
1017                     format: xml
1018                     xpath-type: 'nodeset'
1019                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1020             - title: '78B-4t4c-ethip6*-pdrdisc'
1021               group: 'RFC2544: Overlay tunnels with crypto in software'
1022               yaxis: 'Packets Per Second'
1023               num-builds: '20'
1024               keep-records: True
1025               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-sw-12.csv'
1026               series:
1027                   - file: 'output_perf_data.xml'
1028                     format: xml
1029                     xpath-type: 'nodeset'
1030                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1031
1032             - title: '64B-1t1c-ethip4*-ndrdisc'
1033               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1034               yaxis: 'Packets Per Second'
1035               num-builds: '20'
1036               keep-records: True
1037               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-1.csv'
1038               series:
1039                   - file: 'output_perf_data.xml'
1040                     format: xml
1041                     xpath-type: 'nodeset'
1042                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1043             - title: '64B-2t2c-ethip4*-ndrdisc'
1044               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1045               yaxis: 'Packets Per Second'
1046               num-builds: '20'
1047               keep-records: True
1048               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-2.csv'
1049               series:
1050                   - file: 'output_perf_data.xml'
1051                     format: xml
1052                     xpath-type: 'nodeset'
1053                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1054             - title: '64B-4t4c-ethip4*-ndrdisc'
1055               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1056               yaxis: 'Packets Per Second'
1057               num-builds: '20'
1058               keep-records: True
1059               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-3.csv'
1060               series:
1061                   - file: 'output_perf_data.xml'
1062                     format: xml
1063                     xpath-type: 'nodeset'
1064                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1065             - title: '64B-1t1c-ethip4*-pdrdisc'
1066               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1067               yaxis: 'Packets Per Second'
1068               num-builds: '20'
1069               keep-records: True
1070               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-4.csv'
1071               series:
1072                   - file: 'output_perf_data.xml'
1073                     format: xml
1074                     xpath-type: 'nodeset'
1075                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1076             - title: '64B-2t2c-ethip4*-pdrdisc'
1077               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1078               yaxis: 'Packets Per Second'
1079               num-builds: '20'
1080               keep-records: True
1081               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-5.csv'
1082               series:
1083                   - file: 'output_perf_data.xml'
1084                     format: xml
1085                     xpath-type: 'nodeset'
1086                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1087             - title: '64B-4t4c-ethip4*-pdrdisc'
1088               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1089               yaxis: 'Packets Per Second'
1090               num-builds: '20'
1091               keep-records: True
1092               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-6.csv'
1093               series:
1094                   - file: 'output_perf_data.xml'
1095                     format: xml
1096                     xpath-type: 'nodeset'
1097                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1098             - title: '78B-1t1c-ethip6*-ndrdisc'
1099               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1100               yaxis: 'Packets Per Second'
1101               num-builds: '20'
1102               keep-records: True
1103               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-7.csv'
1104               series:
1105                   - file: 'output_perf_data.xml'
1106                     format: xml
1107                     xpath-type: 'nodeset'
1108                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1109             - title: '78B-2t2c-ethip6*-ndrdisc'
1110               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1111               yaxis: 'Packets Per Second'
1112               num-builds: '20'
1113               keep-records: True
1114               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-8.csv'
1115               series:
1116                   - file: 'output_perf_data.xml'
1117                     format: xml
1118                     xpath-type: 'nodeset'
1119                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1120             - title: '78B-4t4c-ethip6*-ndrdisc'
1121               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1122               yaxis: 'Packets Per Second'
1123               num-builds: '20'
1124               keep-records: True
1125               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-9.csv'
1126               series:
1127                   - file: 'output_perf_data.xml'
1128                     format: xml
1129                     xpath-type: 'nodeset'
1130                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1131             - title: '78B-1t1c-ethip6*-pdrdisc'
1132               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1133               yaxis: 'Packets Per Second'
1134               num-builds: '20'
1135               keep-records: True
1136               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-10.csv'
1137               series:
1138                   - file: 'output_perf_data.xml'
1139                     format: xml
1140                     xpath-type: 'nodeset'
1141                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1142             - title: '78B-2t2c-ethip6*-pdrdisc'
1143               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1144               yaxis: 'Packets Per Second'
1145               num-builds: '20'
1146               keep-records: True
1147               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-11.csv'
1148               series:
1149                   - file: 'output_perf_data.xml'
1150                     format: xml
1151                     xpath-type: 'nodeset'
1152                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1153             - title: '78B-4t4c-ethip6*-pdrdisc'
1154               group: 'RFC2544: Overlay tunnels with crypto in hardware'
1155               yaxis: 'Packets Per Second'
1156               num-builds: '20'
1157               keep-records: True
1158               csv-file-name: 'csit-vpp-perf-{stream}-{type}-encap-crypto-hw-12.csv'
1159               series:
1160                   - file: 'output_perf_data.xml'
1161                     format: xml
1162                     xpath-type: 'nodeset'
1163                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1164
1165             - title: '64B-1t1c-*-vhost-*-ndrdisc'
1166               group: 'RFC2544: vhost-user'
1167               yaxis: 'Packets Per Second'
1168               num-builds: '20'
1169               keep-records: True
1170               csv-file-name: 'csit-vpp-perf-{stream}-{type}-vhost-1.csv'
1171               series:
1172                   - file: 'output_perf_data.xml'
1173                     format: xml
1174                     xpath-type: 'nodeset'
1175                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
1176             - title: '64B-2t2c-*-vhost-*-ndrdisc'
1177               group: 'RFC2544: vhost-user'
1178               yaxis: 'Packets Per Second'
1179               num-builds: '20'
1180               keep-records: True
1181               csv-file-name: 'csit-vpp-perf-{stream}-{type}-vhost-2.csv'
1182               series:
1183                   - file: 'output_perf_data.xml'
1184                     format: xml
1185                     xpath-type: 'nodeset'
1186                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
1187             - title: '64B-4t4c-*-vhost-*-ndrdisc'
1188               group: 'RFC2544: vhost-user'
1189               yaxis: 'Packets Per Second'
1190               num-builds: '20'
1191               keep-records: True
1192               csv-file-name: 'csit-vpp-perf-{stream}-{type}-vhost-3.csv'
1193               series:
1194                   - file: 'output_perf_data.xml'
1195                     format: xml
1196                     xpath-type: 'nodeset'
1197                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
1198             - title: '64B-1t1c-*-vhost-*-pdrdisc'
1199               group: 'RFC2544: vhost-user'
1200               yaxis: 'Packets Per Second'
1201               num-builds: '20'
1202               keep-records: True
1203               csv-file-name: 'csit-vpp-perf-{stream}-{type}-vhost-4.csv'
1204               series:
1205                   - file: 'output_perf_data.xml'
1206                     format: xml
1207                     xpath-type: 'nodeset'
1208                     xpath: '//*[@framesize="64B" and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
1209             - title: '64B-2t2c-*-vhost-*-pdrdisc'
1210               group: 'RFC2544: vhost-user'
1211               yaxis: 'Packets Per Second'
1212               num-builds: '20'
1213               keep-records: True
1214               csv-file-name: 'csit-vpp-perf-{stream}-{type}-vhost-5.csv'
1215               series:
1216                   - file: 'output_perf_data.xml'
1217                     format: xml
1218                     xpath-type: 'nodeset'
1219                     xpath: '//*[@framesize="64B" and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
1220             - title: '64B-4t4c-*-vhost-*-pdrdisc'
1221               group: 'RFC2544: vhost-user'
1222               yaxis: 'Packets Per Second'
1223               num-builds: '20'
1224               keep-records: True
1225               csv-file-name: 'csit-vpp-perf-{stream}-{type}-vhost-6.csv'
1226               series:
1227                   - file: 'output_perf_data.xml'
1228                     format: xml
1229                     xpath-type: 'nodeset'
1230                     xpath: '//*[@framesize="64B" and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
1231
1232         - fdio-infra-shiplogs:
1233             maven-version: 'mvn33-new'
1234
1235 - job-template:
1236     name: 'csit-vpp-verify-{stream_timed}-{os}-weekly'
1237     description: 'Purpose of this job is to validate CSIT code of corresponding branch against verified vpp build from corresponding branch.'
1238
1239     project-type: freestyle
1240     node: '{os}-basebuild-4c-4g'
1241     concurrent: false
1242
1243     logrotate:
1244         daysToKeep: '{build-days-to-keep}'
1245         numToKeep: '{build-num-to-keep}'
1246         artifactDaysToKeep: '{build-artifact-days-to-keep}'
1247         artifactNumToKeep: '{build-artifact-num-to-keep}'
1248
1249     parameters:
1250         - project-parameter:
1251             project: '{project}'
1252         - gerrit-parameter:
1253             branch: '{branch}'
1254
1255     scm:
1256         - git-scm:
1257             credentials-id: 'jenkins-gerrit-credentials'
1258             branch: '{branch}'
1259
1260     wrappers:
1261         - fdio-infra-wrappers:
1262             build-timeout: '600'
1263
1264     triggers:
1265         - timed: '0 4 * * 0'
1266
1267         - gerrit-trigger-manually-triggered:
1268             comment-trigger-value: 'csit-vpp-ref-verify'
1269             name: '{project}'
1270             branch: '{branch}'
1271
1272     builders:
1273         - shell:
1274             !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-weekly.sh
1275
1276     publishers:
1277         - archive-artifacts:
1278             artifacts: 'report.html, log.html, output.xml'
1279             latest-only: false
1280
1281         - robot-report:
1282             output-path: ''
1283
1284         - fdio-infra-shiplogs:
1285             maven-version: 'mvn33-new'
1286
1287 - job-template:
1288     name: 'csit-vpp-verify-{stream_timed}-{os}-semiweekly'
1289     description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.'
1290
1291     project-type: freestyle
1292     node: '{os}-basebuild-4c-4g'
1293     concurrent: false
1294
1295     logrotate:
1296         daysToKeep: '{build-days-to-keep}'
1297         numToKeep: '{build-num-to-keep}'
1298         artifactDaysToKeep: '{build-artifact-days-to-keep}'
1299         artifactNumToKeep: '{build-artifact-num-to-keep}'
1300
1301     parameters:
1302         - project-parameter:
1303             project: '{project}'
1304         - gerrit-parameter:
1305             branch: '{branch}'
1306
1307     wrappers:
1308         - fdio-infra-wrappers:
1309             build-timeout: '600'
1310
1311     triggers:
1312         - timed: '0 4 * * 2,6'
1313
1314         - gerrit-trigger-manually-triggered:
1315             comment-trigger-value: 'csit-verify-vpp'
1316             name: '{project}'
1317             branch: '{branch}'
1318
1319     builders:
1320         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
1321         - inject:
1322             properties-file: variables.prop
1323         - shell:
1324             !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh
1325
1326     publishers:
1327         - archive-artifacts:
1328             artifacts: 'csit/archive/*.*'
1329             latest-only: false
1330
1331         - robot-report:
1332             output-path: 'csit/archive'
1333
1334         - fdio-infra-shiplogs:
1335             maven-version: 'mvn33-new'
1336
1337 - job-template:
1338     name: 'csit-vpp-verify-{stream_timed}-centos7-nightly'
1339     description: 'Purpose of this job is to validate latest centos7 vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.'
1340
1341     project-type: freestyle
1342     node: centos7-basebuild-4c-4g'
1343     concurrent: false
1344
1345     logrotate:
1346         daysToKeep: '{build-days-to-keep}'
1347         numToKeep: '{build-num-to-keep}'
1348         artifactDaysToKeep: '{build-artifact-days-to-keep}'
1349         artifactNumToKeep: '{build-artifact-num-to-keep}'
1350
1351     parameters:
1352         - project-parameter:
1353             project: '{project}'
1354         - gerrit-parameter:
1355             branch: '{branch}'
1356
1357     scm:
1358         - git-scm:
1359             credentials-id: 'jenkins-gerrit-credentials'
1360             branch: '{branch}'
1361
1362     wrappers:
1363         - fdio-infra-wrappers:
1364             build-timeout: '{build-timeout}'
1365
1366     triggers:
1367         - timed: 'H H(3-4) * * *'
1368
1369         - gerrit-trigger-manually-triggered:
1370             comment-trigger-value: 'vpp-verify-func-centos7'
1371             name: '{project}'
1372             branch: '{branch}'
1373
1374     builders:
1375         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
1376         - inject:
1377             properties-file: variables.prop
1378         - shell:
1379             !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-nightly.sh
1380
1381     publishers:
1382         - archive-artifacts:
1383             artifacts: 'csit/archive/*.*'
1384             latest-only: false
1385
1386         - robot-report:
1387             output-path: 'csit/archive'
1388
1389         - fdio-infra-shiplogs:
1390             maven-version: 'mvn33-new'
1391
1392 - job-template:
1393     name: 'csit-vpp-verify-perf-master-nightly-all'
1394     description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.'
1395
1396     project-type: freestyle
1397     node: 'ubuntu1604-basebuild-4c-4g'
1398     concurrent: false
1399
1400     logrotate:
1401         daysToKeep: '{build-days-to-keep}'
1402         numToKeep: '{build-num-to-keep}'
1403         artifactDaysToKeep: '{build-artifact-days-to-keep}'
1404         artifactNumToKeep: '{build-artifact-num-to-keep}'
1405
1406     parameters:
1407         - project-parameter:
1408             project: '{project}'
1409         - gerrit-parameter:
1410             branch: '{branch}'
1411
1412     wrappers:
1413       - fdio-infra-wrappers-non-activity-timeout:
1414           build-timeout: '1440'
1415
1416     disabled: true
1417
1418     triggers:
1419         - timed: '0 20 * * 0,2,4'
1420
1421     builders:
1422         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
1423         - inject:
1424             properties-file: variables.prop
1425         - shell:
1426             !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-nightly.sh
1427
1428     publishers:
1429         - archive-artifacts:
1430             artifacts: 'csit/archive/*.*'
1431             latest-only: false
1432
1433         - robot-report:
1434             output-path: 'csit/archive'
1435
1436         - plot:
1437             - title: 'RFC2544 binary search with 64B, worker-thread=1, rxq=1, NDR'
1438               yaxis: 'Packets Per Second'
1439               group: 'RFC2544:NDR'
1440               num-builds: '20'
1441               keep-records: True
1442               csv-file-name: 'csit-vpp-verify-master-nightly-1.csv'
1443               series:
1444                   - file: 'csit/output_perf_data.xml'
1445                     format: xml
1446                     xpath-type: 'nodeset'
1447                     xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="1"]'
1448             - title: 'RFC2544 binary search with 78B, worker-thread=1, rxq=1, NDR'
1449               yaxis: 'Packets Per Second'
1450               group: 'RFC2544:NDR'
1451               num-builds: '20'
1452               keep-records: True
1453               csv-file-name: 'csit-vpp-verify-master-nightly-2.csv'
1454               series:
1455                   - file: 'csit/output_perf_data.xml'
1456                     format: xml
1457                     xpath-type: 'nodeset'
1458                     xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="1"]'
1459             - title: 'RFC2544 binary search with 64B, worker-thread=2, rxq=1, NDR'
1460               yaxis: 'Packets Per Second'
1461               group: 'RFC2544:NDR'
1462               num-builds: '20'
1463               keep-records: True
1464               csv-file-name: 'csit-vpp-verify-master-nightly-3.csv'
1465               series:
1466                   - file: 'csit/output_perf_data.xml'
1467                     format: xml
1468                     xpath-type: 'nodeset'
1469                     xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="2"]'
1470             - title: 'RFC2544 binary search with 78B, worker-thread=2, rxq=1, NDR'
1471               yaxis: 'Packets Per Second'
1472               group: 'RFC2544:NDR'
1473               num-builds: '20'
1474               keep-records: True
1475               csv-file-name: 'csit-vpp-verify-master-nightly-4.csv'
1476               series:
1477                   - file: 'csit/output_perf_data.xml'
1478                     format: xml
1479                     xpath-type: 'nodeset'
1480                     xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="2"]'
1481             - title: 'RFC2544 binary search with 64B, worker-thread=4, rxq=2, NDR'
1482               yaxis: 'Packets Per Second'
1483               group: 'RFC2544:NDR'
1484               num-builds: '20'
1485               keep-records: True
1486               csv-file-name: 'csit-vpp-verify-master-nightly-5.csv'
1487               series:
1488                   - file: 'csit/output_perf_data.xml'
1489                     format: xml
1490                     xpath-type: 'nodeset'
1491                     xpath: '//*[@framesize="64" and contains(@tags,"NDR") and @workerthreads="4"]'
1492             - title: 'RFC2544 binary search with 78B, worker-thread=4, rxq=2, NDR'
1493               yaxis: 'Packets Per Second'
1494               group: 'RFC2544:NDR'
1495               num-builds: '20'
1496               keep-records: True
1497               csv-file-name: 'csit-vpp-verify-master-nightly-6.csv'
1498               series:
1499                   - file: 'csit/output_perf_data.xml'
1500                     format: xml
1501                     xpath-type: 'nodeset'
1502                     xpath: '//*[@framesize="78" and contains(@tags,"NDR") and @workerthreads="4"]'
1503             - title: 'RFC2544 binary search with 64B, worker-thread=1, rxq=1, PDR=0.5%'
1504               yaxis: 'Packets Per Second'
1505               group: 'RFC2544:PDR'
1506               num-builds: '20'
1507               keep-records: True
1508               csv-file-name: 'csit-vpp-verify-master-nightly-7.csv'
1509               series:
1510                   - file: 'csit/output_perf_data.xml'
1511                     format: xml
1512                     xpath-type: 'nodeset'
1513                     xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="1"]'
1514             - title: 'RFC2544 binary search with 78B, worker-thread=1, rxq=1, PDR=0.5%'
1515               yaxis: 'Packets Per Second'
1516               group: 'RFC2544:PDR'
1517               num-builds: '20'
1518               keep-records: True
1519               csv-file-name: 'csit-vpp-verify-master-nightly-8.csv'
1520               series:
1521                   - file: 'csit/output_perf_data.xml'
1522                     format: xml
1523                     xpath-type: 'nodeset'
1524                     xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="1"]'
1525             - title: 'RFC2544 binary search with 64B, worker-thread=2, rxq=1, PDR=0.5%'
1526               yaxis: 'Packets Per Second'
1527               group: 'RFC2544:PDR'
1528               num-builds: '20'
1529               keep-records: True
1530               csv-file-name: 'csit-vpp-verify-master-nightly-9.csv'
1531               series:
1532                   - file: 'csit/output_perf_data.xml'
1533                     format: xml
1534                     xpath-type: 'nodeset'
1535                     xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="2"]'
1536             - title: 'RFC2544 binary search with 78B, worker-thread=2, rxq=1, PDR=0.5%'
1537               yaxis: 'Packets Per Second'
1538               group: 'RFC2544:PDR'
1539               num-builds: '20'
1540               keep-records: True
1541               csv-file-name: 'csit-vpp-verify-master-nightly-10.csv'
1542               series:
1543                   - file: 'csit/output_perf_data.xml'
1544                     format: xml
1545                     xpath-type: 'nodeset'
1546                     xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="2"]'
1547             - title: 'RFC2544 binary search with 64B, worker-thread=4, rxq=2, PDR=0.5%'
1548               yaxis: 'Packets Per Second'
1549               group: 'RFC2544:PDR'
1550               num-builds: '20'
1551               keep-records: True
1552               csv-file-name: 'csit-vpp-verify-master-nightly-11.csv'
1553               series:
1554                   - file: 'csit/output_perf_data.xml'
1555                     format: xml
1556                     xpath-type: 'nodeset'
1557                     xpath: '//*[@framesize="64" and contains(@tags,"PDR") and @workerthreads="4"]'
1558             - title: 'RFC2544 binary search with 78B, worker-thread=4, rxq=2, PDR=0.5%'
1559               yaxis: 'Packets Per Second'
1560               group: 'RFC2544:PDR'
1561               num-builds: '20'
1562               keep-records: True
1563               csv-file-name: 'csit-vpp-verify-master-nightly-12.csv'
1564               series:
1565                   - file: 'csit/output_perf_data.xml'
1566                     format: xml
1567                     xpath-type: 'nodeset'
1568                     xpath: '//*[@framesize="78" and contains(@tags,"PDR") and @workerthreads="4"]'
1569
1570             - title: '64B-1t1c-eth-l2*-ndrdisc'
1571               group: 'RFC2544: Xconnect and Bridge Domain'
1572               yaxis: 'Packets Per Second'
1573               num-builds: '20'
1574               keep-records: True
1575               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-l2-1.csv'
1576               series:
1577                   - file: 'csit/output_perf_data.xml'
1578                     format: xml
1579                     xpath-type: 'nodeset'
1580                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
1581             - title: '64B-2t2c-eth-l2*-ndrdisc'
1582               group: 'RFC2544: Xconnect and Bridge Domain'
1583               yaxis: 'Packets Per Second'
1584               num-builds: '20'
1585               keep-records: True
1586               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-l2-2.csv'
1587               series:
1588                   - file: 'csit/output_perf_data.xml'
1589                     format: xml
1590                     xpath-type: 'nodeset'
1591                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
1592             - title: '64B-4t4c-eth-l2*-ndrdisc'
1593               group: 'RFC2544: Xconnect and Bridge Domain'
1594               yaxis: 'Packets Per Second'
1595               num-builds: '20'
1596               keep-records: True
1597               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-l2-3.csv'
1598               series:
1599                   - file: 'csit/output_perf_data.xml'
1600                     format: xml
1601                     xpath-type: 'nodeset'
1602                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
1603             - title: '64B-1t1c-eth-l2*-pdrdisc'
1604               group: 'RFC2544: Xconnect and Bridge Domain'
1605               yaxis: 'Packets Per Second'
1606               num-builds: '20'
1607               keep-records: True
1608               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-l2-4.csv'
1609               series:
1610                   - file: 'csit/output_perf_data.xml'
1611                     format: xml
1612                     xpath-type: 'nodeset'
1613                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
1614             - title: '64B-2t2c-eth-l2*-pdrdisc'
1615               group: 'RFC2544: Xconnect and Bridge Domain'
1616               yaxis: 'Packets Per Second'
1617               num-builds: '20'
1618               keep-records: True
1619               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-l2-5.csv'
1620               series:
1621                   - file: 'csit/output_perf_data.xml'
1622                     format: xml
1623                     xpath-type: 'nodeset'
1624                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
1625             - title: '64B-4t4c-eth-l2*-pdrdisc'
1626               group: 'RFC2544: Xconnect and Bridge Domain'
1627               yaxis: 'Packets Per Second'
1628               num-builds: '20'
1629               keep-records: True
1630               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-l2-6.csv'
1631               series:
1632                   - file: 'csit/output_perf_data.xml'
1633                     format: xml
1634                     xpath-type: 'nodeset'
1635                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
1636
1637             - title: '64B-1t1c-ethip4-ip4*-ndrdisc'
1638               group: 'RFC2544: IPv4 base, scale, feature'
1639               yaxis: 'Packets Per Second'
1640               num-builds: '20'
1641               keep-records: True
1642               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv4-1.csv'
1643               series:
1644                   - file: 'csit/output_perf_data.xml'
1645                     format: xml
1646                     xpath-type: 'nodeset'
1647                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP4FWD")]'
1648             - title: '64B-2t2c-ethip4-ip4*-ndrdisc'
1649               group: 'RFC2544: IPv4 base, scale, feature'
1650               yaxis: 'Packets Per Second'
1651               num-builds: '20'
1652               keep-records: True
1653               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv4-2.csv'
1654               series:
1655                   - file: 'csit/output_perf_data.xml'
1656                     format: xml
1657                     xpath-type: 'nodeset'
1658                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP4FWD")]'
1659             - title: '64B-4t4c-ethip4-ip4*-ndrdisc'
1660               group: 'RFC2544: IPv4 base, scale, feature'
1661               yaxis: 'Packets Per Second'
1662               num-builds: '20'
1663               keep-records: True
1664               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv4-3.csv'
1665               series:
1666                   - file: 'csit/output_perf_data.xml'
1667                     format: xml
1668                     xpath-type: 'nodeset'
1669                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IP4FWD")]'
1670             - title: '64B-1t1c-ethip4-ip4*-pdrdisc'
1671               group: 'RFC2544: IPv4 base, scale, feature'
1672               yaxis: 'Packets Per Second'
1673               num-builds: '20'
1674               keep-records: True
1675               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv4-4.csv'
1676               series:
1677                   - file: 'csit/output_perf_data.xml'
1678                     format: xml
1679                     xpath-type: 'nodeset'
1680                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IP4FWD")]'
1681             - title: '64B-2t2c-ethip4-ip4*-pdrdisc'
1682               group: 'RFC2544: IPv4 base, scale, feature'
1683               yaxis: 'Packets Per Second'
1684               num-builds: '20'
1685               keep-records: True
1686               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv4-5.csv'
1687               series:
1688                   - file: 'csit/output_perf_data.xml'
1689                     format: xml
1690                     xpath-type: 'nodeset'
1691                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IP4FWD")]'
1692             - title: '64B-4t4c-ethip4-ip4*-pdrdisc'
1693               group: 'RFC2544: IPv4 base, scale, feature'
1694               yaxis: 'Packets Per Second'
1695               num-builds: '20'
1696               keep-records: True
1697               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv4-6.csv'
1698               series:
1699                   - file: 'csit/output_perf_data.xml'
1700                     format: xml
1701                     xpath-type: 'nodeset'
1702                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IP4FWD")]'
1703
1704             - title: '78B-1t1c-ethip6-ip6*-ndrdisc'
1705               group: 'RFC2544: IPv6 base, scale, feature'
1706               yaxis: 'Packets Per Second'
1707               num-builds: '20'
1708               keep-records: True
1709               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv6-1.csv'
1710               series:
1711                   - file: 'csit/output_perf_data.xml'
1712                     format: xml
1713                     xpath-type: 'nodeset'
1714                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP6FWD")]'
1715             - title: '78B-2t2c-ethip6-ip6*-ndrdisc'
1716               group: 'RFC2544: IPv6 base, scale, feature'
1717               yaxis: 'Packets Per Second'
1718               num-builds: '20'
1719               keep-records: True
1720               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv6-2.csv'
1721               series:
1722                   - file: 'csit/output_perf_data.xml'
1723                     format: xml
1724                     xpath-type: 'nodeset'
1725                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP6FWD")]'
1726             - title: '78B-4t4c-ethip6-ip6*-ndrdisc'
1727               group: 'RFC2544: IPv6 base, scale, feature'
1728               yaxis: 'Packets Per Second'
1729               num-builds: '20'
1730               keep-records: True
1731               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv6-3.csv'
1732               series:
1733                   - file: 'csit/output_perf_data.xml'
1734                     format: xml
1735                     xpath-type: 'nodeset'
1736                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IP6FWD")]'
1737             - title: '78B-1t1c-ethip6-ip6*-pdrdisc'
1738               group: 'RFC2544: IPv6 base, scale, feature'
1739               yaxis: 'Packets Per Second'
1740               num-builds: '20'
1741               keep-records: True
1742               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv6-4.csv'
1743               series:
1744                   - file: 'csit/output_perf_data.xml'
1745                     format: xml
1746                     xpath-type: 'nodeset'
1747                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IP6FWD")]'
1748             - title: '78B-2t2c-ethip6-ip6*-pdrdisc'
1749               group: 'RFC2544: IPv6 base, scale, feature'
1750               yaxis: 'Packets Per Second'
1751               num-builds: '20'
1752               keep-records: True
1753               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv6-5.csv'
1754               series:
1755                   - file: 'csit/output_perf_data.xml'
1756                     format: xml
1757                     xpath-type: 'nodeset'
1758                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IP6FWD")]'
1759             - title: '78B-4t4c-ethip6-ip6*-pdrdisc'
1760               group: 'RFC2544: IPv6 base, scale, feature'
1761               yaxis: 'Packets Per Second'
1762               num-builds: '20'
1763               keep-records: True
1764               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-ipv6-6.csv'
1765               series:
1766                   - file: 'csit/output_perf_data.xml'
1767                     format: xml
1768                     xpath-type: 'nodeset'
1769                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IP6FWD")]'
1770
1771             - title: '64B-1t1c-ethip4*-ndrdisc'
1772               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1773               yaxis: 'Packets Per Second'
1774               num-builds: '20'
1775               keep-records: True
1776               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-1.csv'
1777               series:
1778                   - file: 'csit/output_perf_data.xml'
1779                     format: xml
1780                     xpath-type: 'nodeset'
1781                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1782             - title: '64B-2t2c-ethip4*-ndrdisc'
1783               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1784               yaxis: 'Packets Per Second'
1785               num-builds: '20'
1786               keep-records: True
1787               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-2.csv'
1788               series:
1789                   - file: 'csit/output_perf_data.xml'
1790                     format: xml
1791                     xpath-type: 'nodeset'
1792                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1793             - title: '64B-4t4c-ethip4*-ndrdisc'
1794               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1795               yaxis: 'Packets Per Second'
1796               num-builds: '20'
1797               keep-records: True
1798               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-3.csv'
1799               series:
1800                   - file: 'csit/output_perf_data.xml'
1801                     format: xml
1802                     xpath-type: 'nodeset'
1803                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1804             - title: '64B-1t1c-ethip4*-pdrdisc'
1805               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1806               yaxis: 'Packets Per Second'
1807               num-builds: '20'
1808               keep-records: True
1809               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-4.csv'
1810               series:
1811                   - file: 'csit/output_perf_data.xml'
1812                     format: xml
1813                     xpath-type: 'nodeset'
1814                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1815             - title: '64B-2t2c-ethip4*-pdrdisc'
1816               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1817               yaxis: 'Packets Per Second'
1818               num-builds: '20'
1819               keep-records: True
1820               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-5.csv'
1821               series:
1822                   - file: 'csit/output_perf_data.xml'
1823                     format: xml
1824                     xpath-type: 'nodeset'
1825                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1826             - title: '64B-4t4c-ethip4*-pdrdisc'
1827               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1828               yaxis: 'Packets Per Second'
1829               num-builds: '20'
1830               keep-records: True
1831               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-6.csv'
1832               series:
1833                   - file: 'csit/output_perf_data.xml'
1834                     format: xml
1835                     xpath-type: 'nodeset'
1836                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1837             - title: '78B-1t1c-ethip6*-ndrdisc'
1838               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1839               yaxis: 'Packets Per Second'
1840               num-builds: '20'
1841               keep-records: True
1842               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-7.csv'
1843               series:
1844                   - file: 'csit/output_perf_data.xml'
1845                     format: xml
1846                     xpath-type: 'nodeset'
1847                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1848             - title: '78B-2t2c-ethip6*-ndrdisc'
1849               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1850               yaxis: 'Packets Per Second'
1851               num-builds: '20'
1852               keep-records: True
1853               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-8.csv'
1854               series:
1855                   - file: 'csit/output_perf_data.xml'
1856                     format: xml
1857                     xpath-type: 'nodeset'
1858                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1859             - title: '78B-4t4c-ethip6*-ndrdisc'
1860               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1861               yaxis: 'Packets Per Second'
1862               num-builds: '20'
1863               keep-records: True
1864               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-9.csv'
1865               series:
1866                   - file: 'csit/output_perf_data.xml'
1867                     format: xml
1868                     xpath-type: 'nodeset'
1869                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1870             - title: '78B-1t1c-ethip6*-pdrdisc'
1871               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1872               yaxis: 'Packets Per Second'
1873               num-builds: '20'
1874               keep-records: True
1875               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-10.csv'
1876               series:
1877                   - file: 'csit/output_perf_data.xml'
1878                     format: xml
1879                     xpath-type: 'nodeset'
1880                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1881             - title: '78B-2t2c-ethip6*-pdrdisc'
1882               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1883               yaxis: 'Packets Per Second'
1884               num-builds: '20'
1885               keep-records: True
1886               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-11.csv'
1887               series:
1888                   - file: 'csit/output_perf_data.xml'
1889                     format: xml
1890                     xpath-type: 'nodeset'
1891                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1892             - title: '78B-4t4c-ethip6*-pdrdisc'
1893               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
1894               yaxis: 'Packets Per Second'
1895               num-builds: '20'
1896               keep-records: True
1897               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-12.csv'
1898               series:
1899                   - file: 'csit/output_perf_data.xml'
1900                     format: xml
1901                     xpath-type: 'nodeset'
1902                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
1903
1904             - title: '64B-1t1c-ethip4*-ndrdisc'
1905               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1906               yaxis: 'Packets Per Second'
1907               num-builds: '20'
1908               keep-records: True
1909               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-1.csv'
1910               series:
1911                   - file: 'csit/output_perf_data.xml'
1912                     format: xml
1913                     xpath-type: 'nodeset'
1914                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1915             - title: '64B-2t2c-ethip4*-ndrdisc'
1916               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1917               yaxis: 'Packets Per Second'
1918               num-builds: '20'
1919               keep-records: True
1920               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-2.csv'
1921               series:
1922                   - file: 'csit/output_perf_data.xml'
1923                     format: xml
1924                     xpath-type: 'nodeset'
1925                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1926             - title: '64B-4t4c-ethip4*-ndrdisc'
1927               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1928               yaxis: 'Packets Per Second'
1929               num-builds: '20'
1930               keep-records: True
1931               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-3.csv'
1932               series:
1933                   - file: 'csit/output_perf_data.xml'
1934                     format: xml
1935                     xpath-type: 'nodeset'
1936                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1937             - title: '64B-1t1c-ethip4*-pdrdisc'
1938               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1939               yaxis: 'Packets Per Second'
1940               num-builds: '20'
1941               keep-records: True
1942               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-4.csv'
1943               series:
1944                   - file: 'csit/output_perf_data.xml'
1945                     format: xml
1946                     xpath-type: 'nodeset'
1947                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1948             - title: '64B-2t2c-ethip4*-pdrdisc'
1949               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1950               yaxis: 'Packets Per Second'
1951               num-builds: '20'
1952               keep-records: True
1953               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-5.csv'
1954               series:
1955                   - file: 'csit/output_perf_data.xml'
1956                     format: xml
1957                     xpath-type: 'nodeset'
1958                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1959             - title: '64B-4t4c-ethip4*-pdrdisc'
1960               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1961               yaxis: 'Packets Per Second'
1962               num-builds: '20'
1963               keep-records: True
1964               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-6.csv'
1965               series:
1966                   - file: 'csit/output_perf_data.xml'
1967                     format: xml
1968                     xpath-type: 'nodeset'
1969                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1970             - title: '78B-1t1c-ethip6*-ndrdisc'
1971               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1972               yaxis: 'Packets Per Second'
1973               num-builds: '20'
1974               keep-records: True
1975               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-7.csv'
1976               series:
1977                   - file: 'csit/output_perf_data.xml'
1978                     format: xml
1979                     xpath-type: 'nodeset'
1980                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1981             - title: '78B-2t2c-ethip6*-ndrdisc'
1982               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1983               yaxis: 'Packets Per Second'
1984               num-builds: '20'
1985               keep-records: True
1986               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-8.csv'
1987               series:
1988                   - file: 'csit/output_perf_data.xml'
1989                     format: xml
1990                     xpath-type: 'nodeset'
1991                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
1992             - title: '78B-4t4c-ethip6*-ndrdisc'
1993               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
1994               yaxis: 'Packets Per Second'
1995               num-builds: '20'
1996               keep-records: True
1997               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-9.csv'
1998               series:
1999                   - file: 'csit/output_perf_data.xml'
2000                     format: xml
2001                     xpath-type: 'nodeset'
2002                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2003             - title: '78B-1t1c-ethip6*-pdrdisc'
2004               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
2005               yaxis: 'Packets Per Second'
2006               num-builds: '20'
2007               keep-records: True
2008               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-10.csv'
2009               series:
2010                   - file: 'csit/output_perf_data.xml'
2011                     format: xml
2012                     xpath-type: 'nodeset'
2013                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2014             - title: '78B-2t2c-ethip6*-pdrdisc'
2015               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
2016               yaxis: 'Packets Per Second'
2017               num-builds: '20'
2018               keep-records: True
2019               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-11.csv'
2020               series:
2021                   - file: 'csit/output_perf_data.xml'
2022                     format: xml
2023                     xpath-type: 'nodeset'
2024                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2025             - title: '78B-4t4c-ethip6*-pdrdisc'
2026               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
2027               yaxis: 'Packets Per Second'
2028               num-builds: '20'
2029               keep-records: True
2030               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-sw-12.csv'
2031               series:
2032                   - file: 'csit/output_perf_data.xml'
2033                     format: xml
2034                     xpath-type: 'nodeset'
2035                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2036
2037             - title: '64B-1t1c-ethip4*-ndrdisc'
2038               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2039               yaxis: 'Packets Per Second'
2040               num-builds: '20'
2041               keep-records: True
2042               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-1.csv'
2043               series:
2044                   - file: 'csit/output_perf_data.xml'
2045                     format: xml
2046                     xpath-type: 'nodeset'
2047                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2048             - title: '64B-2t2c-ethip4*-ndrdisc'
2049               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2050               yaxis: 'Packets Per Second'
2051               num-builds: '20'
2052               keep-records: True
2053               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-2.csv'
2054               series:
2055                   - file: 'csit/output_perf_data.xml'
2056                     format: xml
2057                     xpath-type: 'nodeset'
2058                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2059             - title: '64B-4t4c-ethip4*-ndrdisc'
2060               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2061               yaxis: 'Packets Per Second'
2062               num-builds: '20'
2063               keep-records: True
2064               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-3.csv'
2065               series:
2066                   - file: 'csit/output_perf_data.xml'
2067                     format: xml
2068                     xpath-type: 'nodeset'
2069                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2070             - title: '64B-1t1c-ethip4*-pdrdisc'
2071               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2072               yaxis: 'Packets Per Second'
2073               num-builds: '20'
2074               keep-records: True
2075               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-4.csv'
2076               series:
2077                   - file: 'csit/output_perf_data.xml'
2078                     format: xml
2079                     xpath-type: 'nodeset'
2080                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2081             - title: '64B-2t2c-ethip4*-pdrdisc'
2082               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2083               yaxis: 'Packets Per Second'
2084               num-builds: '20'
2085               keep-records: True
2086               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-5.csv'
2087               series:
2088                   - file: 'csit/output_perf_data.xml'
2089                     format: xml
2090                     xpath-type: 'nodeset'
2091                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2092             - title: '64B-4t4c-ethip4*-pdrdisc'
2093               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2094               yaxis: 'Packets Per Second'
2095               num-builds: '20'
2096               keep-records: True
2097               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-6.csv'
2098               series:
2099                   - file: 'csit/output_perf_data.xml'
2100                     format: xml
2101                     xpath-type: 'nodeset'
2102                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2103             - title: '78B-1t1c-ethip6*-ndrdisc'
2104               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2105               yaxis: 'Packets Per Second'
2106               num-builds: '20'
2107               keep-records: True
2108               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-7.csv'
2109               series:
2110                   - file: 'csit/output_perf_data.xml'
2111                     format: xml
2112                     xpath-type: 'nodeset'
2113                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2114             - title: '78B-2t2c-ethip6*-ndrdisc'
2115               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2116               yaxis: 'Packets Per Second'
2117               num-builds: '20'
2118               keep-records: True
2119               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-8.csv'
2120               series:
2121                   - file: 'csit/output_perf_data.xml'
2122                     format: xml
2123                     xpath-type: 'nodeset'
2124                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2125             - title: '78B-4t4c-ethip6*-ndrdisc'
2126               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2127               yaxis: 'Packets Per Second'
2128               num-builds: '20'
2129               keep-records: True
2130               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-9.csv'
2131               series:
2132                   - file: 'csit/output_perf_data.xml'
2133                     format: xml
2134                     xpath-type: 'nodeset'
2135                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2136             - title: '78B-1t1c-ethip6*-pdrdisc'
2137               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2138               yaxis: 'Packets Per Second'
2139               num-builds: '20'
2140               keep-records: True
2141               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-10.csv'
2142               series:
2143                   - file: 'csit/output_perf_data.xml'
2144                     format: xml
2145                     xpath-type: 'nodeset'
2146                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2147             - title: '78B-2t2c-ethip6*-pdrdisc'
2148               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2149               yaxis: 'Packets Per Second'
2150               num-builds: '20'
2151               keep-records: True
2152               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-11.csv'
2153               series:
2154                   - file: 'csit/output_perf_data.xml'
2155                     format: xml
2156                     xpath-type: 'nodeset'
2157                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2158             - title: '78B-4t4c-ethip6*-pdrdisc'
2159               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2160               yaxis: 'Packets Per Second'
2161               num-builds: '20'
2162               keep-records: True
2163               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-crypto-hw-12.csv'
2164               series:
2165                   - file: 'csit/output_perf_data.xml'
2166                     format: xml
2167                     xpath-type: 'nodeset'
2168                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2169
2170             - title: '64B-1t1c-ethip4*-ndrdisc'
2171               group: 'RFC2544: Overlay tunnels with crypto in software'
2172               yaxis: 'Packets Per Second'
2173               num-builds: '20'
2174               keep-records: True
2175               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-1.csv'
2176               series:
2177                   - file: 'csit/output_perf_data.xml'
2178                     format: xml
2179                     xpath-type: 'nodeset'
2180                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2181             - title: '64B-2t2c-ethip4*-ndrdisc'
2182               group: 'RFC2544: Overlay tunnels with crypto in software'
2183               yaxis: 'Packets Per Second'
2184               num-builds: '20'
2185               keep-records: True
2186               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-2.csv'
2187               series:
2188                   - file: 'csit/output_perf_data.xml'
2189                     format: xml
2190                     xpath-type: 'nodeset'
2191                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2192             - title: '64B-4t4c-ethip4*-ndrdisc'
2193               group: 'RFC2544: Overlay tunnels with crypto in software'
2194               yaxis: 'Packets Per Second'
2195               num-builds: '20'
2196               keep-records: True
2197               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-3.csv'
2198               series:
2199                   - file: 'csit/output_perf_data.xml'
2200                     format: xml
2201                     xpath-type: 'nodeset'
2202                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2203             - title: '64B-1t1c-ethip4*-pdrdisc'
2204               group: 'RFC2544: Overlay tunnels with crypto in software'
2205               yaxis: 'Packets Per Second'
2206               num-builds: '20'
2207               keep-records: True
2208               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-4.csv'
2209               series:
2210                   - file: 'csit/output_perf_data.xml'
2211                     format: xml
2212                     xpath-type: 'nodeset'
2213                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2214             - title: '64B-2t2c-ethip4*-pdrdisc'
2215               group: 'RFC2544: Overlay tunnels with crypto in software'
2216               yaxis: 'Packets Per Second'
2217               num-builds: '20'
2218               keep-records: True
2219               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-5.csv'
2220               series:
2221                   - file: 'csit/output_perf_data.xml'
2222                     format: xml
2223                     xpath-type: 'nodeset'
2224                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2225             - title: '64B-4t4c-ethip4*-pdrdisc'
2226               group: 'RFC2544: Overlay tunnels with crypto in software'
2227               yaxis: 'Packets Per Second'
2228               num-builds: '20'
2229               keep-records: True
2230               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-6.csv'
2231               series:
2232                   - file: 'csit/output_perf_data.xml'
2233                     format: xml
2234                     xpath-type: 'nodeset'
2235                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2236             - title: '78B-1t1c-ethip6*-ndrdisc'
2237               group: 'RFC2544: Overlay tunnels with crypto in software'
2238               yaxis: 'Packets Per Second'
2239               num-builds: '20'
2240               keep-records: True
2241               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-7.csv'
2242               series:
2243                   - file: 'csit/output_perf_data.xml'
2244                     format: xml
2245                     xpath-type: 'nodeset'
2246                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2247             - title: '78B-2t2c-ethip6*-ndrdisc'
2248               group: 'RFC2544: Overlay tunnels with crypto in software'
2249               yaxis: 'Packets Per Second'
2250               num-builds: '20'
2251               keep-records: True
2252               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-8.csv'
2253               series:
2254                   - file: 'csit/output_perf_data.xml'
2255                     format: xml
2256                     xpath-type: 'nodeset'
2257                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2258             - title: '78B-4t4c-ethip6*-ndrdisc'
2259               group: 'RFC2544: Overlay tunnels with crypto in software'
2260               yaxis: 'Packets Per Second'
2261               num-builds: '20'
2262               keep-records: True
2263               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-9.csv'
2264               series:
2265                   - file: 'csit/output_perf_data.xml'
2266                     format: xml
2267                     xpath-type: 'nodeset'
2268                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2269             - title: '78B-1t1c-ethip6*-pdrdisc'
2270               group: 'RFC2544: Overlay tunnels with crypto in software'
2271               yaxis: 'Packets Per Second'
2272               num-builds: '20'
2273               keep-records: True
2274               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-10.csv'
2275               series:
2276                   - file: 'csit/output_perf_data.xml'
2277                     format: xml
2278                     xpath-type: 'nodeset'
2279                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2280             - title: '78B-2t2c-ethip6*-pdrdisc'
2281               group: 'RFC2544: Overlay tunnels with crypto in software'
2282               yaxis: 'Packets Per Second'
2283               num-builds: '20'
2284               keep-records: True
2285               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-11.csv'
2286               series:
2287                   - file: 'csit/output_perf_data.xml'
2288                     format: xml
2289                     xpath-type: 'nodeset'
2290                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2291             - title: '78B-4t4c-ethip6*-pdrdisc'
2292               group: 'RFC2544: Overlay tunnels with crypto in software'
2293               yaxis: 'Packets Per Second'
2294               num-builds: '20'
2295               keep-records: True
2296               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-sw-12.csv'
2297               series:
2298                   - file: 'csit/output_perf_data.xml'
2299                     format: xml
2300                     xpath-type: 'nodeset'
2301                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2302
2303             - title: '64B-1t1c-ethip4*-ndrdisc'
2304               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2305               yaxis: 'Packets Per Second'
2306               num-builds: '20'
2307               keep-records: True
2308               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-1.csv'
2309               series:
2310                   - file: 'csit/output_perf_data.xml'
2311                     format: xml
2312                     xpath-type: 'nodeset'
2313                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2314             - title: '64B-2t2c-ethip4*-ndrdisc'
2315               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2316               yaxis: 'Packets Per Second'
2317               num-builds: '20'
2318               keep-records: True
2319               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-2.csv'
2320               series:
2321                   - file: 'csit/output_perf_data.xml'
2322                     format: xml
2323                     xpath-type: 'nodeset'
2324                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2325             - title: '64B-4t4c-ethip4*-ndrdisc'
2326               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2327               yaxis: 'Packets Per Second'
2328               num-builds: '20'
2329               keep-records: True
2330               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-3.csv'
2331               series:
2332                   - file: 'csit/output_perf_data.xml'
2333                     format: xml
2334                     xpath-type: 'nodeset'
2335                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2336             - title: '64B-1t1c-ethip4*-pdrdisc'
2337               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2338               yaxis: 'Packets Per Second'
2339               num-builds: '20'
2340               keep-records: True
2341               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-4.csv'
2342               series:
2343                   - file: 'csit/output_perf_data.xml'
2344                     format: xml
2345                     xpath-type: 'nodeset'
2346                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2347             - title: '64B-2t2c-ethip4*-pdrdisc'
2348               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2349               yaxis: 'Packets Per Second'
2350               num-builds: '20'
2351               keep-records: True
2352               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-5.csv'
2353               series:
2354                   - file: 'csit/output_perf_data.xml'
2355                     format: xml
2356                     xpath-type: 'nodeset'
2357                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2358             - title: '64B-4t4c-ethip4*-pdrdisc'
2359               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2360               yaxis: 'Packets Per Second'
2361               num-builds: '20'
2362               keep-records: True
2363               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-6.csv'
2364               series:
2365                   - file: 'csit/output_perf_data.xml'
2366                     format: xml
2367                     xpath-type: 'nodeset'
2368                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2369             - title: '78B-1t1c-ethip6*-ndrdisc'
2370               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2371               yaxis: 'Packets Per Second'
2372               num-builds: '20'
2373               keep-records: True
2374               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-7.csv'
2375               series:
2376                   - file: 'csit/output_perf_data.xml'
2377                     format: xml
2378                     xpath-type: 'nodeset'
2379                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2380             - title: '78B-2t2c-ethip6*-ndrdisc'
2381               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2382               yaxis: 'Packets Per Second'
2383               num-builds: '20'
2384               keep-records: True
2385               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-8.csv'
2386               series:
2387                   - file: 'csit/output_perf_data.xml'
2388                     format: xml
2389                     xpath-type: 'nodeset'
2390                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2391             - title: '78B-4t4c-ethip6*-ndrdisc'
2392               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2393               yaxis: 'Packets Per Second'
2394               num-builds: '20'
2395               keep-records: True
2396               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-9.csv'
2397               series:
2398                   - file: 'csit/output_perf_data.xml'
2399                     format: xml
2400                     xpath-type: 'nodeset'
2401                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2402             - title: '78B-1t1c-ethip6*-pdrdisc'
2403               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2404               yaxis: 'Packets Per Second'
2405               num-builds: '20'
2406               keep-records: True
2407               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-10.csv'
2408               series:
2409                   - file: 'csit/output_perf_data.xml'
2410                     format: xml
2411                     xpath-type: 'nodeset'
2412                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2413             - title: '78B-2t2c-ethip6*-pdrdisc'
2414               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2415               yaxis: 'Packets Per Second'
2416               num-builds: '20'
2417               keep-records: True
2418               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-11.csv'
2419               series:
2420                   - file: 'csit/output_perf_data.xml'
2421                     format: xml
2422                     xpath-type: 'nodeset'
2423                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2424             - title: '78B-4t4c-ethip6*-pdrdisc'
2425               group: 'RFC2544: Overlay tunnels with crypto in hardware'
2426               yaxis: 'Packets Per Second'
2427               num-builds: '20'
2428               keep-records: True
2429               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-encap-crypto-hw-12.csv'
2430               series:
2431                   - file: 'csit/output_perf_data.xml'
2432                     format: xml
2433                     xpath-type: 'nodeset'
2434                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2435
2436             - title: '64B-1t1c-*-vhost-*-ndrdisc'
2437               group: 'RFC2544: vhost-user'
2438               yaxis: 'Packets Per Second'
2439               num-builds: '20'
2440               keep-records: True
2441               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-vhost-1.csv'
2442               series:
2443                   - file: 'csit/output_perf_data.xml'
2444                     format: xml
2445                     xpath-type: 'nodeset'
2446                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
2447             - title: '64B-2t2c-*-vhost-*-ndrdisc'
2448               group: 'RFC2544: vhost-user'
2449               yaxis: 'Packets Per Second'
2450               num-builds: '20'
2451               keep-records: True
2452               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-vhost-2.csv'
2453               series:
2454                   - file: 'csit/output_perf_data.xml'
2455                     format: xml
2456                     xpath-type: 'nodeset'
2457                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
2458             - title: '64B-4t4c-*-vhost-*-ndrdisc'
2459               group: 'RFC2544: vhost-user'
2460               yaxis: 'Packets Per Second'
2461               num-builds: '20'
2462               keep-records: True
2463               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-vhost-3.csv'
2464               series:
2465                   - file: 'csit/output_perf_data.xml'
2466                     format: xml
2467                     xpath-type: 'nodeset'
2468                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "4T4C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
2469             - title: '64B-1t1c-*-vhost-*-pdrdisc'
2470               group: 'RFC2544: vhost-user'
2471               yaxis: 'Packets Per Second'
2472               num-builds: '20'
2473               keep-records: True
2474               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-vhost-4.csv'
2475               series:
2476                   - file: 'csit/output_perf_data.xml'
2477                     format: xml
2478                     xpath-type: 'nodeset'
2479                     xpath: '//*[@framesize="64B" and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "1T1C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
2480             - title: '64B-2t2c-*-vhost-*-pdrdisc'
2481               group: 'RFC2544: vhost-user'
2482               yaxis: 'Packets Per Second'
2483               num-builds: '20'
2484               keep-records: True
2485               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-vhost-5.csv'
2486               series:
2487                   - file: 'csit/output_perf_data.xml'
2488                     format: xml
2489                     xpath-type: 'nodeset'
2490                     xpath: '//*[@framesize="64B" and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "2T2C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
2491             - title: '64B-4t4c-*-vhost-*-pdrdisc'
2492               group: 'RFC2544: vhost-user'
2493               yaxis: 'Packets Per Second'
2494               num-builds: '20'
2495               keep-records: True
2496               csv-file-name: 'csit-vpp-verify-perf-master-nightly-all-vhost-6.csv'
2497               series:
2498                   - file: 'csit/output_perf_data.xml'
2499                     format: xml
2500                     xpath-type: 'nodeset'
2501                     xpath: '//*[@framesize="64B" and contains(@tags, "PDRDISC") and not(contains(@tags,"NDRDISC")) and contains(@tags, "4T4C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
2502
2503         - fdio-infra-shiplogs:
2504             maven-version: 'mvn33-new'
2505
2506 - job-template:
2507     name: 'csit-docs-verify-{stream}'
2508
2509     project-type: freestyle
2510     node: 'ubuntu1604-basebuild-4c-4g'
2511     concurrent: true
2512
2513     logrotate:
2514         daysToKeep: '{build-days-to-keep}'
2515         numToKeep: '{build-num-to-keep}'
2516         artifactDaysToKeep: '{build-artifact-days-to-keep}'
2517         artifactNumToKeep: '{build-artifact-num-to-keep}'
2518
2519     parameters:
2520         - project-parameter:
2521             project: '{project}'
2522         - gerrit-parameter:
2523             branch: '{branch}'
2524         - maven-exec:
2525             maven-version: 'mvn33-new'
2526
2527     scm:
2528         - gerrit-trigger-scm:
2529             credentials-id: 'jenkins-gerrit-credentials'
2530             refspec: '$GERRIT_REFSPEC'
2531             choosing-strategy: 'gerrit'
2532
2533     wrappers:
2534         - fdio-infra-wrappers:
2535             build-timeout: '{build-timeout}'
2536         - fdio-infra-wrappers-non-activity-timeout:
2537             build-timeout: 360
2538
2539     triggers:
2540         - gerrit-trigger-patch-submitted:
2541             name: '{project}'
2542             branch: '{branch}'
2543
2544     builders:
2545         - maven-target:
2546             maven-version: 'mvn33-new'
2547             goals: '--version'
2548             settings: 'csit-settings'
2549             settings-type: cfp
2550             global-settings: 'global-settings'
2551             global-settings-type: cfp
2552         - provide-maven-settings:
2553             settings-file: 'csit-settings'
2554             global-settings-file: 'global-settings'
2555         - shell:
2556             !include-raw-escape: include-raw-csit-docs.sh
2557
2558     publishers:
2559         - archive:
2560             artifacts: 'resources/tools/doc_gen/csit.docs.tar.gz'
2561             allow-empty: 'true'
2562             fingerprint: false
2563             only-if-success: true
2564             default-excludes: false
2565
2566         - fdio-infra-shiplogs:
2567             maven-version: 'mvn33-new'
2568
2569 - job-template:
2570     name: 'csit-docs-merge-{stream_timed}'
2571
2572     project-type: freestyle
2573     node: 'ubuntu1604-basebuild-4c-4g'
2574     concurrent: true
2575
2576     logrotate:
2577         daysToKeep: '{build-days-to-keep}'
2578         numToKeep: '{build-num-to-keep}'
2579         artifactDaysToKeep: '{build-artifact-days-to-keep}'
2580         artifactNumToKeep: '{build-artifact-num-to-keep}'
2581
2582     parameters:
2583         - project-parameter:
2584             project: '{project}'
2585         - gerrit-parameter:
2586             branch: '{branch}'
2587         - maven-exec:
2588             maven-version: 'mvn33-new'
2589
2590     scm:
2591         - gerrit-trigger-scm:
2592             credentials-id: 'jenkins-gerrit-credentials'
2593             refspec: ''
2594             choosing-strategy: 'default'
2595
2596     wrappers:
2597         - fdio-infra-wrappers:
2598             build-timeout: '{build-timeout}'
2599         - fdio-infra-wrappers-non-activity-timeout:
2600             build-timeout: 360
2601
2602     triggers:
2603         - reverse:
2604             jobs: 'csit-vpp-verify-{stream_timed}-ubuntu1604-weekly'
2605             result: 'success'
2606         - gerrit:
2607             server-name: 'Primary'
2608             trigger-on:
2609                 - comment-added-contains-event:
2610                     comment-contains-value: 'run-docs'
2611             projects:
2612               - project-compare-type: 'ANT'
2613                 project-pattern: '{project}'
2614                 branches:
2615                   - branch-compare-type: 'ANT'
2616                     branch-pattern: '**/{branch}'
2617             skip-vote:
2618                 successful: true
2619                 failed: true
2620                 unstable: true
2621                 notbuilt: true
2622
2623     builders:
2624         - maven-target:
2625             maven-version: 'mvn33-new'
2626             goals: '--version'
2627             settings: 'csit-settings'
2628             settings-type: cfp
2629             global-settings: 'global-settings'
2630             global-settings-type: cfp
2631         - provide-maven-settings:
2632             settings-file: 'csit-settings'
2633             global-settings-file: 'global-settings'
2634         - shell:
2635             !include-raw-escape: include-raw-csit-docs.sh
2636
2637     publishers:
2638         - archive:
2639             artifacts: 'resources/tools/doc_gen/csit.docs.tar.gz'
2640             allow-empty: 'true'
2641             fingerprint: false
2642             only-if-success: true
2643             default-excludes: false
2644
2645         - fdio-infra-shiplogs:
2646             maven-version: 'mvn33-new'
2647
2648 - job-template:
2649     name: 'csit-report-merge-{stream}'
2650
2651     project-type: freestyle
2652     node: 'ubuntu1604-basebuild-4c-4g'
2653     concurrent: false
2654
2655     logrotate:
2656         daysToKeep: '{build-days-to-keep}'
2657         numToKeep: '{build-num-to-keep}'
2658         artifactDaysToKeep: '{build-artifact-days-to-keep}'
2659         artifactNumToKeep: '{build-artifact-num-to-keep}'
2660
2661     parameters:
2662         - project-parameter:
2663             project: '{project}'
2664         - gerrit-parameter:
2665             branch: '{branch}'
2666         - maven-exec:
2667             maven-version: 'mvn33-new'
2668
2669     scm:
2670         - gerrit-trigger-scm:
2671             credentials-id: 'jenkins-gerrit-credentials'
2672             refspec: '$GERRIT_REFSPEC'
2673             choosing-strategy: 'default'
2674
2675     wrappers:
2676         - fdio-infra-wrappers:
2677             build-timeout: '{build-timeout}'
2678         - fdio-infra-wrappers-non-activity-timeout:
2679             build-timeout: 360
2680
2681     triggers:
2682         - gerrit:
2683             server-name: 'Primary'
2684             trigger-on:
2685                 - comment-added-contains-event:
2686                     comment-contains-value: 'run-report'
2687             projects:
2688               - project-compare-type: 'ANT'
2689                 project-pattern: '{project}'
2690                 branches:
2691                   - branch-compare-type: 'ANT'
2692                     branch-pattern: '**/{branch}'
2693             skip-vote:
2694                 successful: true
2695                 failed: true
2696                 unstable: true
2697                 notbuilt: true
2698
2699     builders:
2700         - maven-target:
2701             maven-version: 'mvn33-new'
2702             goals: '--version'
2703             settings: 'csit-settings'
2704             settings-type: cfp
2705             global-settings: 'global-settings'
2706             global-settings-type: cfp
2707         - provide-maven-settings:
2708             settings-file: 'csit-settings'
2709             global-settings-file: 'global-settings'
2710         - shell:
2711             !include-raw-escape: include-raw-csit-report.sh
2712
2713     publishers:
2714         - archive:
2715             artifacts: 'resources/tools/report_gen/csit.report.tar.gz'
2716             allow-empty: 'true'
2717             fingerprint: false
2718             only-if-success: true
2719             default-excludes: false
2720
2721         - fdio-infra-shiplogs:
2722             maven-version: 'mvn33-new'
2723
2724 - job-template:
2725     name: 'csit-vpp-perf-trend-daily-master'
2726
2727     description: |
2728       Purpose of this job is to validate latest vpp build from corresponding
2729       branch stored in nexus against verified CSIT codebase of corresponding
2730       branch.
2731
2732       objective
2733           daily perf trending of vpp master build
2734       job
2735          name
2736              csit-vpp-perf-trend-daily
2737          trigger
2738              scheduled daily
2739       perf test-cases selection
2740           all CSIT perf suites
2741       default tags for vpp startup config and perf test type
2742           1T1C - one worker thread, one core
2743           2T2C - two worker threads, two cores
2744           X520 - Intel x520-DA2 NIC
2745           NDRDISC - discovery of NDR throughput
2746       results
2747           jjb verify - no
2748           present
2749               jenkins trending graphs
2750
2751     project-type: freestyle
2752     node: 'ubuntu1604-basebuild-4c-4g'
2753     concurrent: false
2754
2755     logrotate:
2756         daysToKeep: '{build-days-to-keep}'
2757         numToKeep: '{build-num-to-keep}'
2758         artifactDaysToKeep: '{build-artifact-days-to-keep}'
2759         artifactNumToKeep: '{build-artifact-num-to-keep}'
2760
2761     parameters:
2762         - project-parameter:
2763             project: '{project}'
2764         - gerrit-parameter:
2765             branch: '{branch}'
2766
2767     wrappers:
2768       - fdio-infra-wrappers-non-activity-timeout:
2769           build-timeout: '1440'
2770
2771     triggers:
2772         - timed: 'H H(17-20) * * *'
2773
2774     builders:
2775         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
2776         - inject:
2777             properties-file: variables.prop
2778         - shell:
2779             !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-trend-daily.sh
2780
2781     publishers:
2782         - archive-artifacts:
2783             artifacts: 'csit/archive/*.*'
2784             latest-only: false
2785
2786         - robot:
2787             output-path: 'csit/archive'
2788             other-files:
2789               - '*.*'
2790
2791         - fdio-infra-shiplogs:
2792             maven-version: 'mvn33-new'
2793
2794         - plot:
2795             - title: '64B-1t1c-eth-l2*-ndrdisc'
2796               group: 'RFC2544: Xconnect and Bridge Domain'
2797               yaxis: 'Packets Per Second'
2798               num-builds: '20'
2799               keep-records: True
2800               csv-file-name: 'csit-vpp-perf-trend-daily-master-l2-1.csv'
2801               series:
2802                   - file: 'csit/output_perf_data.xml'
2803                     format: xml
2804                     xpath-type: 'nodeset'
2805                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
2806             - title: '64B-2t2c-eth-l2*-ndrdisc'
2807               group: 'RFC2544: Xconnect and Bridge Domain'
2808               yaxis: 'Packets Per Second'
2809               num-builds: '20'
2810               keep-records: True
2811               csv-file-name: 'csit-vpp-perf-trend-daily-master-l2-2.csv'
2812               series:
2813                   - file: 'csit/output_perf_data.xml'
2814                     format: xml
2815                     xpath-type: 'nodeset'
2816                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
2817
2818             - title: '64B-1t1c-ethip4-ip4*-ndrdisc'
2819               group: 'RFC2544: IPv4 base, scale, feature'
2820               yaxis: 'Packets Per Second'
2821               num-builds: '20'
2822               keep-records: True
2823               csv-file-name: 'csit-vpp-perf-trend-daily-master-ipv4-1.csv'
2824               series:
2825                   - file: 'csit/output_perf_data.xml'
2826                     format: xml
2827                     xpath-type: 'nodeset'
2828                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP4FWD")]'
2829             - title: '64B-2t2c-ethip4-ip4*-ndrdisc'
2830               group: 'RFC2544: IPv4 base, scale, feature'
2831               yaxis: 'Packets Per Second'
2832               num-builds: '20'
2833               keep-records: True
2834               csv-file-name: 'csit-vpp-perf-trend-daily-master-ipv4-2.csv'
2835               series:
2836                   - file: 'csit/output_perf_data.xml'
2837                     format: xml
2838                     xpath-type: 'nodeset'
2839                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP4FWD")]'
2840
2841             - title: '78B-1t1c-ethip6-ip6*-ndrdisc'
2842               group: 'RFC2544: IPv6 base, scale, feature'
2843               yaxis: 'Packets Per Second'
2844               num-builds: '20'
2845               keep-records: True
2846               csv-file-name: 'csit-vpp-perf-trend-daily-master-ipv6-1.csv'
2847               series:
2848                   - file: 'csit/output_perf_data.xml'
2849                     format: xml
2850                     xpath-type: 'nodeset'
2851                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP6FWD")]'
2852             - title: '78B-2t2c-ethip6-ip6*-ndrdisc'
2853               group: 'RFC2544: IPv6 base, scale, feature'
2854               yaxis: 'Packets Per Second'
2855               num-builds: '20'
2856               keep-records: True
2857               csv-file-name: 'csit-vpp-perf-trend-daily-master-ipv6-2.csv'
2858               series:
2859                   - file: 'csit/output_perf_data.xml'
2860                     format: xml
2861                     xpath-type: 'nodeset'
2862                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP6FWD")]'
2863
2864             - title: '64B-1t1c-ethip4*-ndrdisc'
2865               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
2866               yaxis: 'Packets Per Second'
2867               num-builds: '20'
2868               keep-records: True
2869               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-1.csv'
2870               series:
2871                   - file: 'csit/output_perf_data.xml'
2872                     format: xml
2873                     xpath-type: 'nodeset'
2874                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
2875             - title: '64B-2t2c-ethip4*-ndrdisc'
2876               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
2877               yaxis: 'Packets Per Second'
2878               num-builds: '20'
2879               keep-records: True
2880               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-2.csv'
2881               series:
2882                   - file: 'csit/output_perf_data.xml'
2883                     format: xml
2884                     xpath-type: 'nodeset'
2885                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
2886             - title: '78B-1t1c-ethip6*-ndrdisc'
2887               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
2888               yaxis: 'Packets Per Second'
2889               num-builds: '20'
2890               keep-records: True
2891               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-3.csv'
2892               series:
2893                   - file: 'csit/output_perf_data.xml'
2894                     format: xml
2895                     xpath-type: 'nodeset'
2896                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
2897             - title: '78B-2t2c-ethip6*-ndrdisc'
2898               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
2899               yaxis: 'Packets Per Second'
2900               num-builds: '20'
2901               keep-records: True
2902               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-4.csv'
2903               series:
2904                   - file: 'csit/output_perf_data.xml'
2905                     format: xml
2906                     xpath-type: 'nodeset'
2907                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
2908
2909             - title: '64B-1t1c-ethip4*-ndrdisc'
2910               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
2911               yaxis: 'Packets Per Second'
2912               num-builds: '20'
2913               keep-records: True
2914               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-sw-1.csv'
2915               series:
2916                   - file: 'csit/output_perf_data.xml'
2917                     format: xml
2918                     xpath-type: 'nodeset'
2919                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2920             - title: '64B-2t2c-ethip4*-ndrdisc'
2921               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
2922               yaxis: 'Packets Per Second'
2923               num-builds: '20'
2924               keep-records: True
2925               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-sw-2.csv'
2926               series:
2927                   - file: 'csit/output_perf_data.xml'
2928                     format: xml
2929                     xpath-type: 'nodeset'
2930                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2931             - title: '78B-1t1c-ethip6*-ndrdisc'
2932               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
2933               yaxis: 'Packets Per Second'
2934               num-builds: '20'
2935               keep-records: True
2936               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-sw-3.csv'
2937               series:
2938                   - file: 'csit/output_perf_data.xml'
2939                     format: xml
2940                     xpath-type: 'nodeset'
2941                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2942             - title: '78B-2t2c-ethip6*-ndrdisc'
2943               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
2944               yaxis: 'Packets Per Second'
2945               num-builds: '20'
2946               keep-records: True
2947               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-sw-4.csv'
2948               series:
2949                   - file: 'csit/output_perf_data.xml'
2950                     format: xml
2951                     xpath-type: 'nodeset'
2952                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2953
2954             - title: '64B-1t1c-ethip4*-ndrdisc'
2955               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2956               yaxis: 'Packets Per Second'
2957               num-builds: '20'
2958               keep-records: True
2959               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-hw-1.csv'
2960               series:
2961                   - file: 'csit/output_perf_data.xml'
2962                     format: xml
2963                     xpath-type: 'nodeset'
2964                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2965             - title: '64B-2t2c-ethip4*-ndrdisc'
2966               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2967               yaxis: 'Packets Per Second'
2968               num-builds: '20'
2969               keep-records: True
2970               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-hw-2.csv'
2971               series:
2972                   - file: 'csit/output_perf_data.xml'
2973                     format: xml
2974                     xpath-type: 'nodeset'
2975                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2976             - title: '78B-1t1c-ethip6*-ndrdisc'
2977               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2978               yaxis: 'Packets Per Second'
2979               num-builds: '20'
2980               keep-records: True
2981               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-hw-3.csv'
2982               series:
2983                   - file: 'csit/output_perf_data.xml'
2984                     format: xml
2985                     xpath-type: 'nodeset'
2986                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2987             - title: '78B-2t2c-ethip6*-ndrdisc'
2988               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
2989               yaxis: 'Packets Per Second'
2990               num-builds: '20'
2991               keep-records: True
2992               csv-file-name: 'csit-vpp-perf-trend-daily-master-crypto-hw-4.csv'
2993               series:
2994                   - file: 'csit/output_perf_data.xml'
2995                     format: xml
2996                     xpath-type: 'nodeset'
2997                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
2998
2999             - title: '64B-1t1c-ethip4*-ndrdisc'
3000               group: 'RFC2544: Overlay tunnels with crypto in software'
3001               yaxis: 'Packets Per Second'
3002               num-builds: '20'
3003               keep-records: True
3004               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-sw-1.csv'
3005               series:
3006                   - file: 'csit/output_perf_data.xml'
3007                     format: xml
3008                     xpath-type: 'nodeset'
3009                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3010             - title: '64B-2t2c-ethip4*-ndrdisc'
3011               group: 'RFC2544: Overlay tunnels with crypto in software'
3012               yaxis: 'Packets Per Second'
3013               num-builds: '20'
3014               keep-records: True
3015               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-sw-2.csv'
3016               series:
3017                   - file: 'csit/output_perf_data.xml'
3018                     format: xml
3019                     xpath-type: 'nodeset'
3020                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3021             - title: '78B-1t1c-ethip6*-ndrdisc'
3022               group: 'RFC2544: Overlay tunnels with crypto in software'
3023               yaxis: 'Packets Per Second'
3024               num-builds: '20'
3025               keep-records: True
3026               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-sw-3.csv'
3027               series:
3028                   - file: 'csit/output_perf_data.xml'
3029                     format: xml
3030                     xpath-type: 'nodeset'
3031                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3032             - title: '78B-2t2c-ethip6*-ndrdisc'
3033               group: 'RFC2544: Overlay tunnels with crypto in software'
3034               yaxis: 'Packets Per Second'
3035               num-builds: '20'
3036               keep-records: True
3037               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-sw-4.csv'
3038               series:
3039                   - file: 'csit/output_perf_data.xml'
3040                     format: xml
3041                     xpath-type: 'nodeset'
3042                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3043
3044             - title: '64B-1t1c-ethip4*-ndrdisc'
3045               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3046               yaxis: 'Packets Per Second'
3047               num-builds: '20'
3048               keep-records: True
3049               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-hw-1.csv'
3050               series:
3051                   - file: 'csit/output_perf_data.xml'
3052                     format: xml
3053                     xpath-type: 'nodeset'
3054                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3055             - title: '64B-2t2c-ethip4*-ndrdisc'
3056               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3057               yaxis: 'Packets Per Second'
3058               num-builds: '20'
3059               keep-records: True
3060               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-hw-2.csv'
3061               series:
3062                   - file: 'csit/output_perf_data.xml'
3063                     format: xml
3064                     xpath-type: 'nodeset'
3065                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3066             - title: '78B-1t1c-ethip6*-ndrdisc'
3067               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3068               yaxis: 'Packets Per Second'
3069               num-builds: '20'
3070               keep-records: True
3071               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-hw-3.csv'
3072               series:
3073                   - file: 'csit/output_perf_data.xml'
3074                     format: xml
3075                     xpath-type: 'nodeset'
3076                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3077             - title: '78B-2t2c-ethip6*-ndrdisc'
3078               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3079               yaxis: 'Packets Per Second'
3080               num-builds: '20'
3081               keep-records: True
3082               csv-file-name: 'csit-vpp-perf-trend-daily-master-encap-crypto-hw-4.csv'
3083               series:
3084                   - file: 'csit/output_perf_data.xml'
3085                     format: xml
3086                     xpath-type: 'nodeset'
3087                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3088
3089             - title: '64B-1t1c-*-vhost-*-ndrdisc'
3090               group: 'RFC2544: vhost-user'
3091               yaxis: 'Packets Per Second'
3092               num-builds: '20'
3093               keep-records: True
3094               csv-file-name: 'csit-vpp-perf-trend-daily-master-vhost-1.csv'
3095               series:
3096                   - file: 'csit/output_perf_data.xml'
3097                     format: xml
3098                     xpath-type: 'nodeset'
3099                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
3100             - title: '64B-2t2c-*-vhost-*-ndrdisc'
3101               group: 'RFC2544: vhost-user'
3102               yaxis: 'Packets Per Second'
3103               num-builds: '20'
3104               keep-records: True
3105               csv-file-name: 'csit-vpp-perf-trend-daily-master-vhost-2.csv'
3106               series:
3107                   - file: 'csit/output_perf_data.xml'
3108                     format: xml
3109                     xpath-type: 'nodeset'
3110                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
3111
3112 - job-template:
3113     name: 'csit-vpp-perf-trend-semi-weekly-master'
3114
3115     description: |
3116       Purpose of this job is to validate latest vpp build from corresponding
3117       branch stored in nexus against verified CSIT codebase of corresponding
3118       branch.
3119
3120       consumer
3121           csit-dev trending semi-weekly
3122       objective
3123           semi-weekly perf trending of vpp master build job
3124           name
3125               csit-vpp-perf-trend-semi-weekly
3126           trigger
3127               scheduled semi-weekly
3128       perf test-cases selection
3129           all CSIT perf suites
3130       default tags for vpp startup config and perf test type
3131           1T1C - one worker thread, one core
3132           2T2C - two worker threads, two cores
3133           X710 - Intel x710 Fortville NIC
3134           XL710 - Intel xl710 Fortville NIC
3135           NDRDISC - discovery of NDR throughput
3136       results
3137           jjb verify - no
3138           present
3139               jenkins trending graphs
3140
3141     project-type: freestyle
3142     node: 'ubuntu1604-basebuild-4c-4g'
3143     concurrent: false
3144
3145     logrotate:
3146         daysToKeep: '{build-days-to-keep}'
3147         numToKeep: '{build-num-to-keep}'
3148         artifactDaysToKeep: '{build-artifact-days-to-keep}'
3149         artifactNumToKeep: '{build-artifact-num-to-keep}'
3150
3151     parameters:
3152         - project-parameter:
3153             project: '{project}'
3154         - gerrit-parameter:
3155             branch: '{branch}'
3156
3157     wrappers:
3158       - fdio-infra-wrappers-non-activity-timeout:
3159           build-timeout: '1440'
3160
3161     triggers:
3162         - timed: 'H H(17-20) * * 2,6'
3163
3164     builders:
3165         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
3166         - inject:
3167             properties-file: variables.prop
3168         - shell:
3169             !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-trend-semi-weekly.sh
3170
3171     publishers:
3172         - archive-artifacts:
3173             artifacts: 'csit/archive/*.*'
3174             latest-only: false
3175
3176         - robot:
3177             output-path: 'csit/archive'
3178             other-files:
3179               - '*.*'
3180
3181         - fdio-infra-shiplogs:
3182             maven-version: 'mvn33-new'
3183
3184         - plot:
3185             - title: '64B-1t1c-eth-l2*-ndrdisc'
3186               group: 'RFC2544: Xconnect and Bridge Domain'
3187               yaxis: 'Packets Per Second'
3188               num-builds: '20'
3189               keep-records: True
3190               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-l2-1.csv'
3191               series:
3192                   - file: 'csit/output_perf_data.xml'
3193                     format: xml
3194                     xpath-type: 'nodeset'
3195                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
3196             - title: '64B-2t2c-eth-l2*-ndrdisc'
3197               group: 'RFC2544: Xconnect and Bridge Domain'
3198               yaxis: 'Packets Per Second'
3199               num-builds: '20'
3200               keep-records: True
3201               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-l2-2.csv'
3202               series:
3203                   - file: 'csit/output_perf_data.xml'
3204                     format: xml
3205                     xpath-type: 'nodeset'
3206                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "BASE") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "L2BDMACSTAT") or contains(@tags, "L2BDMACLRN") or contains(@tags, "L2XCFWD"))]'
3207
3208             - title: '64B-1t1c-ethip4-ip4*-ndrdisc'
3209               group: 'RFC2544: IPv4 base, scale, feature'
3210               yaxis: 'Packets Per Second'
3211               num-builds: '20'
3212               keep-records: True
3213               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-ipv4-1.csv'
3214               series:
3215                   - file: 'csit/output_perf_data.xml'
3216                     format: xml
3217                     xpath-type: 'nodeset'
3218                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP4FWD")]'
3219             - title: '64B-2t2c-ethip4-ip4*-ndrdisc'
3220               group: 'RFC2544: IPv4 base, scale, feature'
3221               yaxis: 'Packets Per Second'
3222               num-builds: '20'
3223               keep-records: True
3224               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-ipv4-2.csv'
3225               series:
3226                   - file: 'csit/output_perf_data.xml'
3227                     format: xml
3228                     xpath-type: 'nodeset'
3229                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP4FWD")]'
3230
3231             - title: '78B-1t1c-ethip6-ip6*-ndrdisc'
3232               group: 'RFC2544: IPv6 base, scale, feature'
3233               yaxis: 'Packets Per Second'
3234               num-builds: '20'
3235               keep-records: True
3236               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-ipv6-1.csv'
3237               series:
3238                   - file: 'csit/output_perf_data.xml'
3239                     format: xml
3240                     xpath-type: 'nodeset'
3241                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IP6FWD")]'
3242             - title: '78B-2t2c-ethip6-ip6*-ndrdisc'
3243               group: 'RFC2544: IPv6 base, scale, feature'
3244               yaxis: 'Packets Per Second'
3245               num-builds: '20'
3246               keep-records: True
3247               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-ipv6-2.csv'
3248               series:
3249                   - file: 'csit/output_perf_data.xml'
3250                     format: xml
3251                     xpath-type: 'nodeset'
3252                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and (contains(@tags, "BASE") or contains(@tags, "SCALE") or contains(@tags, "FEATURE")) and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IP6FWD")]'
3253
3254             - title: '64B-1t1c-ethip4*-ndrdisc'
3255               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
3256               yaxis: 'Packets Per Second'
3257               num-builds: '20'
3258               keep-records: True
3259               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-1.csv'
3260               series:
3261                   - file: 'csit/output_perf_data.xml'
3262                     format: xml
3263                     xpath-type: 'nodeset'
3264                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
3265             - title: '64B-2t2c-ethip4*-ndrdisc'
3266               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
3267               yaxis: 'Packets Per Second'
3268               num-builds: '20'
3269               keep-records: True
3270               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-2.csv'
3271               series:
3272                   - file: 'csit/output_perf_data.xml'
3273                     format: xml
3274                     xpath-type: 'nodeset'
3275                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
3276             - title: '78B-1t1c-ethip6*-ndrdisc'
3277               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
3278               yaxis: 'Packets Per Second'
3279               num-builds: '20'
3280               keep-records: True
3281               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-3.csv'
3282               series:
3283                   - file: 'csit/output_perf_data.xml'
3284                     format: xml
3285                     xpath-type: 'nodeset'
3286                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
3287             - title: '78B-2t2c-ethip6*-ndrdisc'
3288               group: 'RFC2544: Overlay tunnels - LISP, VXLAN, GPE, GRE'
3289               yaxis: 'Packets Per Second'
3290               num-builds: '20'
3291               keep-records: True
3292               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-4.csv'
3293               series:
3294                   - file: 'csit/output_perf_data.xml'
3295                     format: xml
3296                     xpath-type: 'nodeset'
3297                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE"))]'
3298
3299             - title: '64B-1t1c-ethip4*-ndrdisc'
3300               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
3301               yaxis: 'Packets Per Second'
3302               num-builds: '20'
3303               keep-records: True
3304               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-sw-1.csv'
3305               series:
3306                   - file: 'csit/output_perf_data.xml'
3307                     format: xml
3308                     xpath-type: 'nodeset'
3309                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3310             - title: '64B-2t2c-ethip4*-ndrdisc'
3311               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
3312               yaxis: 'Packets Per Second'
3313               num-builds: '20'
3314               keep-records: True
3315               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-sw-2.csv'
3316               series:
3317                   - file: 'csit/output_perf_data.xml'
3318                     format: xml
3319                     xpath-type: 'nodeset'
3320                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3321             - title: '78B-1t1c-ethip6*-ndrdisc'
3322               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
3323               yaxis: 'Packets Per Second'
3324               num-builds: '20'
3325               keep-records: True
3326               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-sw-3.csv'
3327               series:
3328                   - file: 'csit/output_perf_data.xml'
3329                     format: xml
3330                     xpath-type: 'nodeset'
3331                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3332             - title: '78B-2t2c-ethip6*-ndrdisc'
3333               group: 'RFC2544: Crypto in software: IP4FWD, IP6FWD'
3334               yaxis: 'Packets Per Second'
3335               num-builds: '20'
3336               keep-records: True
3337               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-sw-4.csv'
3338               series:
3339                   - file: 'csit/output_perf_data.xml'
3340                     format: xml
3341                     xpath-type: 'nodeset'
3342                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3343
3344             - title: '64B-1t1c-ethip4*-ndrdisc'
3345               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
3346               yaxis: 'Packets Per Second'
3347               num-builds: '20'
3348               keep-records: True
3349               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-hw-1.csv'
3350               series:
3351                   - file: 'csit/output_perf_data.xml'
3352                     format: xml
3353                     xpath-type: 'nodeset'
3354                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3355             - title: '64B-2t2c-ethip4*-ndrdisc'
3356               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
3357               yaxis: 'Packets Per Second'
3358               num-builds: '20'
3359               keep-records: True
3360               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-hw-2.csv'
3361               series:
3362                   - file: 'csit/output_perf_data.xml'
3363                     format: xml
3364                     xpath-type: 'nodeset'
3365                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP4FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3366             - title: '78B-1t1c-ethip6*-ndrdisc'
3367               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
3368               yaxis: 'Packets Per Second'
3369               num-builds: '20'
3370               keep-records: True
3371               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-hw-3.csv'
3372               series:
3373                   - file: 'csit/output_perf_data.xml'
3374                     format: xml
3375                     xpath-type: 'nodeset'
3376                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3377             - title: '78B-2t2c-ethip6*-ndrdisc'
3378               group: 'RFC2544: Crypto in hardware: IP4FWD, IP6FWD'
3379               yaxis: 'Packets Per Second'
3380               num-builds: '20'
3381               keep-records: True
3382               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-crypto-hw-4.csv'
3383               series:
3384                   - file: 'csit/output_perf_data.xml'
3385                     format: xml
3386                     xpath-type: 'nodeset'
3387                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "IP6FWD") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3388
3389             - title: '64B-1t1c-ethip4*-ndrdisc'
3390               group: 'RFC2544: Overlay tunnels with crypto in software'
3391               yaxis: 'Packets Per Second'
3392               num-builds: '20'
3393               keep-records: True
3394               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-sw-1.csv'
3395               series:
3396                   - file: 'csit/output_perf_data.xml'
3397                     format: xml
3398                     xpath-type: 'nodeset'
3399                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3400             - title: '64B-2t2c-ethip4*-ndrdisc'
3401               group: 'RFC2544: Overlay tunnels with crypto in software'
3402               yaxis: 'Packets Per Second'
3403               num-builds: '20'
3404               keep-records: True
3405               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-sw-2.csv'
3406               series:
3407                   - file: 'csit/output_perf_data.xml'
3408                     format: xml
3409                     xpath-type: 'nodeset'
3410                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3411             - title: '78B-1t1c-ethip6*-ndrdisc'
3412               group: 'RFC2544: Overlay tunnels with crypto in software'
3413               yaxis: 'Packets Per Second'
3414               num-builds: '20'
3415               keep-records: True
3416               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-sw-3.csv'
3417               series:
3418                   - file: 'csit/output_perf_data.xml'
3419                     format: xml
3420                     xpath-type: 'nodeset'
3421                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3422             - title: '78B-2t2c-ethip6*-ndrdisc'
3423               group: 'RFC2544: Overlay tunnels with crypto in software'
3424               yaxis: 'Packets Per Second'
3425               num-builds: '20'
3426               keep-records: True
3427               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-sw-4.csv'
3428               series:
3429                   - file: 'csit/output_perf_data.xml'
3430                     format: xml
3431                     xpath-type: 'nodeset'
3432                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECSW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3433
3434             - title: '64B-1t1c-ethip4*-ndrdisc'
3435               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3436               yaxis: 'Packets Per Second'
3437               num-builds: '20'
3438               keep-records: True
3439               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-hw-1.csv'
3440               series:
3441                   - file: 'csit/output_perf_data.xml'
3442                     format: xml
3443                     xpath-type: 'nodeset'
3444                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3445             - title: '64B-2t2c-ethip4*-ndrdisc'
3446               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3447               yaxis: 'Packets Per Second'
3448               num-builds: '20'
3449               keep-records: True
3450               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-hw-2.csv'
3451               series:
3452                   - file: 'csit/output_perf_data.xml'
3453                     format: xml
3454                     xpath-type: 'nodeset'
3455                     xpath: '//*[@framesize="64B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3456             - title: '78B-1t1c-ethip6*-ndrdisc'
3457               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3458               yaxis: 'Packets Per Second'
3459               num-builds: '20'
3460               keep-records: True
3461               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-hw-3.csv'
3462               series:
3463                   - file: 'csit/output_perf_data.xml'
3464                     format: xml
3465                     xpath-type: 'nodeset'
3466                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3467             - title: '78B-2t2c-ethip6*-ndrdisc'
3468               group: 'RFC2544: Overlay tunnels with crypto in hardware'
3469               yaxis: 'Packets Per Second'
3470               num-builds: '20'
3471               keep-records: True
3472               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-encap-crypto-hw-4.csv'
3473               series:
3474                   - file: 'csit/output_perf_data.xml'
3475                     format: xml
3476                     xpath-type: 'nodeset'
3477                     xpath: '//*[@framesize="78B" and not(contains(@tags, "VHOST")) and contains(@tags, "ENCAP") and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and (contains(@tags, "VXLAN") or contains(@tags, "VXLANGPE") or contains(@tags, "LISP") or contains(@tags, "LISPGPE") or contains(@tags, "GRE")) and contains(@tags, "IPSECHW") and (contains(@tags, "IPSECTRAN") or contains(@tags, "IPSECTUN"))]'
3478
3479             - title: '64B-1t1c-*-vhost-*-ndrdisc'
3480               group: 'RFC2544: vhost-user'
3481               yaxis: 'Packets Per Second'
3482               num-builds: '20'
3483               keep-records: True
3484               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-vhost-1.csv'
3485               series:
3486                   - file: 'csit/output_perf_data.xml'
3487                     format: xml
3488                     xpath-type: 'nodeset'
3489                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "1T1C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
3490             - title: '64B-2t2c-*-vhost-*-ndrdisc'
3491               group: 'RFC2544: vhost-user'
3492               yaxis: 'Packets Per Second'
3493               num-builds: '20'
3494               keep-records: True
3495               csv-file-name: 'csit-vpp-perf-trend-semi-weekly-master-vhost-2.csv'
3496               series:
3497                   - file: 'csit/output_perf_data.xml'
3498                     format: xml
3499                     xpath-type: 'nodeset'
3500                     xpath: '//*[@framesize="64B" and contains(@tags, "NDRDISC") and contains(@tags, "2T2C") and contains(@tags, "VHOST") and (contains(@tags, "ETH") or contains(@tags, "DOT1Q") or contains(@tags, "VXLAN"))]'
3501
3502 - job-template:
3503     name: 'csit-vpp-perf-check-{stream}'
3504
3505     description: |
3506       consumer
3507           csit-dev perf code base checks
3508       objective
3509           check csit perf code base
3510       job
3511           name
3512               csit-vpp-perf-check
3513           trigger
3514               see below
3515       perf test-cases selection
3516           all CSIT perf suites
3517       keywords
3518           format - keyword, tag_list
3519               verify-perf-ndrdisc, NDRDISC
3520               verify-perf-pdrdisc, PDRDISC
3521               verify-perf-ndrchk, NDRCHK
3522       default tags for vpp startup config and perf test type
3523           1T1C
3524               one worker thread, one core
3525           2T2C
3526               two worker threads, two cores
3527       results
3528           jjb verify
3529               PASS/FAIL
3530           present
3531               no
3532           analyse
3533               csit project
3534                   catch malfunctions
3535                   catch degradations
3536
3537     project-type: freestyle
3538     node: 'ubuntu1604-basebuild-4c-4g'
3539     concurrent: false
3540
3541     logrotate:
3542         daysToKeep: '{build-days-to-keep}'
3543         numToKeep: '{build-num-to-keep}'
3544         artifactDaysToKeep: '{build-artifact-days-to-keep}'
3545         artifactNumToKeep: '{build-artifact-num-to-keep}'
3546
3547     parameters:
3548         - project-parameter:
3549             project: '{project}'
3550         - gerrit-parameter:
3551             branch: '{branch}'
3552
3553     scm:
3554         - gerrit-trigger-scm:
3555             credentials-id: 'jenkins-gerrit-credentials'
3556             refspec: '$GERRIT_REFSPEC'
3557             choosing-strategy: 'gerrit'
3558
3559     wrappers:
3560       - fdio-infra-wrappers-non-activity-timeout:
3561           build-timeout: '1440'
3562
3563     triggers:
3564         - gerrit:
3565             server-name: 'Primary'
3566             trigger-on:
3567                 - comment-added-contains-event:
3568                     comment-contains-value: 'verify-perf-ndrdisc'
3569                 - comment-added-contains-event:
3570                     comment-contains-value: 'verify-perf-pdrdisc'
3571                 - comment-added-contains-event:
3572                     comment-contains-value: 'verify-perf-ndrchk'
3573             projects:
3574               - project-compare-type: 'ANT'
3575                 project-pattern: '{project}'
3576                 branches:
3577                   - branch-compare-type: 'ANT'
3578                     branch-pattern: '**/{branch}'
3579             skip-vote:
3580                 successful: false
3581                 failed: false
3582                 unstable: false
3583                 notbuilt: false
3584
3585     builders:
3586         - shell:
3587             !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-check.sh
3588
3589     publishers:
3590         - archive-artifacts:
3591             artifacts: 'archive/*.*'
3592             latest-only: false
3593
3594         - robot:
3595             output-path: archive
3596             other-files:
3597               - '*.*'
3598
3599         - fdio-infra-shiplogs:
3600             maven-version: 'mvn33-new'
3601
3602 - job-template:
3603     name: 'csit-vpp-perf-ndrchk-daily-master'
3604
3605     description: |
3606       objective
3607           check vpp perf ndr chk daily
3608       job
3609           name
3610               csit-vpp-perf-ndrchk-daily
3611           trigger
3612               daily
3613       perf test-cases selection
3614           all CSIT perf suites
3615       default tags for vpp startup config and perf test type
3616           1T1C - one worker thread, one core
3617           2T2C - two worker threads, two cores
3618       results
3619           jjb verify
3620               PASS/FAIL
3621           present
3622               no
3623           analyse
3624               csit project
3625                   catch malfunctions
3626                   catch degradations
3627
3628     project-type: freestyle
3629     node: 'ubuntu1604-basebuild-4c-4g'
3630     concurrent: false
3631
3632     logrotate:
3633         daysToKeep: '{build-days-to-keep}'
3634         numToKeep: '{build-num-to-keep}'
3635         artifactDaysToKeep: '{build-artifact-days-to-keep}'
3636         artifactNumToKeep: '{build-artifact-num-to-keep}'
3637
3638     parameters:
3639         - project-parameter:
3640             project: '{project}'
3641         - gerrit-parameter:
3642             branch: '{branch}'
3643
3644     wrappers:
3645       - fdio-infra-wrappers-non-activity-timeout:
3646           build-timeout: '1440'
3647
3648     triggers:
3649         - timed: 'H H(0-2) * * *'
3650
3651     builders:
3652         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
3653         - inject:
3654             properties-file: variables.prop
3655         - shell:
3656             !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-ndrchk-daily.sh
3657
3658     publishers:
3659         - archive-artifacts:
3660             artifacts: 'csit/archive/*.*'
3661             latest-only: false
3662
3663         - robot:
3664             output-path: 'csit/archive'
3665             other-files:
3666               - '*.*'
3667
3668         - fdio-infra-shiplogs:
3669             maven-version: 'mvn33-new'
3670
3671 - job-template:
3672     name: 'csit-vpp-perf-verify-{stream}'
3673
3674     description: |
3675       objective
3676           perf verify - per csit gerrit patch
3677       job
3678           name
3679               csit-vpp-perf-verify
3680           trigger
3681               keyword in comment to csit patch
3682       perf test-cases selection
3683           test-cases selected using trigger keywords paired with tags
3684           all test-cases are labelled with CSIT RF topic tags defined in
3685           csit/docs/tag_documentation.rst
3686       proposed keywords
3687           focus on testing specified vpp packet processing path
3688           format - keyword - tag_list
3689           perf_verify_ip4 - IP4Base, IP4Scale2M
3690           perf_verify_ip6 - IP6Base, IP6Scale2M
3691           perf_verify_l2 - L2XC, L2BD
3692           perf_verify_lisp - 4Lisp, 6Lisp
3693           perf_verify_vxlan - Vxlan
3694           perf_verify_vhost - Vhost
3695       default tags for vpp startup config and perf test type
3696           1T1C
3697               one worker thread, one core
3698           X520
3699               x520 Niantic NIC
3700           NDRDISC
3701               discovery of NDR throughput
3702       results
3703           jjb verify
3704               PASS/FAIL
3705           present
3706               no
3707           analyse
3708               no
3709     project-type: freestyle
3710     node: 'ubuntu1604-basebuild-4c-4g'
3711     concurrent: false
3712
3713     logrotate:
3714         daysToKeep: '{build-days-to-keep}'
3715         numToKeep: '{build-num-to-keep}'
3716         artifactDaysToKeep: '{build-artifact-days-to-keep}'
3717         artifactNumToKeep: '{build-artifact-num-to-keep}'
3718
3719     parameters:
3720         - project-parameter:
3721             project: '{project}'
3722         - gerrit-parameter:
3723             branch: '{branch}'
3724
3725     scm:
3726         - gerrit-trigger-scm:
3727             credentials-id: 'jenkins-gerrit-credentials'
3728             refspec: '$GERRIT_REFSPEC'
3729             choosing-strategy: 'gerrit'
3730
3731     wrappers:
3732       - fdio-infra-wrappers-non-activity-timeout:
3733           build-timeout: '1440'
3734
3735     triggers:
3736         - gerrit:
3737             server-name: 'Primary'
3738             trigger-on:
3739                 - comment-added-contains-event:
3740                     comment-contains-value: 'verify-perf-l2'
3741                 - comment-added-contains-event:
3742                     comment-contains-value: 'verify-perf-ip4'
3743                 - comment-added-contains-event:
3744                     comment-contains-value: 'verify-perf-ip6'
3745                 - comment-added-contains-event:
3746                     comment-contains-value: 'verify-perf-lisp'
3747                 - comment-added-contains-event:
3748                     comment-contains-value: 'verify-perf-vxlan'
3749                 - comment-added-contains-event:
3750                     comment-contains-value: 'verify-perf-vhost'
3751             projects:
3752               - project-compare-type: 'ANT'
3753                 project-pattern: '{project}'
3754                 branches:
3755                   - branch-compare-type: 'ANT'
3756                     branch-pattern: '**/{branch}'
3757             skip-vote:
3758                 successful: false
3759                 failed: false
3760                 unstable: false
3761                 notbuilt: false
3762
3763     builders:
3764         - shell:
3765             !include-raw-escape: jjb/csit/include-raw-csit-vpp-perf-verify.sh
3766
3767     publishers:
3768         - archive-artifacts:
3769             artifacts: 'archive/*.*'
3770             latest-only: false
3771
3772         - robot:
3773             output-path: archive
3774             other-files:
3775               - '*.*'
3776
3777         - fdio-infra-shiplogs:
3778             maven-version: 'mvn33-new'
3779
3780 - job-template:
3781     name: 'csit-nsh_sfc-verify-perf-{stream}'
3782
3783     project-type: freestyle
3784     node: 'ubuntu1604-basebuild-4c-4g'
3785     concurrent: true
3786
3787     logrotate:
3788         daysToKeep: '{build-days-to-keep}'
3789         numToKeep: '{build-num-to-keep}'
3790         artifactDaysToKeep: '{build-artifact-days-to-keep}'
3791         artifactNumToKeep: '{build-artifact-num-to-keep}'
3792
3793     parameters:
3794         - project-parameter:
3795             project: '{project}'
3796         - gerrit-parameter:
3797             branch: '{branch}'
3798
3799     scm:
3800         - gerrit-trigger-scm:
3801             credentials-id: 'jenkins-gerrit-credentials'
3802             refspec: '$GERRIT_REFSPEC'
3803             choosing-strategy: 'gerrit'
3804
3805     wrappers:
3806       - fdio-infra-wrappers-non-activity-timeout:
3807           build-timeout: 30
3808
3809     triggers:
3810         - gerrit-trigger-manually-triggered:
3811             name: '{project}'
3812             branch: '{branch}'
3813             comment-trigger-value: 'csit_nsh_sfc_perf'
3814
3815     builders:
3816         - shell:
3817             !include-raw-escape: jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh
3818
3819     publishers:
3820         - archive-artifacts:
3821             artifacts: 'archive/*.*'
3822             latest-only: false
3823
3824         - robot-report:
3825             output-path: 'archive'
3826
3827         - fdio-infra-shiplogs:
3828             maven-version: 'mvn33-new'
3829
3830 - job-template:
3831     name: 'csit-nsh_sfc-verify-func-{stream}-{os}-virl'
3832
3833     project-type: freestyle
3834     node: '{os}-basebuild-4c-4g'
3835     concurrent: true
3836
3837     logrotate:
3838         daysToKeep: '{build-days-to-keep}'
3839         numToKeep: '{build-num-to-keep}'
3840         artifactDaysToKeep: '{build-artifact-days-to-keep}'
3841         artifactNumToKeep: '{build-artifact-num-to-keep}'
3842
3843     parameters:
3844         - project-parameter:
3845             project: '{project}'
3846         - gerrit-parameter:
3847             branch: '{branch}'
3848         - os-parameter:
3849             os: '{os}'
3850
3851     scm:
3852         - gerrit-trigger-scm:
3853             credentials-id: 'jenkins-gerrit-credentials'
3854             refspec: '$GERRIT_REFSPEC'
3855             choosing-strategy: 'gerrit'
3856
3857     wrappers:
3858         - fdio-infra-wrappers:
3859             build-timeout: '{build-timeout}'
3860
3861     triggers:
3862         - gerrit-trigger-manually-triggered:
3863             name: '{project}'
3864             branch: '{branch}'
3865             comment-trigger-value: 'csit_nsh_sfc_func'
3866
3867     builders:
3868         - shell:
3869             !include-raw-escape: include-raw-csit-nsh_sfc-functional-virl.sh
3870
3871     publishers:
3872         - archive-artifacts:
3873             artifacts: 'archive/*.*'
3874             latest-only: false
3875
3876         - robot-report:
3877             output-path: 'archive'
3878
3879         - fdio-infra-shiplogs:
3880             maven-version: 'mvn33-new'
3881
3882 - job-template:
3883     name: 'csit-tldk-verify-func-{stream}-{os}-virl'
3884
3885     project-type: freestyle
3886     node: '{os}-basebuild-4c-4g'
3887     concurrent: true
3888
3889     logrotate:
3890         daysToKeep: '{build-days-to-keep}'
3891         numToKeep: '{build-num-to-keep}'
3892         artifactDaysToKeep: '{build-artifact-days-to-keep}'
3893         artifactNumToKeep: '{build-artifact-num-to-keep}'
3894
3895     parameters:
3896         - project-parameter:
3897             project: '{project}'
3898         - gerrit-parameter:
3899             branch: '{branch}'
3900         - os-parameter:
3901             os: '{os}'
3902
3903     scm:
3904         - gerrit-trigger-scm:
3905             credentials-id: 'jenkins-gerrit-credentials'
3906             refspec: '$GERRIT_REFSPEC'
3907             choosing-strategy: 'gerrit'
3908
3909     wrappers:
3910         - fdio-infra-wrappers:
3911             build-timeout: '{build-timeout}'
3912
3913     triggers:
3914         - gerrit-trigger-manually-triggered:
3915             name: '{project}'
3916             branch: '{branch}'
3917             comment-trigger-value: 'csit_verify_tldk_func'
3918
3919     builders:
3920         - shell:
3921             !include-raw-escape: include-raw-csit-tldk-functional-virl.sh
3922
3923     publishers:
3924         - archive-artifacts:
3925             artifacts: 'archive/*.*'
3926             latest-only: false
3927
3928         - robot-report:
3929             output-path: 'archive'
3930
3931         - fdio-infra-shiplogs:
3932             maven-version: 'mvn33-new'
3933
3934 - parameter:
3935     name: test-type-parameter
3936     parameters:
3937         - string:
3938             name: TYPE
3939             default: '{type}'
3940             description: "Test TYPE parameter if not given by trigger"