
I think there's a few testcase issues here:
1) In XenKvmLib/rasd.py:
Globals.logger.error("Returned %s instead of %s or %s", \ assoc_info['AllocationUnits'], memrasd_list['AllocationUnits'])
The string takes 3 arguments, but only 2 are given. The third argument should be removed.
I had sent a patch for this On March26 *"Fixing: The syntax error and the removing the extra parameter in certain functions"* , for the arguments problem. I dont find this in the tree yet.
The patch you're referring to is in the tree. However, the patch only fixed the issue with the "VirtualQuantity" error message in verify_memrasd_values(). verify_memrasd_values() still has an issue with the "AllocationUnits" related error message. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com