9bd657d8c7354bb141b309af53694cfe1f57a991
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily-frs.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scale-stats-collection-daily-frs
4     jobs:
5       - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'scale-stats-collection-daily-frs'
12
13     # Project branches
14     stream:
15       - nitrogen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - carbon:
19           branch: 'stable/carbon'
20           jre: 'openjdk8'
21           karaf-version: karaf3
22       - boron:
23           branch: 'stable/boron'
24           jre: 'openjdk8'
25           karaf-version: karaf3
26
27     install:
28       - only:
29           scope: 'only'
30
31     # Features to install
32     install-features: >
33         odl-restconf,
34         odl-openflowplugin-app-config-pusher,
35         odl-openflowplugin-app-topology,
36         odl-openflowplugin-app-forwardingrules-sync
37
38     # Robot custom options
39     robot-options: '-v flnr:50000'
40
41     # Plot Info
42     01-plot-title: 'Flows (100k) Setup Time'
43     01-plot-yaxis: '[s]'
44     01-plot-group: 'Config Performance'
45     01-plot-data-file: 'flows_setup_time.csv'
46
47     02-plot-title: 'REST setup rate (for 100k flows)'
48     02-plot-yaxis: 'setup time[s], req[flows/s]'
49     02-plot-group: 'Performance Rate'
50     02-plot-data-file: 'flows_install_rate.csv'