diff options
author | Michael Mokry <mm117s@att.com> | 2018-08-27 15:35:04 -0500 |
---|---|---|
committer | Michael Mokry <mm117s@att.com> | 2018-08-30 10:26:08 -0500 |
commit | d9592b919064ce28cc08577f41da47b1dfc77034 (patch) | |
tree | bef53b92fa4d4ffea1981caf061304a36e85fb4d /test/csit/tests | |
parent | f452abb5a1cdb9ceadbdd8ae3a5f63d99e40ac15 (diff) |
Fix CSIT test failures in Policy
Modified the global policy url property to use https rather than http
Added -k option to curl command for getConfig to avoid certificate error
Change-Id: Iae57dd519a729dfe3c5bb715a88ee19253ff7a19
Issue-ID: INT-637
Signed-off-by: Michael Mokry <mm117s@att.com>
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 |