Merge changes I4bb1c7db,Ief5d0401
[releng/builder.git] / jjb / netconf / netconf-scale.yaml
index c63520dc7a156d73c283d2ef2c6e88b3703c34db..050e557fbb59a66b18040a9127d2126f25e485e6 100644 (file)
@@ -5,40 +5,39 @@
       - inttest-csit-1node
 
     # The project name
-    project: 'netconf'
+    project: "netconf"
 
     # The functionality under test
-    functionality: 'scale'
+    functionality: "scale"
 
     # Project branches
     stream:
+      - silicon:
+          branch: "master"
+          jre: "openjdk11"
       - aluminium:
-          branch: 'master'
-          jre: 'openjdk11'
+          branch: "stable/aluminium"
+          jre: "openjdk11"
       - magnesium:
-          branch: 'stable/magnesium'
-          jre: 'openjdk11'
-      - sodium:
-          branch: 'stable/sodium'
-      - neon:
-          branch: 'stable/neon'
+          branch: "stable/magnesium"
+          jre: "openjdk11"
 
     install:
       - only:
-          scope: 'only'
+          scope: "only"
 
     # Features to install
     install-features: >
-        odl-restconf,
-        odl-clustering-test-app,
-        odl-netconf-mdsal,
-        odl-netconf-topology
+      odl-restconf,
+      odl-clustering-test-app,
+      odl-netconf-mdsal,
+      odl-netconf-topology
 
     # Robot custom options
-    robot-options: '-v USE_NETCONF_CONNECTOR:False'
+    robot-options: "-v USE_NETCONF_CONNECTOR:False"
 
     # ODL system configuration
-    odl_system_flavor: odl-standard-4
+    odl_system_flavor: v3-standard-4
 
 - project:
     name: netconf-csit-scale-max-devices
       - inttest-csit-1node
 
     # The project name
-    project: 'netconf'
+    project: "netconf"
 
     # The functionality under test
-    functionality: 'scale-max-devices'
+    functionality: "scale-max-devices"
 
     # Project branches
     stream:
+      - silicon:
+          branch: "master"
+          jre: "openjdk11"
+          robot-options:
+            "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:400
+            -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:200 -v TESTTOOL_BOOT_TIMEOUT:600s
+            -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
       - aluminium:
-          branch: 'master'
-          jre: 'openjdk11'
+          branch: "stable/aluminium"
+          jre: "openjdk11"
+          robot-options:
+            "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:1000
+            -v MAX_DEVICE_COUNT:4000 -v DEVICE_INCREMENT:500 -v TESTTOOL_BOOT_TIMEOUT:600s
+            -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
       - magnesium:
-          branch: 'stable/magnesium'
-          jre: 'openjdk11'
-      - sodium:
-          branch: 'stable/sodium'
-      - neon:
-          branch: 'stable/neon'
+          branch: "stable/magnesium"
+          jre: "openjdk11"
+          robot-options:
+            "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:250
+            -v MAX_DEVICE_COUNT:1000 -v DEVICE_INCREMENT:100 -v TESTTOOL_BOOT_TIMEOUT:600s
+            -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
 
     install:
       - only:
-          scope: 'only'
+          scope: "only"
 
     # Features to install
     install-features: >
-        odl-restconf,
-        odl-clustering-test-app,
-        odl-netconf-mdsal,
-        odl-netconf-topology,
-        odl-jolokia
+      odl-restconf,
+      odl-clustering-test-app,
+      odl-netconf-mdsal,
+      odl-netconf-topology,
+      odl-jolokia
 
-    # Robot custom options
-    robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:50
-                    -v MAX_DEVICE_COUNT:500 -v DEVICE_INCREMENT:50 -v TESTTOOL_BOOT_TIMEOUT:600s
-                    -v MAX_HEAP:4G'
     # ODL system configuration
     odl_system_flavor: odl-standard-8
-    controller-max-mem: '12G'
+    controller-max-mem: "12G"
     tools_system_flavor: odl-standard-8
 
     # Plot Info
-    01-plot-title: 'Max Devices'
-    01-plot-yaxis: 'Devices'
-    01-plot-group: 'Netconf Devices'
-    01-plot-data-file: 'devices.csv'
+    01-plot-title: "Max Devices"
+    01-plot-yaxis: "Devices"
+    01-plot-group: "Netconf Devices"
+    01-plot-data-file: "devices.csv"
+
+    build-timeout: "720"