aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/lisp/lispgpe.robot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/robot/lisp/lispgpe.robot')
-rw-r--r--resources/libraries/robot/lisp/lispgpe.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/robot/lisp/lispgpe.robot b/resources/libraries/robot/lisp/lispgpe.robot
index 7dc53c7e27..c39b64cf3f 100644
--- a/resources/libraries/robot/lisp/lispgpe.robot
+++ b/resources/libraries/robot/lisp/lispgpe.robot
@@ -23,8 +23,8 @@
| Library | resources.libraries.python.LispSetup.LispEidTableMap
*** Keywords ***
-| Set up LISP GPE topology
-| | [Documentation] | Set up LISP GPE topology.
+| Configure LISP GPE topology in 3-node circular topology
+| | [Documentation] | Configure LISP GPE topology in 3-node circular topology.
| | ...
| | ... | *Arguments:*
| | ... | - dut1_node - DUT1 node. Type: dictionary
@@ -43,7 +43,7 @@
| | ... | - No value returned
| | ...
| | ... | *Example:*
-| | ... | \| Set up LISP GPE topology \| ${dut1_node} \| ${interface_name} \
+| | ... | \| Configure LISP GPE 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} \|