[Libvirt-cim] [PATCH] [TEST] Update Profile.02 for KVM/XenFV/LXC support

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Mon Jul 14 14:15:34 UTC 2008


> diff -r 64abdd1495dc -r 472b025c9fb6 suites/libvirt-cim/cimtest/Profile/02_profile_to_elec.py


> @@ -59,10 +60,10 @@ def setup_env(server):
>          destroy_and_undefine_all(server)
>          virt_xml = get_class(virt)
>          csxml_info = virt_xml(test_dom)
> -        rc = csxml_info.cim_define(server)
> +        rc = csxml_info.define(server)

I'd like more tests to use cim_define() instead of define(), so I don't 
want to change this - even if it means this test only supports Xen for now.

Before converting this test, cim_define() support for KVM, XenFV, and 
LXC needs to be in place.
-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list