Merge "Run patrole test in Jenkins"
authorFatih Degirmenci <fdegir@gmail.com>
Thu, 8 Mar 2018 09:09:14 +0000 (09:09 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 8 Mar 2018 09:09:14 +0000 (09:09 +0000)
jjb/functest/functest-alpine.sh

index 432bbbb..541cc78 100755 (executable)
@@ -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