removing netconf connector from netconf scale suite for carbon 01/49301/1
authorPeter Gubka <pgubka@cisco.com>
Tue, 13 Dec 2016 14:18:33 +0000 (15:18 +0100)
committerPeter Gubka <pgubka@cisco.com>
Tue, 13 Dec 2016 14:18:33 +0000 (15:18 +0100)
Change-Id: Ia29aec3a8e959d3e931920e6e4601df67acd49c8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/netconf/netconf-scale.yaml

index dbfba1dbb6850ad686664d852db37474b1f960c9..649454fc401e2fce33cabebcfa6471171772c35f 100644 (file)
         - boron:
             branch: 'stable/boron'
             jre: 'openjdk8'
+            install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all,odl-netconf-topology'
+            robot-options: '-v USE_NETCONF_CONNECTOR:True'
         - beryllium:
             branch: 'stable/beryllium'
             jre: 'openjdk7'
+            install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all,odl-netconf-topology'
+            robot-options: '-v USE_NETCONF_CONNECTOR:True'
 
     install:
         - only:
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all,odl-netconf-topology'
+    install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-topology'
 
     # Robot custom options
-    robot-options: '-v USE_NETCONF_CONNECTOR:True'
+    robot-options: '-v USE_NETCONF_CONNECTOR:False'
 
     # This scaling test can take several hours to finish,
     # so the job is defined to run once a day.