
Guo Lian Yun wrote:
# HG changeset patch # User Guolian Yun <yunguol@cn.ibm.com> # Date 1216192956 25200 # Node ID 4fab30cea82ff4b689b16594e0db865a5366ec65 # Parent 64abdd1495dc05e69061151baf2ea25a682e8d8d [TEST] 2# Update VirtualSystemSettingDataComponent.01 for LXC support
The test defines non-bootloader guests for all platform types, also remove the part of thet test that verifies the bootloader
Updates from 1 to 2: Pass test_disk and test_mac as parameters into init_list() function.
On the assoc_values(), I will update it to call compare_all_prop() when Kaitlin's patch applied in the tree.
All patches must have a DCO.
diff -r 64abdd1495dc -r 4fab30cea82f suites/libvirt-cim/cimtest/VirtualSystemSettingDataComponent/01_forward.py --- a/suites/libvirt-cim/cimtest/VirtualSystemSettingDataComponent/01_forward.py Fri Jul 11 00:42:35 2008 -0700 +++ b/suites/libvirt-cim/cimtest/VirtualSystemSettingDataComponent/01_forward.py Wed Jul 16 00:22:36 2008 -0700
try: vssd = enumclass.getInstance(options.ip, \ - enumclass.Xen_VirtualSystemSettingData, \ - key_list) + 'VirtualSystemSettingData', \ + key_list, + options.virt) if vssd is None: logger.error("VSSD instance for %s not found" % test_dom) test_domain_function(test_dom, options.ip, "undefine")
I missed this last time, but this should be cxml.undefine(). -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com