--- - project: name: bgpcep-csit-throughpcep jobs: - inttest-csit-1node # The project name project: "bgpcep" # The functionality under test functionality: - throughpcep - gate-throughpcep # Project branches stream: - silicon: branch: "master" jre: "openjdk11" - aluminium: branch: "stable/aluminium" jre: "openjdk11" - magnesium: branch: "stable/magnesium" jre: "openjdk11" install: - all: scope: "all" # Features to install install-features: "odl-restconf,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:False -v PCEP_READY_VERIFY_TIMEOUT:180 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:900 # Controller configuration odl_system_flavor: odl-standard-4