
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1207620138 25200 # Node ID 2e9e53bc63a24cb1bbadac51d09c7c14832bad38 # Parent 851b6729397e782b7ac6fbadee849ee7da9b16d3 [TEST] fix hardcode key in ElementCapabilities.01 Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 851b6729397e -r 2e9e53bc63a2 suites/libvirt-cim/cimtest/ElementCapabilities/01_forward.py --- a/suites/libvirt-cim/cimtest/ElementCapabilities/01_forward.py Mon Apr 07 08:27:46 2008 -0700 +++ b/suites/libvirt-cim/cimtest/ElementCapabilities/01_forward.py Mon Apr 07 19:02:18 2008 -0700 @@ -80,7 +80,7 @@ def main(): "ComputerSystem", options.virt, Name = system, - CreationClassName = "Xen_ComputerSystem") + CreationClassName = get_typed_class(options.virt, "ComputerSystem")) except Exception: Globals.logger.error(Globals.CIM_ERROR_ASSOCIATORNAMES % system) return FAIL