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