+1

Sharad Mishra
Open Virtualization
Linux Technology Center
IBM

libvirt-cim-bounces@redhat.com wrote on 05/17/2010 04:03:56 AM:

> "Deepti B. Kalakeri" <deeptik@linux.vnet.ibm.com>

> Sent by: libvirt-cim-bounces@redhat.com
>

> 05/17/2010 04:03 AM
>
> Please respond to
> List for discussion and development of libvirt CIM <libvirt-cim@redhat.com>

>
> To

>
> libvirt-cim@redhat.com

>
> cc

>
> Subject

>
> [Libvirt-cim] [PATCH] [TEST] Fix RPCS/08*py

>
> # HG changeset patch
> # User Deepti B. Kalakeri<deeptik@linux.vnet.ibm.com>
> # Date 1274093983 25200
> # Node ID 6ef4afb32928a4f54e5ff7cdb3b0acd2d76da6b5
> # Parent  456106b86cf4572684877cc923f3af991b4b65bb
> [TEST] Fix RPCS/08*py
>
> Fix the RPCS/08*py tc to use /var/lib/libvirt/images/ path for
> creating dik images instead of /tmp
>
> The test has been verified with KVM and libvirt-cim current sources
> Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com>
>
> diff -r 456106b86cf4 -r 6ef4afb32928 suites/libvirt-cim/cimtest/
> ResourcePoolConfigurationService/08_CreateDiskResourcePool.py
> --- a/suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/
> 08_CreateDiskResourcePool.py   Mon Mar 15 09:16:15 2010 -0400
> +++ b/suites/libvirt-cim/cimtest/ResourcePoolConfigurationService/
> 08_CreateDiskResourcePool.py   Mon May 17 03:59:43 2010 -0700
> @@ -62,7 +62,7 @@
>  libvirt_netfs_pool_support=869
>      
>  def get_pool_attr(server, pool_type, dp_types, rev):
> -    pool_attr = { "Path" : "/tmp" }
> +    pool_attr = { "Path" : "/var/lib/libvirt/images/" }
>  
>      if rev >= libvirt_netfs_pool_support and \
>         pool_type == dp_types['DISK_POOL_NETFS']:
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim@redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim