Fix netconf scale-max-devices test 30/113930/2
authorSangwook Ha <sangwook.ha@verizon.com>
Wed, 9 Oct 2024 18:39:15 +0000 (11:39 -0700)
committerSangwook Ha <sangwook.ha@verizon.com>
Wed, 9 Oct 2024 21:31:04 +0000 (14:31 -0700)
The CSIT jobs for the netconf scale-max-devices is defined only for
the master branch with an incorrect Java version.

Fix the stream list and update test VM flavors to v3.

Change-Id: Ia3b0dd398508c3f3c60901052a038aeccea06c0a
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
jjb/netconf/netconf-scale.yaml

index ec5b738bfacb7bae14a88af02a40887191b08614..348022506505c5326629a630731c2f28a4acd416 100644 (file)
 
     # Project branches
     stream:
-      - master:
+      - titanium:
+          branch: "master"
+          jre: "openjdk21"
+      - scandium:
           branch: "master"
+          jre: "openjdk21"
+      - calcium:
+          branch: "7.0.x"
+          jre: "openjdk17"
+      - potassium:
+          branch: "6.0.x"
           jre: "openjdk17"
-          robot-options:
-            "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
-            \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
-            \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
 
     karaf-version: netconf
 
       odl-netconf-topology,
       odl-jolokia
 
+    # Robot custom options
+    robot-options: "-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v\
+      \ INIT_DEVICE_COUNT:1000 -v MAX_DEVICE_COUNT:3000 -v DEVICE_INCREMENT:500\
+      \ -v TESTTOOL_BOOT_TIMEOUT:600s -v MAX_HEAP:4G --flattenkeywords name:*repeat*keyword*"
+
     # ODL system configuration
-    odl_system_flavor: odl-standard-8
+    odl_system_flavor: v3-standard-8
     controller-max-mem: "12G"
-    tools_system_flavor: odl-standard-8
+    tools_system_flavor: v3-standard-8
 
     # Plot Info
     01-plot-title: "Max Devices"