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?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F53045%2F1;p=releng.git 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