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