Remove netconf-connector feature from throughpcep suite as it is not needed 18/50018/1
authorPeter Gubka <pgubka@cisco.com>
Wed, 4 Jan 2017 12:47:26 +0000 (13:47 +0100)
committerPeter Gubka <pgubka@cisco.com>
Wed, 4 Jan 2017 12:50:52 +0000 (13:50 +0100)
Change-Id: I95c71724db531c08685222f9d2716d4a90301258
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/bgpcep/bgpcep-csit-throughpcep.yaml

index c9da445228fdb9c39bed1fdaef2fb77907e6b5c1..dc5e8a069fcddb8925b93973d2c17d5ba8e1a60a 100644 (file)
             scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep,odl-netconf-connector-all'
+    install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep'
 
     # Readiness check timeout is lowered from the suite's high default value.
     # The other options are workarounds for Sandbox not being as performant
     # as the private lab where this suite was developed.
     # Robot custom options:
-    robot-options: '-v USE_NETCONF_CONNECTOR:True -v PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:600'
+    robot-options: '-v USE_NETCONF_CONNECTOR:False -v PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:600'
 
     # This performance test can take up to one hour to finish,
     # so the job is defined to run once a day.