User:Yzhou: Difference between revisions

From KVM
(Patches that yzhou is working on)
(Patches yzhou is working on)
Line 1: Line 1:
Patches working on:
Patches working on:


1. params_verify
1. params_verify [codes finished, debugging]
     Verify all parameters in KVM command line:
     Verify all parameters in KVM command line:
     1) Log into the guest
     1) Log into the guest
Line 8: Line 8:
     3) Verify all nic cards' macaddr
     3) Verify all nic cards' macaddr


2. pci_hotplug
2. pci_hotplug [codes finished, debugging]
     Test pci devices' hotplug
     Test pci devices' hotplug
     1) pci_add a deivce (nic or storage)
     1) pci_add a deivce (nic or storage)
Line 18: Line 18:




3. run autotest's netperf on two guests
3. run autotest's netperf on two guests [codes finished, debugging]
     Run netperf2 on two guests:
     Run netperf2 on two guests:
     1) start two guests, one as client while the other is server
     1) start two guests, one as client while the other is server
     2) run netserver on server guest using control.server
     2) run netserver on server guest using control.server
     3) run netperf on client guest using control.client
     3) run netperf on client guest using control.client

Revision as of 02:20, 21 July 2009

Patches working on:

1. params_verify [codes finished, debugging]

   Verify all parameters in KVM command line:
   1) Log into the guest
   2) Verify whether cpu counts ,memory size, nics' model,
      count and drives' format & count, drive_serial, UUID
   3) Verify all nic cards' macaddr

2. pci_hotplug [codes finished, debugging]

   Test pci devices' hotplug
   1) pci_add a deivce (nic or storage)
   2) Compare 'info pci' output
   3) Compare 'reference_cmd' output
   4) Verify whether pci_model is shown in 'pci_find_cmd'
   5) Check whether the newly added pci device works fine
   6) pci_del the device, verify whether could remove the pci device


3. run autotest's netperf on two guests [codes finished, debugging]

   Run netperf2 on two guests:
   1) start two guests, one as client while the other is server
   2) run netserver on server guest using control.server
   3) run netperf on client guest using control.client