6c186784e8147541e61e612821421707cb034ce3
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgp-gate-ingest-mixed.yaml
1 ---
2 - project:
3     name: bgpcep-csit-gate-bgp-ingest-mixed
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality: 'gate-bgp-ingest-mixed'
12
13     # Project branches
14     stream:
15       - oxygen:
16           branch: 'master'
17       - nitrogen:
18           branch: 'stable/nitrogen'
19       - carbon:
20           branch: 'stable/carbon'
21           karaf-version: karaf3
22
23     install:
24       - all:
25           scope: 'all'
26
27     # Features to install
28     install-features: >
29         odl-restconf,
30         odl-bgpcep-bgp,
31         odl-bgpcep-bgp-config-example,
32         odl-bgpcep-data-change-counter,
33         odl-netconf-topology
34
35     # Robot custom options
36     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test
37     # environment or more complex scenario is chosen
38     robot-options: >
39         -v USE_NETCONF_CONNECTOR:False
40         -v COUNT:1000000
41         -v INSERT:10
42         -v WITHDRAW:9
43         -v PREFILL:10
44         -v UPDATE:single
45         -v TEST_DURATION_MULTIPLIER:4
46
47     # Controller configuration
48     odl_system_flavor: v1-performance-4
49
50     # Plot Info
51     01-plot-title: 'Number of generated updates'
52     01-plot-yaxis: 'Total number of updates'
53     01-plot-group: 'BGP Scaling test suite'
54     01-plot-data-file: 'totals-bgp.csv'
55     02-plot-title: 'Generated load'
56     02-plot-yaxis: 'Updates per second'
57     02-plot-group: 'BGP Scaling test suite'
58     02-plot-data-file: 'performance-bgp.csv'