--- - project: name: netconf-csit-cluster-stress jobs: - '{project}-csit-3node-{functionality}-{install}-{stream}' # The project name project: 'netconf' # The functionality under test functionality: 'cluster-stress' # Project branches stream: - carbon: branch: 'master' jre: 'openjdk8' - boron: branch: 'stable/boron' jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' install: - only: scope: 'only' - all: scope: 'all' # Features to install # odl-jolokia is added automatically just because this is a 3node job. # Netconf clustered feature is installed at runtime. install-features: 'odl-netconf-ssh,odl-restconf' # Robot custom options robot-options: '-v USE_NETCONF_CONNECTOR:False'