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