summaryrefslogtreecommitdiffstats
path: root/src/hardware
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-02-04 12:45:30 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-02-04 12:45:30 +0100
commit0bcf64c82f3fe5083b3eb48379146d782c2d2106 (patch)
treeb15016dbffcccf81801fd60a7be39a1749af0194 /src/hardware
parent00da63cb907b01d313ae647f5ac4ecc96649ffe4 (diff)
downloadopenlmi-providers-0bcf64c82f3fe5083b3eb48379146d782c2d2106.tar.gz
openlmi-providers-0bcf64c82f3fe5083b3eb48379146d782c2d2106.tar.xz
openlmi-providers-0bcf64c82f3fe5083b3eb48379146d782c2d2106.zip
Hardware: updated tests README
Diffstat (limited to 'src/hardware')
-rw-r--r--src/hardware/test/README17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/hardware/test/README b/src/hardware/test/README
index 1b9b4df..39424d4 100644
--- a/src/hardware/test/README
+++ b/src/hardware/test/README
@@ -1,13 +1,6 @@
Testing
=======
Tests must be run as root on machine with cimom broker.
-There are number of environment variables, that affect test running:
- ``LMI_CIMOM_USERNAME``
- ``LMI_CIMOM_PASSWORD``
- ``LMI_CIMOM_BROKER``
- ``LMI_CIMOM_URL``
-
-For better details take a look at https://fedorahosted.org/openlmi/wiki/TestGuidelines
Dependencies
------------
@@ -20,6 +13,16 @@ to export ``PYTHONPATH`` environment variable like this: ::
export PYTHONPATH="${PATH_TO_GIT_ROOT}/src/python"
+There is number of environment variables, which affect test running.
+At least these four are required (with example values):
+
+ export LMI_CIMOM_URL="https://localhost"
+ export LMI_CIMOM_BROKER="tog-pegasus"
+ export LMI_CIMOM_USERNAME="pegasus"
+ export LMI_CIMOM_PASSWORD="pass"
+
+For more details take a look at https://fedorahosted.org/openlmi/wiki/TestGuidelines
+
Running tests
-------------
For example: ::