Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d390981
)
Fix 3n ip4 scale init
69/26669/1
author
Vratko Polak
<
[email protected]
>
Thu, 23 Apr 2020 08:10:48 +0000
(10:10 +0200)
committer
Peter Mikus
<
[email protected]
>
Thu, 23 Apr 2020 15:39:33 +0000
(15:39 +0000)
Last argument to Vpp Add Ip Neighbor should be a MAC address.
Change-Id: Ia93ddf68aa2b8647c66b6a72210db3a8a01b81fb
Signed-off-by: Vratko Polak <
[email protected]
>
(cherry picked from commit
0e8a09b2ab237b8107f4e60b983fc6191118bb1c
)
resources/libraries/robot/ip/ip4.robot
patch
|
blob
|
history
diff --git
a/resources/libraries/robot/ip/ip4.robot
b/resources/libraries/robot/ip/ip4.robot
index
c2d6e0d
..
3b2724f
100644
(file)
--- a/
resources/libraries/robot/ip/ip4.robot
+++ b/
resources/libraries/robot/ip/ip4.robot
@@
-122,7
+122,7
@@
| | ... | ${dut1} | ${DUT1_${int}1}[0] | 1.1.1.1 | ${TG_pf1_mac}[0]
| | Run Keyword If | '${dut2_status}' == 'PASS'
| | ... | VPP Add IP Neighbor
-| | ... | ${dut1} | ${DUT1_${int}2}[0] | 2.2.2.2 | ${DUT2_${int}1}[0]
+| | ... | ${dut1} | ${DUT1_${int}2}[0] | 2.2.2.2 | ${DUT2_${int}1
_mac
}[0]
| | Run Keyword If | '${dut2_status}' == 'PASS'
| | ... | VPP Add IP Neighbor
| | ... | ${dut2} | ${DUT2_${int}1}[0] | 2.2.2.1 | ${DUT1_${int}2_mac}[0]