From: <kk...@us...> - 2008-09-05 05:32:49
|
Revision: 914 http://omc.svn.sourceforge.net/omc/?rev=914&view=rev Author: kkaempf Date: 2008-09-05 05:32:58 +0000 (Fri, 05 Sep 2008) Log Message: ----------- document test symlinks for cmpi-bindings Modified Paths: -------------- cmpi-bindings/trunk/test/python/README Modified: cmpi-bindings/trunk/test/python/README =================================================================== --- cmpi-bindings/trunk/test/python/README 2008-09-04 16:33:46 UTC (rev 913) +++ cmpi-bindings/trunk/test/python/README 2008-09-05 05:32:58 UTC (rev 914) @@ -20,14 +20,27 @@ # ln -s `pwd`/*.py /usr/lib/python/site-packages/pywbem/ ] + +- Create symlinks for cmpi-bindings + + cd build/swig/python + sudo ln -s `pwd`/libpyCmpiProvider.so /usr/lib/cmpi + sudo ln -s `pwd`/cmpi.py /usr/lib/python2.5/site-packages + cd ../../.. + cd swig/python + sudo ln -s `pwd`/pycmpi_provider.py /usr/lib/python2.5/site-packages + + - Create symlinks for sfcb mof/reg sudo ./setup.sh This also runs "sfcbrepos -f" - + + - Restart sfcbd + - now run TestMethod_Test.py, TestAtomProvider_Test.py as root. (they only need to run as root because they use the passwordless local unix connection). those two tests should all pass. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |