
VirtualSystemManagementService - 10_hv_version.py: FAIL ERROR - CIM says version is `%s', but libvirt says `%s'
This fails because of get version error by LXC hypervisor. CIM says version is `LXC 0.0.0', but libvirt says `libvir: error : this function is not supported by the hypervisor: virConnectGetVersion
It looks like this function isn't supported for Containers. There's a lot of Containers related changes going on in libvirt now, so it might be added soon.
VirtualSystemManagementService - 12_referenced_config.py: FAIL ERROR - EnabledState is 3 instead of 2. ERROR - Try to increase the timeout and run the test again ERROR - Unable to start rstest_domain ERROR - Unable to start rstest_domain
This fails because that the define domain can't be started. Here is the dumpxml of the test domain:
<domain type='lxc'> <name>rstest_domain</name> <uuid>80ccbf55-dba0-461b-b23f-90a335503680</uuid> <os> <init>/tmp/cimtest_lxc_init</init> </os> <memory>524288</memory> <devices> <filesystem type='mount'> <source dir='/tmp/lxc_files'/> <target dir='/tmp'/> </filesystem> <console tty=''/> </devices> </domain>
<console tty=''/> This is missing a valid tty value. This should be: <console tty='/dev/ptmx'/> -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com