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