Merge ~zongminl/checkbox-iiotg/+git/checkbox-provider-intliotg:cyclictest-enhancement into ~checkbox-dev/checkbox-iiotg/+git/checkbox-provider-intliotg:master

Proposed by Vic Liu
Status: Merged
Approved by: Vic Liu
Approved revision: 33d194d82f70b8d1c75145996eb501016010b0cd
Merged at revision: a2822797e3efdaac89aac9b1b49b3c2a50bf58bc
Proposed branch: ~zongminl/checkbox-iiotg/+git/checkbox-provider-intliotg:cyclictest-enhancement
Merge into: ~checkbox-dev/checkbox-iiotg/+git/checkbox-provider-intliotg:master
Diff against target: 13 lines (+1/-1)
1 file modified
bin/run_cyclictest.py (+1/-1)
Reviewer Review Type Date Requested Status
Vincent Liao Approve
Rick Wu Pending
Patrick Liu Pending
StanleyHuang Pending
PeiYao Chang Pending
Review via email: mp+444927@code.launchpad.net

Commit message

Change: Set MAX_ALLOWED_LATENCY to 100 according to feedback from Intel
Ref: https://bugs.launchpad.net/lookout-canyon/+bug/2021453

To post a comment you must log in.
Revision history for this message
Vincent Liao (liaou3) wrote :

LGTM~~~\o/

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bin/run_cyclictest.py b/bin/run_cyclictest.py
2index e7adc3f..560ebe9 100755
3--- a/bin/run_cyclictest.py
4+++ b/bin/run_cyclictest.py
5@@ -65,7 +65,7 @@ def lookup_max_latency():
6
7 # In case we cannot determine the HW or the CPU of the DUT, use the largest
8 # value from the table of expected maximum latency.
9- MAX_ALLOWED_LATENCY = 17
10+ MAX_ALLOWED_LATENCY = 100
11
12 # TODO: Implement the methods to determine the platform and CPU, and use
13 # that to lookup the expected maximum latency.

Subscribers

People subscribed via source and target branches

to all changes: