
+1 On 01/14/2011 11:20 AM, Sharad Mishra wrote:
# HG changeset patch # User Sharad Mishra<snmishra@us.ibm.com> # Date 1295021879 28800 # Node ID 0d0d87b8a5b44ed0af9c32490db7d7fcc586cf21 # Parent a0f35dd8ba2843bd548a3c3d0186e0fc48a9113d [TEST] Memory is calculated in block sizes.
This test was modifying the VM memory and then verify that the new memory size matches the expected memory. The test was failing because memory was not getting multiplied by the block size (512). Updated this test to account for memory size in blocks.
Signed-off-by: Sharad Mishra<snmishra@us.ibm.com>
diff -r a0f35dd8ba28 -r 0d0d87b8a5b4 suites/libvirt-cim/cimtest/VirtualSystemManagementService/08_modifyresource.py --- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/08_modifyresource.py Fri Jan 14 08:16:16 2011 -0800 +++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/08_modifyresource.py Fri Jan 14 08:17:59 2011 -0800 @@ -41,7 +41,7 @@ ntype = 'network' cpu = 2 ncpu = 1 -nmem = 256 +nmem = 131072 new_int = randint(10, 99) new_mac1 = "11:%s:22:%s:33:%s" % (new_int, new_int, new_int) new_int += 1
_______________________________________________ Libvirt-cim mailing list Libvirt-cim@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-cim