aboutsummaryrefslogtreecommitdiff
path: root/chromiumos_image_diff.py
AgeCommit message (Collapse)Author
2016-01-22Fix cros lint errors.Caroline Tice
Also move deprecated scripts to the 'deprecated' directory. BUG=chromiumos:570464 TEST=tested scripts to make sure they still work. Change-Id: I3442a86d898104591233a0849ea0bafb52ecf1f7 Reviewed-on: https://chrome-internal-review.googlesource.com/244221 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
2015-12-15crosperf: RunCommand should return one type of object.Luis Lozano
Cleaned up the interfaces for the RunCommand routines. These were returning different types (int or tuple) depending on the value of the return_ouput parameter. Returning different unrelated types from a routine is bad practice. Linter complains about this with several warnings like this: "Attempting to unpack a non-sequence defined at line XY of utils.command_executer" BUG=chromium:566256 TEST=ran crosperf with a example experiment file Ran run_tests. Change-Id: Ibb83ab9322c87558077fc4937ef5c0686bbe5417 Reviewed-on: https://chrome-internal-review.googlesource.com/241459 Commit-Ready: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Han Shen <shenhan@google.com>
2014-01-16Added a script to compare 2 chromiumos images.Han Shen
This is done by comparing each ELF files of those images. TEST=manually BUG=None Change-Id: I7b19665c074645c810d974fc13aa3070d4cba6ee Reviewed-on: https://chrome-internal-review.googlesource.com/151367 Reviewed-by: Han Shen <shenhan@google.com> Tested-by: Han Shen <shenhan@google.com> Commit-Queue: Han Shen <shenhan@google.com>