diff options
author | Brian Freeman <bf1936@att.com> | 2018-07-23 12:47:21 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-07-23 12:47:39 -0500 |
commit | ca5e32e9c0dfab04397aee554b3a61c21b21ca0d (patch) | |
tree | f253e1308831344a303dc2555e451c7b6401a484 /robot/resources/policy_interface.robot | |
parent | 6737be5ce652e050b69f21bdd36db8b38ee4f693 (diff) |
First Pass Automated vFW control setup
Issue-ID: TEST-110
Change-Id: Ib3ea0120a72dc0b6932bb9e12c4ba385e89511c3
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/policy_interface.robot')
-rw-r--r-- | robot/resources/policy_interface.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/policy_interface.robot b/robot/resources/policy_interface.robot index f05f2650..8bc9c3b6 100644 --- a/robot/resources/policy_interface.robot +++ b/robot/resources/policy_interface.robot @@ -11,6 +11,7 @@ Resource global_properties.robot ${POLICY_HEALTH_CHECK_PATH} /healthcheck ${POLICY_ENDPOINT} ${GLOBAL_POLICY_SERVER_PROTOCOL}://${GLOBAL_INJECTED_POLICY_IP_ADDR}:${GLOBAL_POLICY_SERVER_PORT} ${POLICY_HEALTHCHECK_ENDPOINT} ${GLOBAL_POLICY_SERVER_PROTOCOL}://${GLOBAL_INJECTED_POLICY_IP_ADDR}:${GLOBAL_POLICY_HEALTHCHECK_PORT} +${POLICY_TEMPLATES} robot/assets/templates/policy *** Keywords *** @@ -63,7 +64,7 @@ Run Policy Get Configs Request Update vVFWCL Policy [Arguments] ${resource_id} - Delete vFWCL Policy + Run Keyword and Ignore Error Delete vFWCL Policy Sleep 20s Create vFWCL Policy ${resource_id} Sleep 5s |