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