c0441af51a0d0a401d5e656be0754f4b09a488ee
[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       - inttest-csit-1node
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
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:1000000
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: v2-standard-4
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'