aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.wu@gmail.com>2018-03-20 11:36:23 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-03-20 11:37:13 -0700
commitbd2f9b086f1eacf25fa193551decccaf897537f1 (patch)
treeed32698f316f5a890d04364c37e6aa935da80ce6
parent469296b4f7efa28e61b2ae48b0d9c2f89a579614 (diff)
Fix vDNS config policy name
Change-Id: Ie78316fb1e8b87ef13fd3cb9ae0c6b2fe7823252 Issue-ID: INT-445 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--robot/resources/test_templates/closedloop_test_template.robot2
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 bb8c54ed..588553c8 100644
--- a/robot/resources/test_templates/closedloop_test_template.robot
+++ b/robot/resources/test_templates/closedloop_test_template.robot
@@ -147,7 +147,7 @@ Get Configs VFWCL 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}