diff options
author | DR695H <dr695h@att.com> | 2019-07-26 10:18:50 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-26 10:30:53 -0400 |
commit | 50e6c29ed3c378451db1a5571676481bb56cebbb (patch) | |
tree | e9d9139b61c4255d5b970b4f7fb5bdac3ec6cdcd /robot/resources/test_templates/closedloop_test_template.robot | |
parent | 7da748fffb8ca2cbfc763f1ac384dba61edeb605 (diff) |
cleaning up cds to try and make it work somewhat
Issue-ID: TEST-179
Change-Id: Ib37200917d9ae897d0e74479ed2357c67e4546c6
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/test_templates/closedloop_test_template.robot')
-rw-r--r-- | robot/resources/test_templates/closedloop_test_template.robot | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot index 51bfbe73..3619f4ca 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -27,7 +27,6 @@ ${VLBPOLICYRATE} 20 ${CONFIG_POLICY_NAME} vFirewall ${CONFIG_POLICY_TYPE} Unknown -${OPS_POLICY_NAME} ${OPS_POLICY_TYPE} BRMS_PARAM # VFW low threshold @@ -131,8 +130,7 @@ Create Ops Policy [Documentation] Create Opertional Policy ${randompolicyname} = Create Policy Name ${policyname1}= Catenate com.${randompolicyname} - ${OPS_POLICY_NAME}= Catenate ${policyname1} - ${dict}= Create Dictionary policy_name=${OPS_POLICY_NAME} + ${dict}= Create Dictionary policy_name=${policyname1} Templating.Create Environment cl ${GLOBAL_TEMPLATE_FOLDER} ${output}= Templating.Apply Template cl ${CREATE_OPS_TEMPLATE} ${dict} ${put_resp} = Run Policy Put Request ${RESOURCE_PATH_CREATE} ${output} |