aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-02-11 17:14:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-11 17:14:50 +0000
commitee8239c5d075b2f7e5ea8fb9b364db87339fbdc2 (patch)
tree390401f5779af4412445efa71e44fff3c7175dde /tests
parent847602ef419dff6e7a98c7e3068515882409b8c5 (diff)
parentd6e21394edcb42be6620886662e47ab2ee9a85ab (diff)
Merge "Fix csit tests of policy/distribution"
Diffstat (limited to 'tests')
-rw-r--r--tests/policy/distribution/distribution-test.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/policy/distribution/distribution-test.robot b/tests/policy/distribution/distribution-test.robot
index 1b9fa212..2ee11806 100644
--- a/tests/policy/distribution/distribution-test.robot
+++ b/tests/policy/distribution/distribution-test.robot
@@ -8,8 +8,8 @@ Library json
Healthcheck
[Documentation] Runs Policy Distribution Health check
${auth}= Create List healthcheck zb!XztG34
- Log Creating session http://${POLICY_DISTRIBUTION_IP}:6969
- ${session}= Create Session policy http://${POLICY_DISTRIBUTION_IP}:6969 auth=${auth}
+ Log Creating session https://${POLICY_DISTRIBUTION_IP}:6969
+ ${session}= Create Session policy https://${POLICY_DISTRIBUTION_IP}:6969 auth=${auth}
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
${resp}= Get Request policy /healthcheck headers=${headers}
Log Received response from policy ${resp.text}