[Libvirt-cim] [PATCH 1 of 6] [TEST] update processor id in 02_hostsystem_to_rasd.py to reflect recent provider changes

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


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1207878595 25200
# Node ID 16ad6528cd7d7ef367d354c1cadd0d258fa09e0a
# Parent  19ff9c851ed8cb76b74d158a4c439dfa5f4ccb50
[TEST] update processor id in  02_hostsystem_to_rasd.py to reflect recent provider changes

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

diff -r 19ff9c851ed8 -r 16ad6528cd7d suites/libvirt-cim/cimtest/HostSystem/02_hostsystem_to_rasd.py
--- a/suites/libvirt-cim/cimtest/HostSystem/02_hostsystem_to_rasd.py	Wed Apr 09 18:00:14 2008 +0530
+++ b/suites/libvirt-cim/cimtest/HostSystem/02_hostsystem_to_rasd.py	Thu Apr 10 18:49:55 2008 -0700
@@ -79,7 +79,7 @@ def init_list(vsxml, virt="Xen"):
 
     rasd_values = { 
                     proc_cn              : {
-                                             "InstanceID" : '%s/%s' %(test_dom,0),
+                                             "InstanceID" : '%s/%s' %(test_dom, "proc"),
                                              "ResourceType" : 3,
                                             }, 
                     disk_cn              : {




More information about the Libvirt-cim mailing list