<br><tt><font size=2>libvirt-cim-bounces@redhat.com wrote on 2008-11-12
19:14:49:<br>
<br>
> <br>
> <br>
> yunguol@cn.ibm.com wrote:<br>
> > # HG changeset patch<br>
> > # User Guolian Yun <yunguol@cn.ibm.com><br>
> > # Date 1226458889 28800<br>
> > # Node ID d97222cfb717a382136108c319dee64cc2466716<br>
> > # Parent  8d6f2db22eda9bda08ff26caa8982f137a3d4486<br>
> > [TEST] Fix HostSystem/02_hostsystem_to_rasd.py for LXC<br>
> ><br>
> > Signed-off-by: Guolian Yun <yunguol@cn.ibm.com><br>
> ><br>
> > diff -r 8d6f2db22eda -r d97222cfb717 suites/libvirt-<br>
> cim/cimtest/HostSystem/02_hostsystem_to_rasd.py<br>
> > --- a/suites/libvirt-cim/cimtest/HostSystem/02_hostsystem_to_rasd.<br>
> py   Tue Nov 11 00:19:20 2008 -0800<br>
> > +++ b/suites/libvirt-cim/cimtest/HostSystem/02_hostsystem_to_rasd.<br>
> py   Tue Nov 11 19:01:29 2008 -0800<br>
> > @@ -75,6 +75,8 @@<br>
> >      global test_disk<br>
> >      if virt == "Xen":<br>
> >          test_disk = "xvda"<br>
> > +    if virt == "LXC":<br>
> > +        test_disk = "/tmp"<br>
> >      else: <br>
> >          test_disk = "hda"<br>
> >      virt_xml =  get_class(virt)<br>
> >   <br>
> This tc fails with the following error for LXC:<br>
> <br>
> --------------------------------------------------------------------<br>
> HostSystem - 02_hostsystem_to_rasd.py: FAIL<br>
> ERROR - DEBUG an is LXC_HostedDependency, cn is LXC_HostSystem, qcn
is <br>
> LXC_ComputerSystem<br>
> ERROR - Failed to get associators information for LXC_SettingsDefineState<br>
> ERROR - Exception: u'LXC_DisplayController'<br>
> Class not found</font></tt>
<br>
<br><tt><font size=2>  What's your cimon's type and src info?</font></tt>
<br><tt><font size=2>  I tested this with sfcb with latest src for
F10, and it passes for me.</font></tt>
<br><tt><font size=2>  </font></tt>
<br><tt><font size=2>  <br>
> --------------------------------------------------------------------<br>
> <br>
> <br>
> > _______________________________________________<br>
> > Libvirt-cim mailing list<br>
> > Libvirt-cim@redhat.com<br>
> > https://www.redhat.com/mailman/listinfo/libvirt-cim<br>
> >   <br>
> <br>
> _______________________________________________<br>
> Libvirt-cim mailing list<br>
> Libvirt-cim@redhat.com<br>
> https://www.redhat.com/mailman/listinfo/libvirt-cim<br>
</font></tt>