# HG changeset patch
# User Yun Guo Lian <yunguol(a)cn.ibm.com>
# Date 1235982224 28800
# Node ID d5a5a5558a89acac972e1620fc4d737bab8c0334
# Parent a26791e2890e59a1f02e5d7050da3d75f8f4e0e2
[TEST] Add "AllocationCapabilities" to associate with ECTP
Tested for KVM/LXC with current sources on Pegsus
Signed-off-by: Guolian Yun<yunguol(a)cn.ibm.com>
diff -r a26791e2890e -r d5a5a5558a89
suites/libvirt-cim/cimtest/ElementConforms/01_forward.py
--- a/suites/libvirt-cim/cimtest/ElementConforms/01_forward.py Fri Feb 27 03:17:05 2009
-0800
+++ b/suites/libvirt-cim/cimtest/ElementConforms/01_forward.py Mon Mar 02 00:23:44 2009
-0800
@@ -63,7 +63,7 @@
curr_cim_rev, changeset = get_provider_version(virt, server)
if curr_cim_rev >= libvirt_cim_ectp_changes:
cn_names2 = ["VirtualSystemMigrationService", "DiskPool",
"NetworkPool",
- "ProcessorPool", "MemoryPool"]
+ "ProcessorPool", "MemoryPool",
"AllocationCapabilities"]
cn_names.extend(cn_names2)
if curr_cim_rev >= libvirt_cim_input_graphics_ectp:
cn_names.append("ConsoleRedirectionService")