diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-04 22:36:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-04 22:36:18 +0000 |
commit | 5c5be7856e4824d064157be3e0c8bf6017845e0e (patch) | |
tree | 9ff3f5c21d5b2fda6d68961bccaa22dbd4d68c4b /test/csit/tests | |
parent | 84e5c25170970d2f616be5f6c15b110f741e99b0 (diff) | |
parent | d9592b919064ce28cc08577f41da47b1dfc77034 (diff) |
Merge "Fix CSIT test failures in Policy"
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/policy/suite1/global_properties.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/policy/suite1/global_properties.robot b/test/csit/tests/policy/suite1/global_properties.robot index f406bbf3d..911fdaff9 100644 --- a/test/csit/tests/policy/suite1/global_properties.robot +++ b/test/csit/tests/policy/suite1/global_properties.robot @@ -22,9 +22,9 @@ ${GLOBAL_AAI_CLOUD_OWNER} Rackspace ${GLOBAL_BUILD_NUMBER} 31 ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt # policy info - everything is from the private oam network (also called ecomp private network) -${GLOBAL_POLICY_SERVER_URL} http://%{PDP_IP}:8081 +${GLOBAL_POLICY_SERVER_URL} https://%{PDP_IP}:8081 ${GLOBAL_POLICY_AUTH} dGVzdHBkcDphbHBoYTEyMw== ${GLOBAL_POLICY_CLIENTAUTH} cHl0aG9uOnRlc3Q= ${GLOBAL_POLICY_HEALTHCHECK_URL} http://%{POLICY_IP}:6969 ${GLOBAL_POLICY_USERNAME} healthcheck -${GLOBAL_POLICY_PASSWORD} zb!XztG34
\ No newline at end of file +${GLOBAL_POLICY_PASSWORD} zb!XztG34 |