binman: Document parallel tests
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:52 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
Since binman can run tests in parallel, document this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README

index 927fa856acf747d12c9935643ec562d648d5eb8e..ac193f16cf7b9997b1a389c1b67bd5ca7cd7c725 100644 (file)
@@ -702,6 +702,20 @@ To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
    $ sudo apt-get install python-coverage python-pytest
 
 
+Concurrent tests
+----------------
+
+Binman tries to run tests concurrently. This means that the tests make use of
+all available CPUs to run.
+
+ To enable this:
+
+   $ sudo apt-get install python-subunit python3-subunit
+
+Use '-P 1' to disable this. It is automatically disabled when code coverage is
+being used (-T) since they are incompatible.
+
+
 Advanced Features / Technical docs
 ----------------------------------