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