From KVM
Line 1: | Line 1: | ||
= KVM-Autotest TODO list = | = KVM-Autotest TODO list = | ||
− | + | == lmr == | |
− | == | + | === TODO === |
− | * Libvirt integration | + | * Make cache=off the default for guest images |
+ | * Multi host migration | ||
+ | * Libvirt integration | ||
+ | * Add a BLOCKED status on the autotest database, that tells the user that some feature testing was left out due to a problem on its dependencies. | ||
+ | * Eventually get rid of all dependency on slirp/userspace networking to do any feature testing, since it is not a supported feature. Slipstreaming the kickstart in the install CD is a possibility, and it ends up being simpler than configuring an internal network thing for testing. | ||
+ | * Make it possible to install virtio nw driver under windows xp/2003 guests without having to resort to the msi installer | ||
− | + | === Partially done/ Blocked === | |
− | * | + | * Include support for host kernel install on the KVM default control file - Using autotest standard API to get it done |
+ | ** needs to resolve bugs in boottool to full functionality | ||
− | + | === Done === | |
− | + | ||
− | * | + | * Apply network patchset (Yay!) |
− | + | == mgoldish == | |
− | + | * Make WHQL tests run on our internal server | |
+ | * Enable "guest-load" for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) | ||
+ | * Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shutting-down after every test) | ||
+ | * Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py | ||
+ | * Rename all Windows ISOs currently used to their official MSDN names | ||
+ | * Fill the sections "Working with step files" and "Step file creation tips" in the wiki | ||
− | + | == akong == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | * Using dnsmasq in unattended_install to replace userspace network with private bridge status: have implemented in internal tree | |
+ | * Bonding test | ||
− | + | == yolkfull == | |
− | + | ||
− | + | ||
− | == | + | * Run netperf test between two guests |
+ | * Migration with/without workload(dbench,lmbench etc) | ||
+ | * Verify SMBIOS/DMI data (UUID, for example) | ||
+ | * Disk serial number (for IDE, SCSI, VirtIO drives) | ||
+ | |||
+ | == Beijing QE == | ||
+ | |||
+ | * pxe boot * net types | ||
+ | * Further migration | ||
+ | * Multiple nics | ||
+ | * multiple disks | ||
+ | * Test block device cancellation path using device mapper to generate errors ( after we had a crash in de_write_dma_cb) | ||
+ | * Extend pci_assignable to support other PCI devices (USB, video cards, TV card etc) | ||
+ | * Different CPU flags support | ||
+ | * Use private bridge and dnsmasq to do the unattended installation | ||
+ | * Passthrough the perf keys of run_autotest to autotest server | ||
+ | * Register the virtual machine into autotest server and run benchmark through autotest server | ||
− | |||
− | |||
− | |||
− | |||
== Bugs == | == Bugs == | ||
* Please open bugs on the [[http://autotest.kernel.org/newticket autotest defect tracking system]] | * Please open bugs on the [[http://autotest.kernel.org/newticket autotest defect tracking system]] |
Revision as of 12:03, 7 October 2010
Contents
KVM-Autotest TODO list
lmr
TODO
- Make cache=off the default for guest images
- Multi host migration
- Libvirt integration
- Add a BLOCKED status on the autotest database, that tells the user that some feature testing was left out due to a problem on its dependencies.
- Eventually get rid of all dependency on slirp/userspace networking to do any feature testing, since it is not a supported feature. Slipstreaming the kickstart in the install CD is a possibility, and it ends up being simpler than configuring an internal network thing for testing.
- Make it possible to install virtio nw driver under windows xp/2003 guests without having to resort to the msi installer
Partially done/ Blocked
- Include support for host kernel install on the KVM default control file - Using autotest standard API to get it done
- needs to resolve bugs in boottool to full functionality
Done
- Apply network patchset (Yay!)
mgoldish
- Make WHQL tests run on our internal server
- Enable "guest-load" for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it)
- Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shutting-down after every test)
- Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py
- Rename all Windows ISOs currently used to their official MSDN names
- Fill the sections "Working with step files" and "Step file creation tips" in the wiki
akong
- Using dnsmasq in unattended_install to replace userspace network with private bridge status: have implemented in internal tree
- Bonding test
yolkfull
- Run netperf test between two guests
- Migration with/without workload(dbench,lmbench etc)
- Verify SMBIOS/DMI data (UUID, for example)
- Disk serial number (for IDE, SCSI, VirtIO drives)
Beijing QE
- pxe boot * net types
- Further migration
- Multiple nics
- multiple disks
- Test block device cancellation path using device mapper to generate errors ( after we had a crash in de_write_dma_cb)
- Extend pci_assignable to support other PCI devices (USB, video cards, TV card etc)
- Different CPU flags support
- Use private bridge and dnsmasq to do the unattended installation
- Passthrough the perf keys of run_autotest to autotest server
- Register the virtual machine into autotest server and run benchmark through autotest server
Bugs
- Please open bugs on the [autotest defect tracking system]