Skip to content

Commit

Permalink
Add support to handle multi-asic platforms for route flap script (#16146
Browse files Browse the repository at this point in the history
)

Enhance tests/route/test_route_flap.py, add support to handle multi-asic platforms for route flap script 

co-authorized by: jianquanye@microsoft.com
  • Loading branch information
sridhartalari authored Dec 23, 2024
1 parent e72d7db commit 24dcf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/route/test_route_flap.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def test_route_flap(duthosts, tbinfo, ptfhost, ptfadapter,
logger.info("route_nums = %d" % route_nums)

# choose one ptf port to send msg
ptf_send_port = get_ptf_send_ports(duthost, tbinfo, dev_port)
ptf_send_port = get_ptf_send_ports(asichost, tbinfo, dev_port)

# Get the list of ptf ports to receive msg, even for multi-dut scenario
neighbor_type = get_neighbor_info(duthost, dev_port, tbinfo)
Expand Down

0 comments on commit 24dcf4c

Please sign in to comment.