[Libvirt-cim] [PATCH] [TEST] update processor id in ElementAllocatedFromPool.04

Guo Lian Yun yunguol at cn.ibm.com
Fri Apr 11 02:15:39 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1207880122 25200
# Node ID 9682464811b73b7cb48dfb0a6c6f3e984da78d6a
# Parent  19ff9c851ed8cb76b74d158a4c439dfa5f4ccb50
[TEST] update processor id in ElementAllocatedFromPool.04

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

diff -r 19ff9c851ed8 -r 9682464811b7 suites/libvirt-cim/cimtest/ElementAllocatedFromPool/04_forward_errs.py
--- a/suites/libvirt-cim/cimtest/ElementAllocatedFromPool/04_forward_errs.py	Wed Apr 09 18:00:14 2008 +0530
+++ b/suites/libvirt-cim/cimtest/ElementAllocatedFromPool/04_forward_errs.py	Thu Apr 10 19:15:22 2008 -0700
@@ -99,7 +99,7 @@ def try_assoc(conn, exp_ret, dev_dom_nam
     diskid = "%s/%s" % (dev_dom_name, test_disk)
     memid = "%s/mem" % dev_dom_name
     netid = "%s/%s" % (dev_dom_name, test_mac)
-    procid = "%s/%s" % (dev_dom_name, 0)
+    procid = "%s/proc" % dev_dom_name
     
     lelist = {
                   get_typed_class(virt, "LogicalDisk") : diskid, \




More information about the Libvirt-cim mailing list