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/syslog/test_syslog_source_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def restore_config_by_config_reload(duthosts, enum_rand_one_per_hwsku_frontend_h
state='absent', delay=1, timeout=30)
localhost.wait_for(host=duthost.mgmt_ip, port=SONIC_SSH_PORT, search_regex=SONIC_SSH_REGEX,
state='started', delay=2, timeout=180)
config_reload(duthost)
config_reload(duthost, safe_reload=True)


@pytest.fixture(autouse=True)
Expand Down
Loading