Add netconf scale job to find max devices 87/81887/1
authorjluhrsen <jluhrsen@gmail.com>
Fri, 3 May 2019 04:21:19 +0000 (21:21 -0700)
committerjluhrsen <jluhrsen@gmail.com>
Fri, 3 May 2019 04:21:38 +0000 (21:21 -0700)
Change-Id: I189e3616f898dd0b26219b8d692618938875e0d3
Signed-off-by: jluhrsen <jluhrsen@gmail.com>
jjb/netconf/netconf-scale.yaml

index 6e610acf677cb623643812c38fb9d15fe6f632dd..344482b959e1f3e08fde92725e6e13f8e1e75cf1 100644 (file)
 
     # ODL system configuration
     odl_system_flavor: odl-standard-4
+
+- project:
+      name: netconf-csit-scale-max-devices
+      jobs:
+          - inttest-csit-1node
+
+      # The project name
+      project: 'netconf'
+
+      # The functionality under test
+      functionality: 'scale-max-devices'
+
+      # Project branches
+      stream:
+          - sodium:
+                branch: 'master'
+          - neon:
+                branch: 'stable/neon'
+          - fluorine:
+                branch: 'stable/fluorine'
+
+      install:
+          - only:
+                scope: 'only'
+
+      # Features to install
+      install-features: >
+          odl-restconf,
+          odl-clustering-test-app,
+          odl-netconf-mdsal,
+          odl-netconf-topology,
+          odl-jolokia,
+          decanter-collector-jmx,
+          decanter-appender-elasticsearch
+
+      # Robot custom options
+      robot-options: '-v USE_NETCONF_CONNECTOR:False'
+
+      # ODL system configuration
+      odl_system_flavor: odl-standard-8