
libvirt-cim-bounces@redhat.com wrote on 2008-08-12 04:26:45:
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?
Patch on the way.
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?
Done!
Thanks!
-- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim