summaryrefslogtreecommitdiffstats
path: root/src/software/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/test/README')
-rw-r--r--src/software/test/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/software/test/README b/src/software/test/README
index a64382d..e2b3cc6 100644
--- a/src/software/test/README
+++ b/src/software/test/README
@@ -1,4 +1,4 @@
-Tests must be run as root on machine with sfcbd broker.
+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
@@ -15,12 +15,12 @@ There are number of environment variables, that affect test running:
complete
Simple usage:
- Each test module can be run as a stand-alone script or with run_tests.py
+ Each test module can be run as a stand-alone script or with run.py
script:
- $ ./run_tests.py -c --cache-dir=/var/tmp
+ $ ./run.py -c --cache-dir=/var/tmp
To pass any arguments to underlying unittest.main() function, append them
after "--" swith like this:
- $ ./run_tests.py -c --cache-dir=/var/tmp -- -v TestSoftwarePackage
+ $ ./run.py -c --cache-dir=/var/tmp -- -v TestSoftwarePackage
All environment variables defined above can be overriden by command-line
arguments.