Update infrautils jobs for 2024.09 Scandium
[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     jre: "openjdk17"
10
11     # The functionality under test
12     functionality:
13       - bgp-ingest-mixed
14       - gate-bgp-ingest-mixed
15
16     # Project branches
17     stream:
18       - scandium:
19           branch: "master"
20       - calcium:
21           branch: "stable/calcium"
22       - potassium:
23           branch: "stable/potassium"
24
25     karaf-version: bgpcep
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:250000
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: v3-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"