Merge "Enable parser project"
authorMorgan Richomme <morgan.richomme@orange.com>
Tue, 19 Sep 2017 07:14:23 +0000 (07:14 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 19 Sep 2017 07:14:23 +0000 (07:14 +0000)
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