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