diff options
author | Brian Freeman <bf1936@att.com> | 2018-08-28 09:57:23 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-08-28 09:57:32 -0500 |
commit | 975687992d1dbf86f6b2a4cf3f5fe63ff0488a72 (patch) | |
tree | 094c0cb99a32dd037cfce9d0b2807a6a446d0cf8 /robot/resources/test_templates | |
parent | 48a1ab8d1cf0167058bb28a6a09ef6481dcea2d5 (diff) |
Updates for SO instantie tests
Issue-ID: INT-621
Change-Id: I1cc466a01975cd815aa1e4999763b3b36a9d5695
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/test_templates')
-rw-r--r-- | robot/resources/test_templates/vnf_orchestration_test_template.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/test_templates/vnf_orchestration_test_template.robot b/robot/resources/test_templates/vnf_orchestration_test_template.robot index 53d56962..3a9c5570 100644 --- a/robot/resources/test_templates/vnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/vnf_orchestration_test_template.robot @@ -80,7 +80,8 @@ Orchestrate VNF \ VLB Closed Loop Hack ${service} ${generic_vnf} ${closedloop_vf_module} \ Set Test Variable ${STACK_NAME} ${vf_module_name} \ Append To List ${STACK_NAMES} ${STACK_NAME} - \ Run Keyword and Ignore Error Execute Heatbridge ${vf_module_name} ${service_instance_id} ${vnf} + # TODO: Need to look at a better way to default ipv4_oam_interface search for Heatbridge + \ Run Keyword and Ignore Error Execute Heatbridge ${vf_module_name} ${service_instance_id} ${vnf} ipv4_oam_interface \ Run Keyword and Ignore Error Validate VF Module ${vf_module_name} ${vnf} [Return] ${vf_module_name} ${service} |