# HG changeset patch
# User Guolian Yun <yunguol(a)cn.ibm.com>
# Date 1207879513 25200
# Node ID cb7da73431b75b11c6e7f01ae9a16003dda71233
# Parent fa561bc3cae2b4de3cf6f43df61bb647e7f9bdbc
[TEST] update processor id in VSSD.04 to reflect recent provider changes
Signed-off-by: Guolian Yun <yunguol(a)cn.ibm.com>
diff -r fa561bc3cae2 -r cb7da73431b7 suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py
--- a/suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py Thu Apr 10 19:03:13 2008 -0700
+++ b/suites/libvirt-cim/cimtest/VSSD/04_vssd_to_rasd.py Thu Apr 10 19:05:13 2008 -0700
@@ -82,7 +82,7 @@ def init_list(virt):
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')
}