diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-07 12:23:27 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-08-07 19:04:30 +0000 |
commit | 402633a25be55e418534161ac2a06bf09b4747b6 (patch) | |
tree | 9fbaeb77410fa2670deef8ed6aa793a10e11fb3a /resources/libraries/robot/features/gbp.robot | |
parent | 6c6b9edc4690f5c4cd86334d706d7c40a81c85cf (diff) |
Clean: IPv4 keywords
+ Move all base ipv4 related KW to library
+ Remove useless KW to save space in output.xml
+ Remove cross dependency in ip4.robot
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: If1e3a6370d36caf4ce7411fb956a0b7d0f939b6b
Diffstat (limited to 'resources/libraries/robot/features/gbp.robot')
-rw-r--r-- | resources/libraries/robot/features/gbp.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/features/gbp.robot b/resources/libraries/robot/features/gbp.robot index 78f9251180..6ebdad1532 100644 --- a/resources/libraries/robot/features/gbp.robot +++ b/resources/libraries/robot/features/gbp.robot @@ -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} |