# HG changeset patch
# User Deepti B. Kalakeri<deeptik(a)linux.vnet.ibm.com>
# Date 1225880784 28800
# Node ID b1d7f871c2553a461600ef7f82cc8fd931e11551
# Parent 319e2e9509d360334c0e38e17abc9bf2b163e1cb
[TEST] Fixing 09_procrasd_persist.py of VSMS.
The tc was failing bcs of the changes made to ProcResourceAllocationSettingData of
vsms.py
Signed-off-by: Deepti B. Kalakeri <deeptik(a)linux.vnet.ibm.com>
diff -r 319e2e9509d3 -r b1d7f871c255
suites/libvirt-cim/cimtest/VirtualSystemManagementService/09_procrasd_persist.py
--- a/suites/libvirt-cim/cimtest/VirtualSystemManagementService/09_procrasd_persist.py Tue
Nov 04 05:22:21 2008 -0800
+++ b/suites/libvirt-cim/cimtest/VirtualSystemManagementService/09_procrasd_persist.py Wed
Nov 05 02:26:24 2008 -0800
@@ -47,7 +47,7 @@
vssd, rasd = vsms.default_vssd_rasd_str(default_dom, virt=vtype)
class_pasd = vsms.get_pasd_class(vtype)
- proc_inst = class_pasd(nvcpu, default_dom, weight, limit)
+ proc_inst = class_pasd(default_dom, nvcpu, weight, limit)
proc_mof = proc_inst.mof()
for i in range(len(rasd)):
Show replies by date