# HG changeset patch
# User Guolian Yun <yunguol(a)cn.ibm.com>
# Date 1227495264 28800
# Node ID 78440b9ec90f26c0a80e0bc932cb7d0e5078efdc
# Parent c349be6661452da17725d63a69aee17f5da9a80d
[TEST] Fix AllocationCapabilities/01_enum.py, add GraphicsPool and InputPool
Signed-off-by: Guolian Yun <yunguol(a)cn.ibm.com>
diff -r c349be666145 -r 78440b9ec90f
suites/libvirt-cim/cimtest/AllocationCapabilities/01_enum.py
--- a/suites/libvirt-cim/cimtest/AllocationCapabilities/01_enum.py Wed Nov 19 22:42:13
2008 -0800
+++ b/suites/libvirt-cim/cimtest/AllocationCapabilities/01_enum.py Sun Nov 23 18:54:24
2008 -0800
@@ -87,7 +87,9 @@
pt = [get_typed_class(options.virt, 'MemoryPool'),
get_typed_class(options.virt, 'ProcessorPool'),
get_typed_class(options.virt, 'DiskPool'),
- get_typed_class(options.virt, 'NetworkPool')]
+ get_typed_class(options.virt, 'NetworkPool'),
+ get_typed_class(options.virt, 'GraphicsPool'),
+ get_typed_class(options.virt, 'InputPool')]
pools, ac = enum_pools_and_ac(options.ip, cn, pt)
if len(pools) < 4:
Show replies by date