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: 1 addition & 1 deletion tests/lldp/test_lldp_syncd.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def test_lldp_entry_table_after_all_batched_flap(

# Test case 5: Verify LLDP_ENTRY_TABLE after system reboot
def test_lldp_entry_table_after_lldp_restart(
duthosts, enum_rand_one_per_hwsku_frontend_hostname, db_instance
duthosts, enum_rand_one_per_hwsku_frontend_hostname, db_instance, ignore_expected_loganalyzer_exceptions,
):
duthost = duthosts[enum_rand_one_per_hwsku_frontend_hostname]
lldp_entry_keys, show_lldp_table_int_list, lldpctl_output = get_lldp_data(duthost, db_instance)
Expand Down
Loading