Run patrole test in Jenkins 45/53045/1
authorLinda Wang <wangwulin@huawei.com>
Sun, 4 Mar 2018 07:05:09 +0000 (07:05 +0000)
committerLinda Wang <wangwulin@huawei.com>
Sun, 4 Mar 2018 07:05:09 +0000 (07:05 +0000)
Change-Id: I94fe7ecf83e72b4e7ed47bb25cfe010d9b3db15d
Signed-off-by: Linda Wang <wangwulin@huawei.com>
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