Skip to content

Commit

Permalink
Merge "Fix netconf scale-max-devices test"
Browse files Browse the repository at this point in the history
  • Loading branch information
rovarga authored and Gerrit Code Review committed Oct 10, 2024
2 parents be43ba7 + 60ba9aa commit f0c70ac
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions jjb/netconf/netconf-scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@

# 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

Expand All @@ -79,10 +84,15 @@
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"
Expand Down

0 comments on commit f0c70ac

Please sign in to comment.