Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgp-ingest-mixed.yaml
1 ---
2 - project:
3     name: bgpcep-csit-bgp-ingest-mixed
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality:
12       - bgp-ingest-mixed
13       - gate-bgp-ingest-mixed
14
15     # Project branches
16     stream:
17       - neon:
18           branch: 'master'
19       - fluorine:
20           branch: 'stable/fluorine'
21       - oxygen:
22           branch: 'stable/oxygen'
23
24     install:
25       - all:
26           scope: 'all'
27
28     # Features to install
29     install-features: >
30         odl-restconf,
31         odl-bgpcep-bgp,
32         odl-bgpcep-bgp-config-example,
33         odl-bgpcep-data-change-counter
34
35     # Robot custom options
36     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test
37     # environment or more complex scenario is chosen
38     robot-options: >
39         -v USE_NETCONF_CONNECTOR:False
40         -v COUNT:500000
41         -v INSERT:10
42         -v WITHDRAW:9
43         -v PREFILL:10
44         -v UPDATE:single
45         -v TEST_DURATION_MULTIPLIER:4
46
47     # Controller configuration
48     odl_system_flavor: odl-standard-4
49
50     # Plot Info
51     01-plot-title: 'Number of generated updates'
52     01-plot-yaxis: 'Total number of updates'
53     01-plot-group: 'BGP Scaling test suite'
54     01-plot-data-file: 'totals-bgp.csv'
55     02-plot-title: 'Generated load'
56     02-plot-yaxis: 'Updates per second'
57     02-plot-group: 'BGP Scaling test suite'
58     02-plot-data-file: 'performance-bgp.csv'