diff options
author | Jan Gelety <jgelety@cisco.com> | 2020-08-08 12:36:02 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2020-09-07 12:22:11 +0000 |
commit | 4d409f8c5bfbef77e25a19810969dc9cbea5f528 (patch) | |
tree | 1fbd71b206d880e6e9c75b3583cbd3ad5bf90d35 /resources/libraries/robot/ip/ip4.robot | |
parent | 4218304c29d03ee2f9a0f1822423a68e14e9f42b (diff) |
VPP-DEV API COV: Add NAT44-ED tests
Jira: CSIT-1755
Change-Id: I34baa22a49f44da3fa80d91fa2f4132c982fe610
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/ip/ip4.robot')
-rw-r--r-- | resources/libraries/robot/ip/ip4.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/ip/ip4.robot b/resources/libraries/robot/ip/ip4.robot index 9855e129a4..f61466bf4e 100644 --- a/resources/libraries/robot/ip/ip4.robot +++ b/resources/libraries/robot/ip/ip4.robot @@ -599,7 +599,7 @@ | | ... | VPP Interface Set IP Address | ${dut2} | ${subif_index_2} | | ... | 2.2.2.2 | 30 | | VPP Interface Set IP Address -| | ... | ${dut} | ${dut_if2} | 3.3.3.2 | 30 +| | ... | ${dut} | ${dut_if2} | 3.3.3.2 | 30 | | Vpp Route Add | ${dut1} | ${tg_if1_net} | 30 | gateway=1.1.1.1 | | ... | interface=${DUT1_${int}1}[0] | | Run Keyword If | '${dut2_status}' == 'PASS' |