Utilities needed for update payload checking.
These provide required functionality for an upcoming payload checking
tool. Includes two modules: format_utils.py and histogram.py, along with
unittest modules. Note that the run_unittests script can be used to run
these modules, just run from host/lib:
$ ../../run_unittests
Otherwise, unit tests are run by the ebuild, too (see CQ-DEPEND for the
CL that implements this).
BUG=chromium-os:34911,chromium-os:33607
TEST=Unit tested; function as intended in upcoming client code.
CQ-DEPEND=I4f23c961e4ed3d56bffe719d44927bd4a45ae8b3
Change-Id: I72e2199ad6b9161c5ba1be86ef92245eccfd308a
Reviewed-on: https://gerrit.chromium.org/gerrit/43431
Reviewed-by: Gilad Arnold <garnold@chromium.org>
Tested-by: Gilad Arnold <garnold@chromium.org>
Commit-Queue: Gilad Arnold <garnold@chromium.org>
diff --git a/run_unittests b/run_unittests
index a4f9ddc..c95ea93 100755
--- a/run_unittests
+++ b/run_unittests
@@ -4,7 +4,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Runs the devserver unit test modules.
+# Runs *_unittest.py modules.
set -e