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
2 changes: 2 additions & 0 deletions tests/drop_packets/test_configurable_drop_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def test_neighbor_link_down(testbed_params, setup_counters, duthosts, rand_one_d

@pytest.mark.parametrize("drop_reason", ["DIP_LINK_LOCAL"])
def test_dip_link_local(testbed_params, setup_counters, duthosts, rand_one_dut_hostname,
toggle_all_simulator_ports_to_rand_selected_tor_m, # noqa F811
setup_standby_ports_on_rand_unselected_tor, # noqa F811
send_dropped_traffic, drop_reason, add_default_route_to_dut, generate_dropped_packet):
"""
Expand All @@ -223,6 +224,7 @@ def test_dip_link_local(testbed_params, setup_counters, duthosts, rand_one_dut_h

@pytest.mark.parametrize("drop_reason", ["SIP_LINK_LOCAL"])
def test_sip_link_local(testbed_params, setup_counters, duthosts, rand_one_dut_hostname,
toggle_all_simulator_ports_to_rand_selected_tor_m, # noqa F811
setup_standby_ports_on_rand_unselected_tor, # noqa F811
send_dropped_traffic, drop_reason, add_default_route_to_dut, generate_dropped_packet):
"""
Expand Down