diff options
author | Stephen Warren | 2017-09-18 11:11:47 -0600 |
---|---|---|
committer | Tom Rini | 2017-09-29 14:07:52 -0400 |
commit | af3fae0b1ba9e2f78e073639696816d756aa6079 (patch) | |
tree | 41a397ee3e15abe101106433cfc1472168162f2e /test/py/README.md | |
parent | ff6c3125e719732756f5a1c23901c1025a071cdc (diff) |
test/py: Document required tools/packages
Some tests rely on external tools. Mention these in the test/py README.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'test/py/README.md')
-rw-r--r-- | test/py/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/py/README.md b/test/py/README.md index 829c7efbb2d..ea4b66a41cc 100644 --- a/test/py/README.md +++ b/test/py/README.md @@ -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: |