X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-cluster-stress.yaml;h=1227599900e0a2755da7bed96a29fd972622bb3b;hb=d2dbe00f26c3fd709f069d917b6d466d7bda4115;hp=3214911a406e420783b7c1a3a931647273badd4a;hpb=d39d37b3aeed4852cf3ed9d34fa103ad40c51494;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-cluster-stress.yaml b/jjb/netconf/netconf-cluster-stress.yaml index 3214911a4..122759990 100644 --- a/jjb/netconf/netconf-cluster-stress.yaml +++ b/jjb/netconf/netconf-cluster-stress.yaml @@ -1,4 +1,37 @@ --- +- project: + name: netconf-csit-cluster-stress + jobs: + - inttest-csit-3node -# Fix this [0] before git-reverting this job. -# [0] https://trello.com/c/SbOodkUt/490-int-nest-repair-netconf-cluster-stress-suite + # The project name + project: 'netconf' + + # The functionality under test + functionality: 'cluster-stress' + + # Project branches + stream: + - fluorine: + branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 + + install: + - all: + scope: 'all' + + # Features to install + install-features: > + odl-restconf, + odl-jolokia, + odl-netconf-clustered-topology + + # Robot custom options + # TODO: Make sure every suite has this as default, then remove this value from here. + robot-options: '-v USE_NETCONF_CONNECTOR:False'