bf69777980e7e3b32ddc393618a68a4f5ab02224
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgp-ingest.yaml
1 - project:
2     name: bgpcep-csit-bgp-ingest
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'bgpcep'
8
9     # The functionality under test
10     functionality: 'bgp-ingest'
11
12     # Project branches
13     stream:
14         - boron:
15             branch: 'master'
16         - beryllium:
17             branch: 'stable/beryllium'
18         - stable-lithium:
19             branch: 'stable/lithium'
20
21     install:
22         - only:
23             scope: 'only'
24         - all:
25             scope: 'all'
26
27     # Features to install
28     install-features: 'odl-restconf,odl-bgpcep-data-change-counter,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-connector-all'
29
30     # Robot custom options:
31     robot-options: '-v CHECK_PERIOD_PREFIX_COUNT_SINGLE:10 -v REPETITIONS_CHANGE_COUNT_SINGLE:3 -v CHECK_PERIOD_PREFIX_COUNT_MANY:10 -v TEST_DURATION_MULTIPLIER_PREFIX_COUNT_MANY:8.0 -v REPETITIONS_CHANGE_COUNT_MANY:10 -v MULTIPLICITY_CHANGE_COUNT_MANY:600 -v TEST_DURATION_MULTIPLIER_CHANGE_COUNT_MANY:8.0 '
32
33     # Trigger jobs: (daily)
34     schedule: 'H H * * *'
35
36 - project:
37     name: bgpcep-csit-bgp-ingest-mixed
38     jobs:
39         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
40
41     # The project name
42     project: 'bgpcep'
43
44     # The functionality under test
45     functionality: 'bgp-ingest-mixed'
46
47     # Project branches
48     stream:
49         - boron:
50             branch: 'master'
51         - beryllium:
52             branch: 'stable/beryllium'
53         - stable-lithium:
54             branch: 'stable/lithium'
55
56     install:
57         - only:
58             scope: 'only'
59         - all:
60             scope: 'all'
61
62     # Features to install
63     install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-data-change-counter,odl-netconf-connector-all'
64
65     # Robot custom options
66     # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test environment or more complex scenario is chosen
67     robot-options: '-v COUNT:1000000 -v INSERT:10 -v WITHDRAW:9 -v PREFILL:10 -v UPDATE:single -v TEST_DURATION_MULTIPLIER:4'
68
69     # Trigger jobs (daily)
70     schedule: 'H H * * *'
71
72     # Plot Info
73     01-plot-title: 'Number of generated updates'
74     01-plot-yaxis: 'Total number of updates'
75     01-plot-group: 'BGP Scaling test suite'
76     01-plot-data-file: 'totals-bgp.csv'
77     02-plot-title: 'Generated load'
78     02-plot-yaxis: 'Updates per second'
79     02-plot-group: 'BGP Scaling test suite'
80     02-plot-data-file: 'performance-bgp.csv'