From: Jerry Flood Date: Wed, 31 May 2017 18:50:37 +0000 (-0400) Subject: Update policy API URLS for release 1.1.0 X-Git-Tag: 1.0.0-Amsterdam~57 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F4553%2F1;p=testsuite.git Update policy API URLS for release 1.1.0 Issue: TEST-33 Change-Id: Ibf7d0f8a37c15ce1ad4d2b17e906ebd5ceeb3450 Signed-off-by: Jerry Flood --- diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot index d879f9d2..6930e56d 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -9,10 +9,10 @@ Library HttpLibrary.HTTP LIbrary Process *** Variables *** -${RESOURCE_PATH_CREATE} /PyPDPServer/createPolicy -${RESOURCE_PATH_CREATE_PUSH} /PyPDPServer/pushPolicy -${RESOURCE_PATH_CREATE_DELETE} /PyPDPServer/deletePolicy -${RESOURCE_PATH_GET_CONFIG} /PyPDPServer/getConfig +${RESOURCE_PATH_CREATE} /pdp/createPolicy +${RESOURCE_PATH_CREATE_PUSH} /pdp/pushPolicy +${RESOURCE_PATH_CREATE_DELETE} /pdp/deletePolicy +${RESOURCE_PATH_GET_CONFIG} /pdp/getConfig ${CREATE_CONFIG_TEMPLATE} robot/assets/templates/policy/closedloop_configpolicy.template ${CREATE_OPS_TEMPLATE} robot/assets/templates/policy/closedloop_opspolicy.template ${PUSH_POLICY_TEMPLATE} robot/assets/templates/policy/closedloop_pushpolicy.template