
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1207878950 25200 # Node ID 682ad781e5b01be0baf81a5db2da840f1986655d # Parent 1a230184a44b133bb453d9f4582a0ff6e9ea5696 [TEST] update processor id in RASD01~02 to reflect recent provider changes Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 1a230184a44b -r 682ad781e5b0 suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py --- a/suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py Thu Apr 10 18:52:48 2008 -0700 +++ b/suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py Thu Apr 10 18:55:50 2008 -0700 @@ -74,7 +74,7 @@ def init_list(xml, disk, virt="Xen"): Creating the lists that will be used for comparisons. """ procrasd = { - "InstanceID" : '%s/%s' %(test_dom,0),\ + "InstanceID" : '%s/%s' %(test_dom, "proc"),\ "ResourceType" : 3,\ "CreationClassName": get_typed_class(virt, 'ProcResourceAllocationSettingData') } diff -r 1a230184a44b -r 682ad781e5b0 suites/libvirt-cim/cimtest/RASD/02_enum.py --- a/suites/libvirt-cim/cimtest/RASD/02_enum.py Thu Apr 10 18:52:48 2008 -0700 +++ b/suites/libvirt-cim/cimtest/RASD/02_enum.py Thu Apr 10 18:55:50 2008 -0700 @@ -51,7 +51,7 @@ def init_list(virt="Xen"): Creating the lists that will be used for comparisons. """ procrasd = { - "InstanceID" : '%s/%s' %(test_dom,0),\ + "InstanceID" : '%s/%s' %(test_dom, "proc"),\ "ResourceType" : 3,\ "CreationClassName": get_typed_class(virt, 'ProcResourceAllocationSettingData') }