4519cfad54a2d72830ffd97e1a34486dd5966c5f
[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
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
34     # Robot custom options
35     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test
36     # environment or more complex scenario is chosen
37     robot-options: >
38         -v USE_NETCONF_CONNECTOR:False
39         -v COUNT:500000
40         -v INSERT:10
41         -v WITHDRAW:9
42         -v PREFILL:10
43         -v UPDATE:single
44         -v TEST_DURATION_MULTIPLIER:4
45
46     # Controller configuration
47     odl_system_flavor: odl-standard-2
48
49     # Plot Info
50     01-plot-title: 'Number of generated updates'
51     01-plot-yaxis: 'Total number of updates'
52     01-plot-group: 'BGP Scaling test suite'
53     01-plot-data-file: 'totals-bgp.csv'
54     02-plot-title: 'Generated load'
55     02-plot-yaxis: 'Updates per second'
56     02-plot-group: 'BGP Scaling test suite'
57     02-plot-data-file: 'performance-bgp.csv'