<br><tt><font size=2>libvirt-cim-bounces@redhat.com wrote on 2008-10-13
21:28:15:<br>
<br>
> <br>
> <br>
> yunguol@cn.ibm.com wrote:<br>
> > # HG changeset patch<br>
> > # User Guolian Yun <yunguol@cn.ibm.com><br>
> > # Date 1223885227 25200<br>
> > # Node ID 2bcf4547d32b7f64e750e5b65405bcbae9edc3f0<br>
> > # Parent  c7eaf17bd591f313b93ff2b2087cee11b25789e0<br>
> > [TEST] Modify SystemDevice 02_reverse.py to use new GetInstance()
call<br>
> ><br>
> > Signed-off-by: Guolian Yun <yunguol@cn.ibm.com><br>
> ><br>
> > diff -r c7eaf17bd591 -r 2bcf4547d32b suites/libvirt-<br>
> cim/cimtest/SystemDevice/02_reverse.py<br>
> > --- a/suites/libvirt-cim/cimtest/SystemDevice/02_reverse.py  
Fri <br>
> Oct 10 03:08:12 2008 -0700<br>
> > +++ b/suites/libvirt-cim/cimtest/SystemDevice/02_reverse.py  
Mon <br>
> Oct 13 01:07:07 2008 -0700<br>
> > @@ -99,7 +99,8 @@<br>
> >                  
   'Name': systems[0]['Name'],<br>
> >                  
   'CreationClassName': systems[0]['CreationClassName']<br>
> >                  
  }<br>
> > -            system = enumclass.getInstance(options.ip,
<br>
> 'ComputerSystem', keys, options.virt)<br>
> > +            cs = get_typed_class(options.virt,
'ComputerSystem')<br>
> > +            system = enumclass.GetInstance(options.ip,
cs, keys)<br>
> >          <br>
> >              if system.Name
== test_dom:<br>
> >                  status
= PASS<br>
> ><br>
> > _______________________________________________<br>
> > Libvirt-cim mailing list<br>
> > Libvirt-cim@redhat.com<br>
> > https://www.redhat.com/mailman/listinfo/libvirt-cim<br>
> >   <br>
> <br>
> This tc fails for me on Xen with and without XenFV.</font></tt>
<br>
<br><tt><font size=2>  Yeah, this tc fails with sblim base provider
installed, we have to fix it firstly.</font></tt>
<br><tt><font size=2>  Thanks!</font></tt>
<br><tt><font size=2>  <br>
> <br>
> _______________________________________________<br>
> Libvirt-cim mailing list<br>
> Libvirt-cim@redhat.com<br>
> https://www.redhat.com/mailman/listinfo/libvirt-cim<br>
</font></tt>