I saw this error after getting the latest libvirt-cim and cimtest from
libvirt.org and applying this patchset and the cimtest patch that was
posted along with this patchset.
-Sharad
On Tue, 2012-01-31 at 19:52 -0200, Eduardo Lima (Etrunko) wrote:
On 01/31/2012 07:00 PM, Sharad Mishra wrote:
> seeing following issue now -
>
> FilterList - 01_enum.py: PASS
> --------------------------------------------------------------------
> FilterList - 02_assoc.py: FAIL
> ERROR - CIMError : (1, u'CIM_ERR_FAILED: Failed to load the Provider
> Manager for interface type "CMPI" from library "".')
> Traceback (most recent call last):
> File
> "/tmp/remove_me/cimtest/suites/libvirt-cim/lib/XenKvmLib/const.py", line
> 141, in do_try
> rc = f()
> File "02_assoc.py", line 50, in main
> cim_filters = _test.cim_entries_in_filter_lists()
> File
> "/tmp/remove_me/cimtest/suites/libvirt-cim/cimtest/FilterList/helper.py",
line 269, in cim_entries_in_filter_lists
> l.extend(self.Associators(n, result_class="CIM_FilterEntryBase"))
> File
> "/tmp/remove_me/cimtest/suites/libvirt-cim/cimtest/FilterList/helper.py",
line 88, in Associators
> return self.wbem.Associators(typed_class, **kargs)
> File "/usr/lib/python2.6/site-packages/pywbem/cim_operations.py", line
> 696, in Associators
> **params)
> File "/usr/lib/python2.6/site-packages/pywbem/cim_operations.py", line
> 219, in imethodcall
> raise CIMError(code, tt[1]['DESCRIPTION'])
> CIMError: (1, u'CIM_ERR_FAILED: Failed to load the Provider Manager for
> interface type "CMPI" from library "".')
> ERROR - None
> --------------------------------------------------------------------
> FilterList - 03_create.py: PASS
>
>
I don't think this error is related to this patch right? Anyway, I don't
see any failures with FilterList tests anymore. See the log attached.
Best regards,