Merge "jjb: xci: xci-start-new-vm: Switch to pre-built bifrost OS images"
authorMarkos Chandras <mchandras@suse.de>
Thu, 8 Mar 2018 09:30:00 +0000 (09:30 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 8 Mar 2018 09:30:00 +0000 (09:30 +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