
1 Dec
2008
1 Dec
'08
7:45 p.m.
+libvirt_bug = "00009" sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']
test_dom = "VSSDC_dom" @@ -193,6 +194,8 @@ status = verify_displayrasd_values(rasd_instance, displayrasd) elif 'InputResourceAllocationSettingData' in CCName: status = verify_inputrasd_values(rasd_instance, inputrasd) + if status != PASS and virt== 'LXC': + return XFAIL_RC(libvirt_bug)
Instead of putting the XFAIL here, the check should go in verify_inputrasd_values() - this way, none of the tests need to be updated. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com