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