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