From: Linda Wang Date: Sun, 4 Mar 2018 07:05:09 +0000 (+0000) Subject: Run patrole test in Jenkins X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=cd7069f7439c06ad612ad2f65267fe4ad0911851 Run patrole test in Jenkins Change-Id: I94fe7ecf83e72b4e7ed47bb25cfe010d9b3db15d Signed-off-by: Linda Wang --- diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index 432bbbb8b..541cc786c 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -177,9 +177,9 @@ if [[ ${DEPLOY_SCENARIO} =~ ^os-.* ]]; then run_tiers ${tiers} else if [ ${DEPLOY_TYPE} == 'baremetal' ]; then - tiers=(healthcheck smoke features vnf parser) + tiers=(healthcheck smoke patrole features vnf parser) else - tiers=(healthcheck smoke features) + tiers=(healthcheck smoke patrole features) fi run_tiers ${tiers} fi