Skip to content

Commit

Permalink
update testcase test_reload_configuration_checks and test_po_cleanup_…
Browse files Browse the repository at this point in the history
…after_reload (#16124)
  • Loading branch information
yyynini authored Dec 18, 2024
1 parent 77c2f89 commit 4d79247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 4d79247

Please sign in to comment.