# HG changeset patch
# User Guolian Yun <yunguol(a)cn.ibm.com>
# Date 1207728990 25200
# Node ID 1cc1342a903c152e698609753317981cd07deb15
# Parent 262153788503c8b10c76c77719bba081df9a7b88
[TEST] fix AllocationUnits Mismatch in 41_cs_to_settingdefinestate.py
Signed-off-by: Guolian Yun <yunguol(a)cn.ibm.com>
diff -r 262153788503 -r 1cc1342a903c
suites/libvirt-cim/cimtest/ComputerSystem/41_cs_to_settingdefinestate.py
--- a/suites/libvirt-cim/cimtest/ComputerSystem/41_cs_to_settingdefinestate.py Tue Apr 08
17:58:44 2008 +0530
+++ b/suites/libvirt-cim/cimtest/ComputerSystem/41_cs_to_settingdefinestate.py Wed Apr 09
01:16:30 2008 -0700
@@ -102,7 +102,7 @@ def rasd_init_list():
mem_rasd = {
"InstanceID" : '%s/%s' %(test_dom,
"mem"), \
"ResourceType" : 4, \
- "AllocationUnits" : "MegaBytes",\
+ "AllocationUnits" : "KiloBytes",\
"VirtualQuantity" : (test_mem * 1024), \
}
rasd_values = { "Xen_Processor" : proc_rasd, \