[Libvirt-cim] Cimtest Report for KVM on Fedora 9 (2008/08/11)

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Mon Aug 11 20:26:45 UTC 2008


> GY> ResourcePoolConfigurationService - 03_CreateResourcePool.py: FAIL
> GY> ERROR   - Unexpected rc code 7 and description The requested operation is not
> GY> supported
> GY> InvokeMethod(CreateResourcePool): The requested operation is not supported
> 
> GY> ResourcePoolConfigurationService - 04_CreateChildResourcePool.py: FAIL
> GY> ERROR   - Unexpected rc code 7 and description The requested operation is not
> GY> supported
> GY> InvokeMethod(CreateChildResourcePool): The requested operation is not supported
> GY> ResourcePoolConfigurationService - 06_RemoveResourcesFromResourcePool.py: FAIL
> GY> ERROR   - Unexpected rc code 7 and description The requested operation is not
> GY> supported
> GY> InvokeMethod(RemoveResourcesFromResourcePool): The requested operation is not
> GY> supported
> GY> ResourcePoolConfigurationService - 07_DeleteResourcePool.py: FAIL
> GY> ERROR   - Unexpected rc code 7 and description The requested operation is not
> GY> supported
> GY> InvokeMethod(DeleteResourcePool): The requested operation is not supported
> 
> Why are these failing?  We don't support these methods, so returning
> NOT_SUPPORTED is the proper behavior.

These tests were written against Pegasus, which returns 
"CIM_ERR_NOT_SUPPORTED".  SFCB is returning "The requested operation is 
not supported".

Daisy - can you update these tests?

> 
> GY> VirtualSystemManagementService - 05_destroysystem_neg.py: FAIL
> GY> ERROR   - destroy_fail>> noname: Error executing DestroySystem
> GY> ERROR   - (1, u'Unable to retrieve domain name.')
> GY> ERROR   - destroy_fail>> nonexistent: Error executing DestroySystem
> GY> ERROR   - (1, u'Failed to find domain')
> GY> InvokeMethod(DestroySystem): Unable to retrieve domain name.
> GY> InvokeMethod(DestroySystem): Failed to find domain
> 
> Any idea why this is failing?
> 

This is a similar problem.  SFCB is returning the following errors:

"Unable to retrieve domain name."
"Failed to find domain"

The test is looking for the following errors (because this is what 
Pegasus returns):
"CIM_ERR_FAILED: Unable to retrieve domain name."
"CIM_ERR_FAILED: Failed to find domain"

Daisy - can you fix this test to work for both Pegasus and SFCB?

Thanks!

-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list