Remove separate features lists 72/72872/1
authorTomas Markovic <tomas.markovic@pantheon.tech>
Tue, 12 Jun 2018 10:25:04 +0000 (12:25 +0200)
committerTomas Markovic <tomas.markovic@pantheon.tech>
Tue, 12 Jun 2018 10:26:13 +0000 (12:26 +0200)
Due to removal of carbon and nitrogen test
this is no longer necessary, and is simply
duplicate code.

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

index feca52dadd102292be75aa5e886fc7984e64a8b9..248aeec6ebe5dfc808e000838e3bac2e1d0a15a0 100644 (file)
     stream:
       - fluorine:
           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
       - oxygen:
           branch: 'stable/oxygen'
-          install-features: >
-              odl-restconf,
-              odl-bgpcep-bgp,
-              odl-bgpcep-bgp-config-example,
-              odl-bgpcep-bmp,
-              odl-bgpcep-bmp-config-example,
-              odl-bgpcep-pcep
 
     install:
       - only:
           scope: 'only'
 
+    # Features to install
+    install-features: >
+        odl-restconf,
+        odl-bgpcep-bgp,
+        odl-bgpcep-bgp-config-example,
+        odl-bgpcep-bmp,
+        odl-bgpcep-bmp-config-example,
+        odl-bgpcep-pcep
+
     # Robot custom options:
     robot-options: '-v USE_NETCONF_CONNECTOR:False'