Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > 14e5ebb1a9d4d2c30eeaba914cb5040c > files > 4

sblim-testsuite-1.3.0-51.el5.i386.rpm

SBLIM Test Suite README
-----------------------

For more information please read the Design Document of the SBLIM Test Suite. 

It can be found under
http://oss.software.ibm.com/developerworks/oss/sblim/doc/SBLIMTestSuite.pdf


For question, comments and suggestions please contact the author Heidi 
Neumann <heidineu@de.ibm.com>. I appreciate all constructive feedback :-) !


Prerequisites
-------------

- sblim-wbemcli 1.3 or higher installed on your system


run.sh
------

-u	user
-p	password
-host	hostname
-port	port number
-n	namespace


Known Environment Variables 
---------------------------

The system to test can be configured by exporting the following environment
variables :

- SBLIM_TESTSUITE_ACCESS
  syntax : <user>:<password>@

- SBLIM_TESTSUITE_HOSTNAME
  default : localhost

- SBLIM_TESTSUITE_PORT
  default : 5988

- SBLIM_TESTSUITE_PROTOCOL
  default : http

- SBLIM_TESTSUITE_NAMESPACE
  default : /root/cimv2

Example for a CIMOM offering https and requiring authentication:

export SBLIM_TESTSUITE_PROTOCOL=https
export SBLIM_TESTSUITE_ACCESS=pegasus:secret


Execution Status
----------------

!!!!!!!!!!!!!! export SBLIM_TESTSUITE_RUN=1 !!!!!!!!!!!!!!!!

If you want to make use of the global variable SBLIM_TESTSUITE_RUN, which
represents the overall status of the test run, export as above before 
starting your scipt. The SBLIM package cmpi-base/test contains a sample
(test-cmpi-base.sh) how such a script could look like.