]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
test/py: Document required tools/packages
authorStephen Warren <swarren@nvidia.com>
Mon, 18 Sep 2017 17:11:47 +0000 (11:11 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:07:52 +0000 (14:07 -0400)
Some tests rely on external tools. Mention these in the test/py README.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/py/README.md

index 829c7efbb2d72c4242ce22e8285b2646884d5dee..ea4b66a41ccb84a202567332560c99ddda85acc5 100644 (file)
@@ -22,12 +22,17 @@ need to implement various "hook" scripts that are called by the test suite at
 the appropriate time.
 
 On Debian or Debian-like distributions, the following packages are required.
-Similar package names should exist in other distributions.
+Some packages are required to execute any test, and others only for specific
+tests. Similar package names should exist in other distributions.
 
 | Package        | Version tested (Ubuntu 14.04) |
 | -------------- | ----------------------------- |
 | python         | 2.7.5-5ubuntu3                |
 | python-pytest  | 2.5.1-1                       |
+| gdisk          | 0.8.8-1ubuntu0.1              |
+| dfu-util       | 0.5-1                         |
+| dtc            | 1.4.0+dfsg-1                  |
+| openssl        | 1.0.1f-1ubuntu2.22            |
 
 The test script supports either: