Add odl-restconf to install-features 67/73567/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 28 Jun 2018 16:38:15 +0000 (09:38 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 28 Jun 2018 18:03:03 +0000 (11:03 -0700)
The -all- job that runs the normal csit will bring in the
compatible-with-all set which already includes odl-restconf.
However, the verify csit job is the -only- version which will
only load the features in install-features. Since the
odl-clustering-test-app feature does not include restconf
we need to have that in this list.

Change-Id: I6c0e93989d821e6f9417e2f232fb8ce2f8637ff1
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/controller/controller-csit-clustering.yaml

index c4f868330e24f67cae0959087db2c755a2ec5ae3..36beac1219ae0e030beb5706778d4b79732d31b4 100644 (file)
@@ -5,13 +5,9 @@
       - inttest-csit-3node
       - inttest-csit-verify-3node
 
-    # The project name
     project: 'controller'
-
-    # The functionality under test
     functionality: 'clustering'
 
-    # Project branches
     stream:
       - fluorine:
           branch: 'master'
       - all:
           scope: 'all'
 
-    # No tools system VMs needed in JCloud configuration
     tools_system_count: 0
 
-    # Features to install
-    # We do not need to explicitly install restconf here (which is not brought in by the clustering-test-app)
-    # because this project will only create the -all- job which will automatically install the compatible with
-    # all feature set. That feature set will bring in restconf, which is required by the CSIT suites. If/When
-    # the -only- version of this job is brought back, we'll need to take that in to consideration.
     install-features: >
+        odl-restconf,
         odl-clustering-test-app
-
-    # Robot custom options
-    robot-options: ''