adding sfc package to install list for verification 37/10237/1
authorDan Radez <dradez@redhat.com>
Thu, 18 Feb 2016 22:35:05 +0000 (17:35 -0500)
committerDan Radez <dradez@redhat.com>
Thu, 18 Feb 2016 22:35:05 +0000 (17:35 -0500)
Change-Id: I63ef60ce8b276927f7e7fa6ff664d9325dfdc6b1
Signed-off-by: Dan Radez <dradez@redhat.com>
jjb/apex/apex.yml

index 2ce451b..a37465e 100644 (file)
             fi
 
             RPM_LIST=$RPM_INSTALL_PATH
-            for pkg in common undercloud; do
+            for pkg in common undercloud opendaylight-sfc; do
                 RPM_LIST+=" ${RPM_INSTALL_PATH/opnfv-apex/opnfv-apex-${pkg}}"
             done