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