37137285cea644d49f2d470f89b62a4d18250025
[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-periodic
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       - oxygen:
17           branch: 'master'
18       - nitrogen:
19           branch: 'stable/nitrogen'
20       - carbon:
21           branch: 'stable/carbon'
22           karaf-version: karaf3
23
24     install:
25       - all:
26           scope: 'all'
27
28     # Features to install
29     install-features: >
30         odl-restconf,
31         odl-bgpcep-bgp,
32         odl-bgpcep-bgp-config-example,
33         odl-bgpcep-data-change-counter
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: v2-standard-2
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'