diff options
author | Jerry Flood <jf9860@att.com> | 2017-05-31 14:50:37 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-05-31 14:50:50 -0400 |
commit | a9ee25c0d93e8e1496ae5535e65e38ec76b4dd25 (patch) | |
tree | a679e2c212dbabfcd23081162bc788f66280e1d9 /robot/resources/test_templates/closedloop_test_template.robot | |
parent | 1c90aea452aeded41f7c78bbdc649b427e55ad38 (diff) |
Update policy API URLS for release 1.1.0
Issue: TEST-33
Change-Id: Ibf7d0f8a37c15ce1ad4d2b17e906ebd5ceeb3450
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/test_templates/closedloop_test_template.robot')
-rw-r--r-- | robot/resources/test_templates/closedloop_test_template.robot | 8 |
1 files changed, 4 insertions, 4 deletions
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 |