[Libvirt-cim] [PATCH] [TEST] Fix LogicalDisk-03_ld_gi_errs.py by using cim_define() function

Deepti B Kalakeri deeptik at linux.vnet.ibm.com
Mon Oct 6 12:08:27 UTC 2008


+1 for me

yunguol at cn.ibm.com wrote:
> # HG changeset patch
> # User Guolian Yun <yunguol at cn.ibm.com>
> # Date 1223260772 25200
> # Node ID 29da4cc05673c815d082af768eca278bd5b6b28b
> # Parent  b710ecb26adf500caa6b801fdf10e4efbed3877e
> [TEST] Fix LogicalDisk-03_ld_gi_errs.py by using cim_define() function
>
> Signed-off-by: Guolian Yun <yunguol at cn.ibm.com>
>
> diff -r b710ecb26adf -r 29da4cc05673 suites/libvirt-cim/cimtest/LogicalDisk/03_ld_gi_errs.py
> --- a/suites/libvirt-cim/cimtest/LogicalDisk/03_ld_gi_errs.py	Fri Oct 03 06:34:29 2008 -0700
> +++ b/suites/libvirt-cim/cimtest/LogicalDisk/03_ld_gi_errs.py	Sun Oct 05 19:39:32 2008 -0700
> @@ -186,7 +186,7 @@ def main():
>          test_disk = 'hda'
>
>      vsxml = get_class(options.virt)(test_dom, disk=test_disk)
> -    ret = vsxml.define(options.ip)
> +    ret = vsxml.cim_define(options.ip)
>      if not ret:
>          logger.error("Failed to Define the dom: %s", test_dom)
>          return FAIL
>
> _______________________________________________
> 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