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

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Tue Dec 9 20:44:01 UTC 2008


>      rasd_list = {
>                   "proc_rasd" : '%s/%s' %(test_dom, "proc"), 
>                   "net_rasd"  : '%s/%s' %(test_dom,test_mac),
>                   "disk_rasd" : '%s/%s' %(test_dom, test_disk),
> -                 "mem_rasd"  : '%s/%s' %(test_dom, "mem")
> +                 "mem_rasd"  : '%s/%s' %(test_dom, "mem"),
> +                 "input_rasd": '%s/%s' %(test_dom, input_device),
> +                 "grap_rasd" : '%s/%s' %(test_dom, "graphics")
> +
>                  }

rasd_list is already defined earlier in the test - just add the 
necessary values for input/graphics.

-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list