diff options
author | selias <samelias@cisco.com> | 2017-07-13 13:15:41 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-08-09 13:09:26 +0000 |
commit | c38cb34d13ba01386cbcc6302dce854506eda8a0 (patch) | |
tree | 63f1e0ae02829310031e23c28261198c2615d951 /resources/libraries/robot/overlay | |
parent | 3267472a7fe6126fe90c87c128d096e3d346d420 (diff) |
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 <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/robot/overlay')
-rw-r--r-- | resources/libraries/robot/overlay/l2lisp.robot | 2 | ||||
-rw-r--r-- | resources/libraries/robot/overlay/lisp_api.robot | 2 | ||||
-rw-r--r-- | resources/libraries/robot/overlay/lisp_static_adjacency.robot | 5 |
3 files changed, 5 insertions, 4 deletions
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} \| | | ... |