Merge "Update cloud image CentOS7 robot x86_64"
[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
26     karaf-version: bgpcep
27
28     install:
29       - all:
30           scope: "all"
31
32     # Features to install
33     install-features: >
34       odl-restconf,
35       odl-bgpcep-bgp,
36       odl-bgpcep-bgp-config-example,
37       odl-bgpcep-data-change-counter,
38       odl-restconf-nb-bierman02
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"