Sharad Mishra
Open Virtualization
Linux Technology Center
IBM
"Deepti B. Kalakeri" ---03/15/2010 06:12:13 AM---# HG changeset patch
"Deepti B. Kalakeri" <deeptik@linux.vnet.ibm.com>
Sent by: libvirt-cim-bounces@redhat.com
03/15/2010 06:16 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] Updating rasd.py to include floppy changes and direct net type changes
# HG changeset patch
# User Deepti B. Kalakeri<deeptik@linux.vnet.ibm.com>
# Date 1268658975 14400
# Node ID 888ca94fdbc69076a8ab2f7dd805d314b3dbb27d
# Parent a576cb1c855a8f507d7ec38c49467bfb018b46b7
[TEST] Updating rasd.py to include floppy changes and direct net type changes.
This test fixes the SettingsDefineCapabilities/01_forward.py and
HostSystem -t 03_hs_to_settdefcap.py.
The test has been verified with KVM and Xen on current Libvirt-CIM Sources.
Signed-off-by: Deepti B. Kalakeri <deeptik@linux.vnet.ibm.com>
@@ -334,6 +336,13 @@
# StoragePoolRASD record 1 for each of Min, Max, Default, and Incr
exp_storagevol_rasd = 4
exp_len = exp_base_num
+
+ # StoragePoolRASD record with AllocationUnits=G 1 for each \
+ # of Min, Max, Default, Incr
+ exp_storagevol_unit_changes = 4
+
+ # Floppy record 1 for each of Min, Max, Default, and Incr
+ exp_floppy = 4
if id == "DiskPool/0":
pool_types = 7
@@ -350,7 +359,11 @@