summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-09-14 19:55:51 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-09-16 01:07:01 +0800
commit441eda067a2deb482f9c58513e9a0af6d7dc9856 (patch)
tree3ab4671e01d60d46026f3660f17b4327043ac2dd /jjb/functest
parenta9bac248658d45c2fc18c9ba44dac3adbd79b456 (diff)
Enable parser project
Enable parser project since it has tested successfully in multiple installers. Change-Id: I7f6f22910cf2b44975c511d3ff20b822181c18fe Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'jjb/functest')
-rwxr-xr-xjjb/functest/functest-alpine.sh2
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