Skip to content

Commit

Permalink
[test_nhg]: Start fake MACs from 01
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
  • Loading branch information
theasianpianist committed Aug 19, 2022
1 parent 579c31e commit 7252b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nhg.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def peer_ip(self, i):
return "10.0.0." + str(i * 2 + 1)

def port_mac(self, i):
return "00:00:00:00:00:0" + str(i)
return "00:00:00:00:00:0" + str(i + 1)

def config_intf(self, i):
fvs = {'NULL': 'NULL'}
Expand Down

0 comments on commit 7252b28

Please sign in to comment.