[Libvirt-cim] [PATCH 1 of 3] [TEST] fix RASD.01 AllocationUnits Mismatch

Guo Lian Yun yunguol at cn.ibm.com
Wed Apr 9 05:14:33 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1207717805 25200
# Node ID 9d4ae22e0a0895b87e9b068b41970eee8999dbb1
# Parent  262153788503c8b10c76c77719bba081df9a7b88
[TEST] fix RASD.01 AllocationUnits Mismatch

Signed-off-by: Guolian Yun <yunguol at cn.ibm.com>

diff -r 262153788503 -r 9d4ae22e0a08 suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py
--- a/suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py	Tue Apr 08 17:58:44 2008 +0530
+++ b/suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py	Tue Apr 08 22:10:05 2008 -0700
@@ -96,7 +96,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')
               }




More information about the Libvirt-cim mailing list