Merge "Add Test for VNF Package Management - Artifacts"
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 4 Feb 2021 14:33:31 +0000 (14:33 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 4 Feb 2021 14:33:31 +0000 (14:33 +0000)
plans/ccsdk-oran/polmansuite/data/preparePmsData.sh

index 65a957e..9644a41 100755 (executable)
@@ -86,7 +86,7 @@ expect="Policy type 2 is OK.201"
 checkRes
 echo -e "\n"
 
-for i in {1..12}; do
+for i in {1..30}; do
        echo "policy types from policy agent:"
     curlString="curl -skw %{http_code} $httpx://localhost:$policy_agent_port/a1-policy/v2/policy-types"
     res=$($curlString)