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