diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-12 18:59:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-12 18:59:57 +0000 |
commit | d6534489b43de196db8326445fef10d8b5338a06 (patch) | |
tree | aa9ff431ace2b40070b177ac870ddec04b07616a /test/csit/tests | |
parent | 112ee2f0b0f2ec2d3dbf7f23c964c6ffb2c1564a (diff) | |
parent | fb151268c93a00844ac6a1f534fa0e1b944e1bff (diff) |
Merge "enable https for csit policy healthchecks"
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/policy/suite1/global_properties.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/policy/suite1/global_properties.robot b/test/csit/tests/policy/suite1/global_properties.robot index 911fdaff9..60826bbc3 100644 --- a/test/csit/tests/policy/suite1/global_properties.robot +++ b/test/csit/tests/policy/suite1/global_properties.robot @@ -25,6 +25,6 @@ ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pv ${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_HEALTHCHECK_URL} https://%{POLICY_IP}:6969 ${GLOBAL_POLICY_USERNAME} healthcheck ${GLOBAL_POLICY_PASSWORD} zb!XztG34 |