Refactor stats collection test
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily-old.yaml
index 1a59ff240429fe574f035a322abd18a7fc3cc8fd..74b50e5d69f54acb3e82dc11d41e54410997b55e 100644 (file)
@@ -1,7 +1,8 @@
+---
 - project:
     name: openflowplugin-csit-scale-stats-collection-daily-old
     jobs:
-        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+      - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'openflowplugin'
 
     # Project branches
     stream:
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
+      - beryllium:
+          branch: 'stable/beryllium'
+          jre: 'openjdk7'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
+
+    # Job images
+    odl_system_flavor: '8 GB General Purpose v1'
 
     # Features to install
     install-features: 'odl-openflowplugin-flow-services-ui'
 
     # Robot custom options
-    robot-options: '-v flnr:50000'
+    robot-options: '-v flnr:64000 -v swnr:32 -v fpr:200'
 
     # Plot Info
-    01-plot-title: 'Flows (100k) Setup Time'
-    01-plot-yaxis: '[s]'
-    01-plot-group: 'Config Performance'
-    01-plot-data-file: 'flows_setup_time.csv'
-
-    02-plot-title: 'REST setup rate (for 100k flows)'
-    02-plot-yaxis: 'setup time[s], req[flows/s]'
-    02-plot-group: 'Performance Rate'
-    02-plot-data-file: 'flows_install_rate.csv'
+    01-plot-title: 'Stats Collection Rate'
+    01-plot-yaxis: 'flow_mods/sec'
+    01-plot-group: 'Stats Collection Performance'
+    01-plot-data-file: 'stats_rate.csv'
+    02-plot-title: 'Stats Collection Time'
+    02-plot-yaxis: 'seconds'
+    02-plot-group: 'Stats Collection Performance'
+    02-plot-data-file: 'stats_time.csv'