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