diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-11-09 11:20:06 -0600 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-11-09 11:37:20 -0600 |
commit | 887bb7eb64a3b730d20d00d8a00b6e350bb9738b (patch) | |
tree | 248727b83b1568ee883c5b57c0bda6026236f34e /config/pe/push-policies.sh | |
parent | c4a59ba52a1be5bcab607eb14c4885c87a638604 (diff) |
brmsgw 1.1.0 dependencies instead of 1.1.1
Change-Id: I4356091f168a9bb9ada7756611728e04f68e2a3e
Issue-ID: POLICY-436
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'config/pe/push-policies.sh')
-rwxr-xr-x | config/pe/push-policies.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pe/push-policies.sh b/config/pe/push-policies.sh index 20e0bfaa..27320c32 100755 --- a/config/pe/push-policies.sh +++ b/config/pe/push-policies.sh @@ -229,7 +229,7 @@ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Acce "policyType": "MicroService" }' 'http://pdp:8081/pdp/api/pushPolicy' -sleep 2 +sleep 10 echo "pushPolicy : PUT : com.MicroServicevDNS" curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d '{ @@ -238,7 +238,7 @@ curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Acce "policyType": "MicroService" }' 'http://pdp:8081/pdp/api/pushPolicy' -sleep 2 +sleep 10 echo "pushPolicy : PUT : com.MicroServicevCPE" curl -v --silent -X PUT --header 'Content-Type: application/json' --header 'Accept: text/plain' --header 'ClientAuth: cHl0aG9uOnRlc3Q=' --header 'Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==' --header 'Environment: TEST' -d '{ |