
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1207717914 25200 # Node ID 4e4f7f4bdd5028720f16dec6bed005f5239ab0d6 # Parent 9d4ae22e0a0895b87e9b068b41970eee8999dbb1 [TEST] fix AllocationUnits Mismatch in RASD.02 Signed-off-by: Guolian Yun <yunguol@cn.ibm.com> diff -r 9d4ae22e0a08 -r 4e4f7f4bdd50 suites/libvirt-cim/cimtest/RASD/02_enum.py --- a/suites/libvirt-cim/cimtest/RASD/02_enum.py Tue Apr 08 22:10:05 2008 -0700 +++ b/suites/libvirt-cim/cimtest/RASD/02_enum.py Tue Apr 08 22:11:54 2008 -0700 @@ -73,7 +73,7 @@ def init_list(virt="Xen"): memrasd = { "InstanceID" : '%s/%s' %(test_dom, "mem"), \ "ResourceType" : 4, \ - "AllocationUnits" : "MegaBytes",\ + "AllocationUnits" : "KiloBytes",\ "VirtualQuantity" : (test_mem * 1024), \ "CreationClassName": get_typed_class(virt, 'MemResourceAllocationSettingData') }