aaaad52bf3549288526695e2981c30ea69d49f8d
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-perf-stats-collection.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-perf-stats-collection
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: "openflowplugin"
9     jre: "openjdk17"
10
11     # The functionality under test
12     functionality:
13       - perf-stats-collection
14       - gate-perf-stats-collection
15
16     # Project branches
17     stream:
18       - calcium:
19           branch: "master"
20       - potassium:
21           branch: "stable/potassium"
22       - argon:
23           branch: "stable/argon"
24
25     install:
26       - only:
27           scope: "only"
28
29     # Features to install
30     install-features: "odl-openflowplugin-flow-services-rest"
31
32     # Robot custom options
33     robot-options: "-v flnr:100000 -v swnr:32 -v fpr:200"
34
35     # Plot Info
36     01-plot-title: "Stats Collection Rate"
37     01-plot-yaxis: "flow_mods/sec"
38     01-plot-group: "Stats Collection Performance"
39     01-plot-data-file: "stats_rate.csv"
40     02-plot-title: "Stats Collection Time"
41     02-plot-yaxis: "seconds"
42     02-plot-group: "Stats Collection Performance"
43     02-plot-data-file: "stats_time.csv"