Merge "Support any number of controller and mininet instances"
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgp-ingest.yaml
index 9741e3e01cff6fec938576e4a497b4c86b7285f8..4f8ac1b76f3aee25ed5d987c78621561af7dad63 100644 (file)
 
     # Trigger jobs: (daily)
     schedule: 'H H * * *'
+
+- project:
+    name: bgpcep-csit-bgp-ingest-mixed
+    jobs:
+        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'bgpcep'
+
+    # The functionality under test
+    functionality: 'bgp-ingest-mixed'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-netconf-connector-all,odl-bgpcep-data-change-counter'
+
+    # Robot custom options
+    # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test environment or more complex scenario is chosen
+    robot-options: '-v COUNT:1000000 -v INSERT:10 -v WITHDRAW:9 -v PREFILL:10 -v UPDATE:single -v TEST_DURATION_MULTIPLIER:4'
+
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'
+
+    # Plot Info
+    01-plot-title: 'Number of generated updates'
+    01-plot-yaxis: 'Total number of updates'
+    01-plot-group: 'BGP Scaling test suite'
+    01-plot-data-file: 'totals-bgp.csv'
+    02-plot-title: 'Generated load'
+    02-plot-yaxis: 'Updates per second'
+    02-plot-group: 'BGP Scaling test suite'
+    02-plot-data-file: 'performance-bgp.csv'