Replace `` cmd substitution with $()
[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       - carbon:
16           branch: 'master'
17           jre: 'openjdk8'
18       - boron:
19           branch: 'stable/boron'
20           jre: 'openjdk8'
21
22     install:
23       - only:
24           scope: 'only'
25
26     # Features to install
27     install-features: >
28         odl-restconf,
29         odl-openflowplugin-app-config-pusher,
30         odl-openflowplugin-app-topology,
31         odl-openflowplugin-app-forwardingrules-sync
32
33     # Robot custom options
34     robot-options: '-v flnr:50000'
35
36     # Plot Info
37     01-plot-title: 'Flows (100k) Setup Time'
38     01-plot-yaxis: '[s]'
39     01-plot-group: 'Config Performance'
40     01-plot-data-file: 'flows_setup_time.csv'
41
42     02-plot-title: 'REST setup rate (for 100k flows)'
43     02-plot-yaxis: 'setup time[s], req[flows/s]'
44     02-plot-group: 'Performance Rate'
45     02-plot-data-file: 'flows_install_rate.csv'