- project: name: bgpcep-csit-throughpcep jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'bgpcep' # The functionality under test functionality: 'throughpcep' # Project branches stream: - boron: branch: 'master' jdk: 'openjdk8' - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' - stable-lithium: branch: 'stable/lithium' jdk: 'openjdk7' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep,odl-netconf-connector-all' # 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 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. # Trigger jobs: (daily) schedule: 'H H * * *'