Hi,

 

the tests should be independent on choice of pywbem/lmiwbem. There is an abstraction in src/python/lmi/test/__init__.py [0] that should choose lmiwbem or pywbem based on what is available on the system.

 

If some test doesn't run without pywbem I would called it a bug that should be fixed. Patches welcomed :)

 

Radek

 

[0] https://git.fedorahosted.org/cgit/openlmi-providers.git/tree/src/python/lmi/test/__init__.py#n30

 

On Thursday 23.10.2014 17:02:36 Alois Mahdal wrote:

> Hi,

>

> we need to be able to run tests on RHEL7, but currently (since

> [3f964fc4][],

> ~3 months ago) they depend on lmiwbem, which is not available in the

> repositories.

>

> [3f964fc4]:

> https://git.fedorahosted.org/cgit/openlmi-providers.git/commit?id=3f964fc4ab

> 5e334f85306e834956817967b337c9

>

> So is it planned to release lmiwbem to rhel7 any time soon? Or should we

> maintain a separate branch of tests that is compatible?

>

> Thanks,

> aL.