
# HG changeset patch # User Sharad Mishra <snmishra@us.ibm.com> # Date 1295022559 28800 # Node ID f98167abd981e7e9551c26ab8367c8b2b71829dd # Parent d54a6a278fa33413148d9a2ca63257284e5f7a1c [TEST] Removing graphics device from this test. The VM does not have a graphics device. It is being removed. Signed-off-by: Sharad Mishra <snmishra@us.ibm.com> diff -r d54a6a278fa3 -r f98167abd981 suites/libvirt-cim/cimtest/VirtualSystemManagementService/16_removeresource.py --- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/16_removeresource.py Fri Jan 14 08:20:38 2011 -0800 +++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/16_removeresource.py Fri Jan 14 08:29:19 2011 -0800 @@ -66,7 +66,8 @@ sds_classname = get_typed_class(options.virt, 'SettingsDefineState') mem = get_typed_class(options.virt, 'Memory') proc = get_typed_class(options.virt, 'Processor') - dev_not_rem = [mem, proc] + input = get_typed_class(options.virt, 'PointingDevice') + dev_not_rem = [mem, proc, input] service = get_vsms_class(options.virt)(options.ip) for dev in devs: