[Libvirt-cim] [PATCH 1/9] Need to check "slp=true", not just "slp" since "slp=false" is possible

WangXu cngesaint at outlook.com
Wed Apr 24 05:31:09 UTC 2013


Reviewed-by: Xu Wang <cngesaint at gmail.com>
> .../libvirt-cim/cimtest/Profile/04_verify_libvirt_cim_slp_profiles.py   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/suites/libvirt-cim/cimtest/Profile/04_verify_libvirt_cim_slp_profiles.py b/suites/libvirt-cim/cimtest/Profile/04_verify_libvirt_cim_slp_profiles.py
> index f6cf5b1..f08d157 100644
> --- a/suites/libvirt-cim/cimtest/Profile/04_verify_libvirt_cim_slp_profiles.py
> +++ b/suites/libvirt-cim/cimtest/Profile/04_verify_libvirt_cim_slp_profiles.py
> @@ -64,7 +64,7 @@ def  get_slp_info(server):
>          logger.info("Test not supported for sfcb yet ... hence skipping")
>          return SKIP
>  
> -    cmd = "cimconfig -l -p | grep slp"
> +    cmd = "cimconfig -l -p | grep slp=true"
>      rc, out = run_remote(server, cmd)
>      if rc != 0:
>          logger.error("SLP is not enabled for the cimserver on '%s'", server)
> -- 
> 1.8.1.4 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-cim/attachments/20130424/e7c79cb7/attachment.htm>


More information about the Libvirt-cim mailing list