From d6e21394edcb42be6620886662e47ab2ee9a85ab Mon Sep 17 00:00:00 2001 From: ramverma Date: Mon, 11 Feb 2019 14:52:47 +0000 Subject: Fix csit tests of policy/distribution 1) Changed the docker image version to 2.1.0-SNAPSHOT 2) Changed the communication protocol to https Change-Id: I042a0a1054f98fd2efb520b92443f1a9f734a9be Issue-ID: POLICY-1346 Signed-off-by: ramverma --- tests/policy/distribution/distribution-test.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/policy/distribution/distribution-test.robot') 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} -- cgit 1.2.3-korg