Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/crm/test_crm.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ def test_crm_nexthop(duthosts, enum_rand_one_per_hwsku_frontend_hostname,
nexthop_del_cmd = "config route del prefix 3001::0/64 nexthop {}".format(nexthop)
asichost.sonichost.del_member_from_vlan(1000, 'Ethernet1')
asichost.shell(ip_add_cmd)
asichost.shell("config interface startup Ethernet1")
else:
nexthop_add_cmd = "{ip_cmd} neigh replace {nexthop} \
lladdr 11:22:33:44:55:66 dev {iface}"\
Expand Down