Clean: Various libraries
[csit.git] / resources / libraries / robot / features / gbp.robot
index 78f9251..8495475 100644 (file)
@@ -14,7 +14,7 @@
 *** Settings ***
 | Library | resources.libraries.python.GBP
 | ...
-| Documentation | GBP keywords
+| Documentation | GBP keywords.
 
 *** Keywords ***
 | Initialize GBP routing domains on node
@@ -50,7 +50,7 @@
 | | | ... | ${nodes['${dut}']} | ${dut_lo} | bd_id=${id}
 | | | GBP Endpoint Group Add
 | | | ... | ${nodes['${dut}']} | ${100} | bd_id=${id} | rd_id=${id}
-| | | Configure IP addresses on interfaces
+| | | VPP Interface Set IP Address
 | | | ... | ${nodes['${dut}']} | ${dut_lo} | 1.1.1.1 | 24
 | | | GBP Subnet Add Del
 | | | ... | ${nodes['${dut}']} | 1.1.1.0 | 24 | ${100} | rd_id=${id}