diff options
author | Gary Wu <gary.wu@gmail.com> | 2018-03-20 11:36:23 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-03-20 19:02:20 +0000 |
commit | 7cfa85aea59fec91968c5b3bf4f41e3fdfb804e8 (patch) | |
tree | 3bab250cf1820fc1a289c733f603ed5cdd3c44e1 /robot/resources/test_templates | |
parent | 51b6f5c96213c81ba76eed8be06b665ba6db6885 (diff) |
Fix vDNS config policy name
Change-Id: Ie78316fb1e8b87ef13fd3cb9ae0c6b2fe7823252
Issue-ID: INT-445
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit bd2f9b086f1eacf25fa193551decccaf897537f1)
Diffstat (limited to 'robot/resources/test_templates')
-rw-r--r-- | robot/resources/test_templates/closedloop_test_template.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot index dadff3a5..737fc4df 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -102,7 +102,7 @@ Get Configs VFW Policy Get Configs VDNS Policy [Documentation] Get Config Policy for VDNS - ${getconfigpolicy}= Catenate .*com.MicroServicevDNS* + ${getconfigpolicy}= Catenate .*MicroServicevDNS* ${configpolicy_name}= Create Dictionary config_policy_name=${getconfigpolicy} ${output} = Fill JSON Template File ${GECONFIG_VFW_TEMPLATE} ${configpolicy_name} ${get_resp} = Run Policy Get Configs Request ${RESOURCE_PATH_GET_CONFIG} ${output} |