From: Peter Gubka Date: Wed, 4 Jan 2017 12:47:26 +0000 (+0100) Subject: Remove netconf-connector feature from throughpcep suite as it is not needed X-Git-Tag: release/boron-sr3~477 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ba92cc5d58df002ddc015b97741615fe8bcf2dee;p=releng%2Fbuilder.git Remove netconf-connector feature from throughpcep suite as it is not needed Change-Id: I95c71724db531c08685222f9d2716d4a90301258 Signed-off-by: Peter Gubka --- diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index c9da44522..dc5e8a069 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -28,13 +28,13 @@ 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.