[Libvirt-cim] [PATCH] [TEST] Update VSSDComponent [01_forward.py] to verify GRASD and InputRASD

Guo Lian Yun yunguol at cn.ibm.com
Wed Dec 10 02:18:12 UTC 2008


libvirt-cim-bounces at redhat.com wrote on 2008-12-10 04:42:28:

> 
> > +    curr_cim_rev, changeset = get_provider_version(virt, server)
> > +    if curr_cim_rev >= input_graphics_pool_rev:
> > +        input = 
get_typed_class(virt,'InputResourceAllocationSettingData')
> > +        graphics = 
> get_typed_class(virt,'GraphicsResourceAllocationSettingData')
> > +        rlist.append(input)
> > +        rlist.append(graphics)
> > +        prop_list = {rlist[0] : "%s/%s"  % (test_dom, test_disk),
> > +             rlist[1] : "%s/%s" % (test_dom, "mem"),
> > +             rlist[2] : "%s/%s" % (test_dom, test_mac),
> > +             rlist[3] : "%s/%s" % (test_dom, "proc"),
> > +             rlist[4] : "%s" % input_device,
> > +             rlist[5] : "%s/%s" % (test_dom, "graphics") 
> > +            }
> 
> prop_list is already defined earlier in the test.  Just add the new 
> elements for Input/Graphics.
> 
  Fixed.
  Thanks!
> -- 
> Kaitlin Rupert
> IBM Linux Technology Center
> kaitlin at linux.vnet.ibm.com
> 
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-cim/attachments/20081210/41aa1537/attachment.htm>


More information about the Libvirt-cim mailing list