Disable all Oxygen Jobs to save infra resources
[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       - sodium:
18           branch: 'master'
19       - neon:
20           branch: 'stable/neon'
21       - fluorine:
22           branch: 'stable/fluorine'
23       - oxygen:
24           branch: 'stable/oxygen'
25           disable-job: 'true'
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-bgp-config-example,
36         odl-bgpcep-data-change-counter
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:500000
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: odl-standard-4
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'