[Libvirt-cim] [PATCH] [TEST] Fixing VSSD/02_bootldr.py

Deepti B Kalakeri deeptik at linux.vnet.ibm.com
Wed Aug 12 13:34:44 UTC 2009


Please ignore this.. These changes will be sent in another patch.

Deepti B. Kalakeri wrote:
> # HG changeset patch
> # User Deepti B. Kalakeri<deeptik at linux.vnet.ibm.com>
> # Date 1250081099 25200
> # Node ID 1388a57c7e40a0e51c095bab1fa93ce320433bdd
> # Parent  40ae39e74558a58a05f01fcf61aaa8ee5384e667
> [TEST] Fixing VSSD/02_bootldr.py
>
> Tested with Xen on RHEL5.3 with current sources.
> Signed-off-by: Deepti B. Kalakeri <deeptik at linux.vnet.ibm.com>
>
> diff -r 40ae39e74558 -r 1388a57c7e40 suites/libvirt-cim/lib/XenKvmLib/vsms.py
> --- a/suites/libvirt-cim/lib/XenKvmLib/vsms.py	Wed Aug 12 04:28:07 2009 -0700
> +++ b/suites/libvirt-cim/lib/XenKvmLib/vsms.py	Wed Aug 12 05:44:59 2009 -0700
> @@ -130,7 +130,7 @@
>
>  def get_vssd_mof(virt, dom_name, bldr=None):
>      vssd_cn = eval(get_typed_class(virt, "VirtualSystemSettingData"))
> -    vssd = vssd_cn(dom_name, virt, bldr)
> +    vssd = vssd_cn(dom_name, virt, bldr=bldr)
>      return vssd.mof()
>
>  # classes to define RASD parameters
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim
>   

-- 
Thanks and Regards,
Deepti B. Kalakeri
IBM Linux Technology Center
deeptik at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list