Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[202405] update testcase test_reload_configuration_checks and test_po_cleanup_… #16124

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ platform_tests/test_reload_config.py::test_reload_configuration_checks:
reason: "Skip test_reload_configuration_checks testcase due to flaky timing issue for Cisco 8000 / Unsupported platform API"
conditions_logical_operator: or
conditions:
- "asic_type in ['cisco-8000'] and release in ['202205', '202211', '202305']"
- "asic_type in ['cisco-8000'] and release in ['202205', '202211', '202305', '202405']"
- "asic_type in ['barefoot'] and hwsku in ['newport']"

#######################################
Expand Down
2 changes: 1 addition & 1 deletion tests/pc/test_po_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_po_cleanup_after_reload(duthosts, enum_rand_one_per_hwsku_frontend_host

with loganalyzer:
logging.info("Reloading config..")
config_reload(duthost, safe_reload=True, wait_for_bgp=True)
config_reload(duthost, wait=240, safe_reload=True, wait_for_bgp=True)

duthost.shell("killall yes")
except Exception:
Expand Down
Loading