Skip to content

Commit

Permalink
Update CPU threshold for telemetry test_events case
Browse files Browse the repository at this point in the history
  • Loading branch information
weiguo-nvidia committed Jan 21, 2025
1 parent 976fc8c commit 26852a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/telemetry/events/host_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_event(duthost, gnxi_path, ptfhost, ptfadapter, data_dir, validate_yang)
duthost,
[
"> 90% for 10 times within 20 cycles then alert repeat every 1 cycles",
"> 1% for 1 times within 5 cycles then alert repeat every 1 cycles"
"> 0.1% for 1 times within 5 cycles then alert repeat every 1 cycles"
]
)
try:
Expand Down

0 comments on commit 26852a5

Please sign in to comment.