[Libvirt-cim] [PATCH 5 of 6] [TEST] update processor id in SystemDevice.01 to reflect recent provider changes

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


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1207879393 25200
# Node ID fa561bc3cae2b4de3cf6f43df61bb647e7f9bdbc
# Parent  248707005ae8efa00fc106f3ad8da02add06b3b6
[TEST] update processor id in SystemDevice.01 to reflect recent provider changes

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

diff -r 248707005ae8 -r fa561bc3cae2 suites/libvirt-cim/cimtest/SystemDevice/01_forward.py
--- a/suites/libvirt-cim/cimtest/SystemDevice/01_forward.py	Thu Apr 10 19:01:00 2008 -0700
+++ b/suites/libvirt-cim/cimtest/SystemDevice/01_forward.py	Thu Apr 10 19:03:13 2008 -0700
@@ -74,7 +74,7 @@ def main():
             get_typed_class(options.virt, "NetworkPort") : '%s/%s' % (test_dom, test_mac),
             get_typed_class(options.virt, "Memory")      : '%s/mem' % test_dom,
             get_typed_class(options.virt, "LogicalDisk") : '%s/%s' % (test_dom, test_disk),
-            get_typed_class(options.virt, "Processor")   : '%s/%s' % (test_dom, test_cpu-1)
+            get_typed_class(options.virt, "Processor")   : '%s/proc' % test_dom,
             }
 
     key_list = {'DeviceID' : '',




More information about the Libvirt-cim mailing list