enabling rest api config perf tests for jenkinst usage 36/18336/1
authorPeter Gubka <pgubka@cisco.com>
Wed, 15 Apr 2015 12:17:50 +0000 (14:17 +0200)
committerPeter Gubka <pgubka@cisco.com>
Wed, 15 Apr 2015 12:17:50 +0000 (14:17 +0200)
this commit depends on https://git.opendaylight.org/gerrit/#/c/18333/
and together with this gerrit it implements
https://trello.com/c/nHYXeOYa/94-performance-prepare-e2e-flow-push-test-using-jan-s-scripts

how it should work can be seen in sandbox
https://jenkins.opendaylight.org/sandbox/job/openflowplugin-csit-1node-cds-config-performance-only-master/

Change-Id: Ib731fbbe2092d93ee65d2a6ecff36372ed6610cc
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/openflowplugin/openflowplugin-csit-config-performance-master.yaml [new file with mode: 0644]

diff --git a/jjb/openflowplugin/openflowplugin-csit-config-performance-master.yaml b/jjb/openflowplugin/openflowplugin-csit-config-performance-master.yaml
new file mode 100644 (file)
index 0000000..97629e6
--- /dev/null
@@ -0,0 +1,34 @@
+- project:
+    name: openflowplugin-csit-config-performance-master
+    jobs:
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The functionality under test
+    functionality: 'config-performance'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+
+    # Features to install
+    install-features: 'odl-openflowplugin-flow-services-ui'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'
+
+    # Plot Info
+    01-plot-title: 'Config Rest Api Rate'
+    01-plot-yaxis: 'http_req/sec'
+    01-plot-group: 'Config Performance'
+    01-plot-data-file: 'rates.csv'