@do_main(sup_types)
def main():
@@ -51,7 +52,7 @@ def main():
if cim_ver != local_ver:
logger.error("CIM says version is `%s', but libvirt says
`%s'" \
% (cim_ver, local_ver))
- return FAIL
+ return XFAIL_RC(bug_libvirt)
This should only XFAIL in the LXC case. For the other virt types, if
cim_ver != local_ver, we need to return a FAIL.
--
Kaitlin Rupert
IBM Linux Technology Center
kaitlin(a)linux.vnet.ibm.com