af00f82e92b7791ced7f4cff6e04453cff384f82
[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       - chlorine:
18           branch: "master"
19           jre: "openjdk17"
20       - sulfur:
21           branch: "stable/sulfur"
22           jre: "openjdk11"
23       - phosphorus:
24           branch: "stable/phosphorus"
25           jre: "openjdk11"
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       odl-restconf-nb-bierman02
40
41     # Robot custom options
42     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test
43     # environment or more complex scenario is chosen
44     robot-options: >
45       -v USE_NETCONF_CONNECTOR:False
46       -v COUNT:250000
47       -v INSERT:10
48       -v WITHDRAW:9
49       -v PREFILL:10
50       -v UPDATE:single
51       -v TEST_DURATION_MULTIPLIER:4
52
53     # Controller configuration
54     odl_system_flavor: v3-standard-4
55
56     # Plot Info
57     01-plot-title: "Number of generated updates"
58     01-plot-yaxis: "Total number of updates"
59     01-plot-group: "BGP Scaling test suite"
60     01-plot-data-file: "totals-bgp.csv"
61     02-plot-title: "Generated load"
62     02-plot-yaxis: "Updates per second"
63     02-plot-group: "BGP Scaling test suite"
64     02-plot-data-file: "performance-bgp.csv"