Remove nitrogen branches in projects
[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
20     install:
21       - all:
22           scope: 'all'
23
24     # Features to install
25     install-features: >
26         odl-restconf,
27         odl-bgpcep-bgp,
28         odl-bgpcep-bgp-config-example,
29         odl-bgpcep-data-change-counter
30
31     # Robot custom options
32     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test
33     # environment or more complex scenario is chosen
34     robot-options: >
35         -v USE_NETCONF_CONNECTOR:False
36         -v COUNT:1000000
37         -v INSERT:10
38         -v WITHDRAW:9
39         -v PREFILL:10
40         -v UPDATE:single
41         -v TEST_DURATION_MULTIPLIER:4
42
43     # Controller configuration
44     odl_system_flavor: odl-standard-4
45
46     # Plot Info
47     01-plot-title: 'Number of generated updates'
48     01-plot-yaxis: 'Total number of updates'
49     01-plot-group: 'BGP Scaling test suite'
50     01-plot-data-file: 'totals-bgp.csv'
51     02-plot-title: 'Generated load'
52     02-plot-yaxis: 'Updates per second'
53     02-plot-group: 'BGP Scaling test suite'
54     02-plot-data-file: 'performance-bgp.csv'