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/bgp/test_bgp_suppress_fib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ def test_credit_loop(duthost, tbinfo, nbrhosts, ptfadapter, prepare_param, gener
for exabgp_port, exabgp_port_v6, recv_port in zip(exabgp_port_list, exabgp_port_list_v6, recv_port_list):
try:
with allure.step("Disable bgp suppress-fib-pending function"):
config_bgp_suppress_fib(duthost, False)
config_bgp_suppress_fib(duthost, False, validate_result=True)

with allure.step(
"Validate traffic is forwarded back to T2 VM and routes in HW table are removed by orchagent"):
Expand Down
Loading