Enable parser project 61/41961/2
authorshangxdy <shang.xiaodong@zte.com.cn>
Thu, 14 Sep 2017 11:55:51 +0000 (19:55 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Fri, 15 Sep 2017 17:07:01 +0000 (01:07 +0800)
Enable parser project since it has tested successfully in multiple
installers.

Change-Id: I7f6f22910cf2b44975c511d3ff20b822181c18fe
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
jjb/functest/functest-alpine.sh

index 35311c3..cc832a4 100755 (executable)
@@ -72,7 +72,7 @@ if [ ${FUNCTEST_SUITE_NAME} == 'healthcheck' ]; then
     tiers=(healthcheck)
 else
     if [ ${DEPLOY_TYPE} == 'baremetal' ]; then
-        tiers=(healthcheck smoke features vnf)
+        tiers=(healthcheck smoke features vnf parser)
     else
         tiers=(healthcheck smoke features)
     fi