Add features for bgpclustering ha 25/66725/4
authorTomas Markovic <tomas.markovic@pantheon.tech>
Fri, 22 Dec 2017 09:19:06 +0000 (10:19 +0100)
committerTomas Markovic <tomas.markovic@pantheon.tech>
Tue, 9 Jan 2018 15:03:41 +0000 (16:03 +0100)
Features for Bmp ha tests for Oxygen.
Features for Pcep ha tests for Oxygen.

Change-Id: Ic90326a309fb4c3dd3d995cff3ff134c49456373
Signed-off-by: Tomas Markovic <tomas.markovic@pantheon.tech>
jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml

index 8cf9a9682a5da815d717e6d60da8f66379f848dc..2ba4c45cacf67076f2dfad516eda5a542678dec5 100644 (file)
     stream:
       - oxygen:
           branch: 'master'
+          install-features: >
+              odl-restconf,
+              odl-bgpcep-bgp,
+              odl-bgpcep-bgp-config-example,
+              odl-bgpcep-bmp,
+              odl-bgpcep-bmp-config-example,
+              odl-bgpcep-pcep
+
       - nitrogen:
           branch: 'stable/nitrogen'
+          install-features: >
+              odl-restconf,
+              odl-bgpcep-bgp,
+              odl-bgpcep-bgp-config-example
       - carbon:
           branch: 'stable/carbon'
           karaf-version: karaf3
+          install-features: >
+              odl-restconf,
+              odl-bgpcep-bgp,
+              odl-bgpcep-bgp-config-example
 
     install:
       - only:
           scope: 'only'
 
-    # Features to install
-    install-features: >
-        odl-restconf,
-        odl-bgpcep-bgp,
-        odl-bgpcep-bgp-config-example
-
     # Robot custom options:
     robot-options: '-v USE_NETCONF_CONNECTOR:False'