[Libvirt-cim] [PATCH 3 of 6] [TEST] update processor id in RASD01~02 to reflect recent provider changes

Deepti B Kalakeri deeptik at linux.vnet.ibm.com
Fri Apr 11 14:16:32 UTC 2008


+1 for me.

Guo Lian Yun wrote:
> # HG changeset patch
> # User Guolian Yun <yunguol at cn.ibm.com>
> # Date 1207878950 25200
> # Node ID 682ad781e5b01be0baf81a5db2da840f1986655d
> # Parent  1a230184a44b133bb453d9f4582a0ff6e9ea5696
> [TEST] update processor id in RASD01~02 to reflect recent provider changes
>
> Signed-off-by: Guolian Yun <yunguol at cn.ibm.com>
>
> diff -r 1a230184a44b -r 682ad781e5b0 suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py
> --- a/suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py	Thu Apr 10 18:52:48 2008 -0700
> +++ b/suites/libvirt-cim/cimtest/RASD/01_verify_rasd_fields.py	Thu Apr 10 18:55:50 2008 -0700
> @@ -74,7 +74,7 @@ def init_list(xml, disk, virt="Xen"):
>          Creating the lists that will be used for comparisons.
>      """
>      procrasd = {
> -                 "InstanceID" : '%s/%s' %(test_dom,0),\
> +                 "InstanceID" : '%s/%s' %(test_dom, "proc"),\
>                   "ResourceType" : 3,\
>                   "CreationClassName": get_typed_class(virt, 'ProcResourceAllocationSettingData')
>                  }
> diff -r 1a230184a44b -r 682ad781e5b0 suites/libvirt-cim/cimtest/RASD/02_enum.py
> --- a/suites/libvirt-cim/cimtest/RASD/02_enum.py	Thu Apr 10 18:52:48 2008 -0700
> +++ b/suites/libvirt-cim/cimtest/RASD/02_enum.py	Thu Apr 10 18:55:50 2008 -0700
> @@ -51,7 +51,7 @@ def init_list(virt="Xen"):
>          Creating the lists that will be used for comparisons.
>      """
>      procrasd = {
> -                 "InstanceID" : '%s/%s' %(test_dom,0),\
> +                 "InstanceID" : '%s/%s' %(test_dom, "proc"),\
>                   "ResourceType" : 3,\
>                   "CreationClassName": get_typed_class(virt, 'ProcResourceAllocationSettingData')
>                  }
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim
>   




More information about the Libvirt-cim mailing list