--- - project: name: distribution-csit-userfeatures jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'distribution' # The functionality under test functionality: 'userfeatures' # Project branches stream: - oxygen: branch: 'master' jre: 'openjdk8' - nitrogen: branch: 'stable/nitrogen' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' karaf-version: karaf3 - boron: branch: 'stable/boron' jre: 'openjdk8' karaf-version: karaf3 install-features: 'odl-restconf,odl-distribution-version,odl-netconf-connector-all,odl-jolokia' robot-options: '-v USE_NETCONF_CONNECTOR:True' # TODO: Add Beryllium when everything is backported there. install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-restconf,odl-distribution-version,odl-netconf-topology,odl-jolokia' # Robot custom options robot-options: '-v USE_NETCONF_CONNECTOR:False' # Controller configuration odl_system_flavor: 8 GB General Purpose v1