Skip to content
Open
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
4 changes: 2 additions & 2 deletions tests/dns/test_dns_resolv_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def setup_env(duthost):

# Restore default dns
config_reload_minigraph_with_rendered_golden_config_override(
duthost, safe_reload=True, check_intf_up_ports=True
duthost, safe_reload=True, check_intf_up_ports=True, wait_for_bgp=True
)

yield
Expand All @@ -54,7 +54,7 @@ def setup_env(duthost):
duthost.file(path=GOLDEN_CONFIG, state='absent')

# Restore config
config_reload(duthost, safe_reload=True)
config_reload(duthost, safe_reload=True, check_intf_up_ports=True, wait_for_bgp=True)


def test_dns_resolv_conf(duthost):
Expand Down