Reviewed-by: Xu Wang <cngesaint@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