diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-09-19 07:14:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-19 07:14:23 +0000 |
commit | 1428827b25bec913979c9c3f85672668a0b1961c (patch) | |
tree | 4fc11421fba4087f236f0d41ee8ce23f4649eb87 /jjb | |
parent | c7c82f49e1af644542b2a5fbde8f870eee9c9ff5 (diff) | |
parent | 441eda067a2deb482f9c58513e9a0af6d7dc9856 (diff) |
Merge "Enable parser project"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/functest/functest-alpine.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index 35311c3a9..cc832a4b4 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -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 |