<br><tt><font size=2>libvirt-cim-bounces@redhat.com wrote on 2008-12-02
02:45:46:<br>
<br>
> > <br>
> > +libvirt_bug = "00009"<br>
> >  sup_types = ['Xen', 'KVM', 'XenFV', 'LXC']<br>
> > <br>
> >  test_dom    = "VSSDC_dom"<br>
> > @@ -193,6 +194,8 @@<br>
> >                  status
= verify_displayrasd_values(rasd_instance,<br>
> displayrasd)<br>
> >              elif 'InputResourceAllocationSettingData'
in CCName:<br>
> >                  status
= verify_inputrasd_values(rasd_instance, inputrasd)<br>
> > +                if status
!= PASS and virt== 'LXC':<br>
> > +                  
 return XFAIL_RC(libvirt_bug)<br>
> <br>
> Instead of putting the XFAIL here, the check should go in <br>
> verify_inputrasd_values() - this way, none of the tests need to be
updated.</font></tt>
<br>
<br><tt><font size=2>  If XFAIL is put in verify_inputrasd_values(),
we have to add another parameter of 'virt'</font></tt>
<br><tt><font size=2>  to verify_inputrasd_values(), which more tests
need to be updates.</font></tt>
<br>
<br><tt><font size=2>  Thoughts?</font></tt>
<br><tt><font size=2><br>
> Kaitlin Rupert<br>
> IBM Linux Technology Center<br>
> kaitlin@linux.vnet.ibm.com<br>
> <br>
> _______________________________________________<br>
> Libvirt-cim mailing list<br>
> Libvirt-cim@redhat.com<br>
> https://www.redhat.com/mailman/listinfo/libvirt-cim<br>
</font></tt>