History log of /external/autotest/client/bin/result_tools/utils_unittest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2e995d750616022e2d5cfeda5d9eb2bcd78df2d 27-Jun-2017 Dan Shi <dshi@google.com> [autotest] Move const and helper methods to shared lib module.

This change has no function changes. It splits some constants and helper
methods to separate modules so others can share.

BUG=chromium:716218
TEST=unittest

Change-Id: Ieb4a4de8cfc825d204c4c2e1247a2e9eeeb0639d
Reviewed-on: https://chromium-review.googlesource.com/548970
Commit-Ready: Dan Shi <dshi@google.com>
Tested-by: Dan Shi <dshi@google.com>
Reviewed-by: Dan Shi <dshi@google.com>
/external/autotest/client/bin/result_tools/utils_unittest.py
010c0bcc9c7d91c451534d95b12305649627c180 22-Jun-2017 Dan Shi <dshi@google.com> [autotest] Move result_utils to its own package

This change moves result_utils.py to its own package. More code will be added to
enable result throttling. So it's more manageable to put all related files to a
single folder.

This change also push the result tools modules to client before trying to build
result summary. This removes the client side dependency. So all result
throttling logic will be kept on the server side.

BUG=chromium:716218
TEST=unittest, local run dummy tests

Change-Id: Icc3542af99439fd39b1dba36ac45aab6effd1080
Reviewed-on: https://chromium-review.googlesource.com/544049
Commit-Ready: Dan Shi <dshi@google.com>
Tested-by: Dan Shi <dshi@google.com>
Reviewed-by: Dan Shi <dshi@google.com>
/external/autotest/client/bin/result_tools/utils_unittest.py