diff options
author | Jan Synacek <jsynacek@redhat.com> | 2013-07-17 10:32:49 +0200 |
---|---|---|
committer | Jan Synacek <jsynacek@redhat.com> | 2013-07-17 13:47:42 +0200 |
commit | 9d4a87a00329a8a1b84f8cc6ddfe02c87e9b7a18 (patch) | |
tree | 5c2c3a7a874ea1ab88073a7691fa3d6d91efc36e /src/logicalfile/test | |
parent | 8e066032b9b001d0d8dd3089e6f2a0184a4b489f (diff) | |
download | openlmi-providers-9d4a87a00329a8a1b84f8cc6ddfe02c87e9b7a18.tar.gz openlmi-providers-9d4a87a00329a8a1b84f8cc6ddfe02c87e9b7a18.tar.xz openlmi-providers-9d4a87a00329a8a1b84f8cc6ddfe02c87e9b7a18.zip |
LogicalFile: mention python-pyudev as a test dependency
Diffstat (limited to 'src/logicalfile/test')
-rw-r--r-- | src/logicalfile/test/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/logicalfile/test/README b/src/logicalfile/test/README index 54c7c92..3c5a32e 100644 --- a/src/logicalfile/test/README +++ b/src/logicalfile/test/README @@ -9,6 +9,10 @@ associations-related methods, they should all be tested from both sides, meaning that the respective associations should be called twice with both of their "arguments". +Dependencies +------------ +$ yum install python-pyudev + Usage ----- The tests must be run on the same machine as the CIMOM! @@ -25,4 +29,4 @@ LMI_LOGICALFILE_TESTDIR - Testing directory where all the files and testing will Running the tests: LMI_CIMOM_PASSWORD=opensesame \ LMI_LOGICALFILE_TESTDIR="/home/user/my-testing-dir" \ - python test/test_basic.py
\ No newline at end of file + python test/test_basic.py |