From c38cb34d13ba01386cbcc6302dce854506eda8a0 Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 13 Jul 2017 13:15:41 +0200 Subject: CSIT-611: HC Test: Lisp suite updates + LispGPE - added LispGPE test suite - added IPv6 tests to Lisp suite - added traffic tests to Lisp suite Change-Id: I3b699149cd73ebf5856072d3f26e98a370dbfc4b Signed-off-by: selias --- resources/libraries/robot/overlay/l2lisp.robot | 2 +- resources/libraries/robot/overlay/lisp_api.robot | 2 +- resources/libraries/robot/overlay/lisp_static_adjacency.robot | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'resources/libraries/robot/overlay') diff --git a/resources/libraries/robot/overlay/l2lisp.robot b/resources/libraries/robot/overlay/l2lisp.robot index 5dcfcc5971..3a2eafa7a5 100644 --- a/resources/libraries/robot/overlay/l2lisp.robot +++ b/resources/libraries/robot/overlay/l2lisp.robot @@ -36,7 +36,7 @@ | | ... | - No value returned | | ... | | ... | *Example:* -| | ... | \| Configure LISP GPE topology in 3-node circular topology \| ${dut_node} \| ${adjacency} \ +| | ... | \| Configure L2 LISP on DUT \| ${dut_node} \| ${adjacency} \ | | ... | \| ${settings} \| | | ... | | [Arguments] diff --git a/resources/libraries/robot/overlay/lisp_api.robot b/resources/libraries/robot/overlay/lisp_api.robot index 1485a405a6..b858ef48a7 100644 --- a/resources/libraries/robot/overlay/lisp_api.robot +++ b/resources/libraries/robot/overlay/lisp_api.robot @@ -82,7 +82,7 @@ | | ... | KW locator_set data is prepared, which are expected from VPP via VAT. | | ... | | ... | *Example:* -| | ... | \| Then LISP locator_set shpuld be configured correctly \ +| | ... | \| Then LISP locator_set should be configured correctly \ | | ... | \| ${nodes['DUT1']} \| | | ... | | [Arguments] | ${dut_node} diff --git a/resources/libraries/robot/overlay/lisp_static_adjacency.robot b/resources/libraries/robot/overlay/lisp_static_adjacency.robot index f20fd51eb4..389b1bfb40 100644 --- a/resources/libraries/robot/overlay/lisp_static_adjacency.robot +++ b/resources/libraries/robot/overlay/lisp_static_adjacency.robot @@ -42,8 +42,9 @@ | | ... | - No value returned | | ... | | ... | *Example:* -| | ... | \| Configure LISP topology in 3-node circular topology \| ${dut1_node} \| ${interface_name} \ -| | ... | \| None \| ${dut2_node} \| ${interface_name} \| None \ +| | ... | \| Configure LISP topology in 3-node circular topology \ +| | ... | \| ${dut1_node} \| ${interface_name} \| None \ +| | ... | \| ${dut2_node} \| ${interface_name} \| None \ | | ... | \| ${locator_set} \| ${dut1_eid} \| ${dut2_eid} \ | | ... | \| ${dut1_static_adjacency} \| ${dut2_static_adjacency} \| | | ... -- cgit 1.2.3-korg