KVM-Autotest/TODO: Difference between revisions

From KVM
No edit summary
m (Add categories)
 
(92 intermediate revisions by 10 users not shown)
Line 1: Line 1:
= KVM-Autotest TODO list =
= KVM-Autotest TODO list - DEPRECATED =


== Framework ==
KVM autotest is the set of kvm tests implemented on top of the [http://autotest.github.com/ autotest] framework. The current documentation can be seen on the [https://github.com/autotest/autotest/wiki/KVMAutotest autotest wiki], please refer to it. We'll port the remaining items to the autotest issue tracker.


* Eventually get rid of all dependency on slirp/userspace networking to do any feature testing, since it is not a supported feature. - I must say I have doubts about this one (lmr)
== Pradeep ==


* Make it possible to install virtio nw driver under windows xp/2003 guests without having to resort to the msi installer - assignee? Considerations: We would like to avoid slipstreaming the drivers in the iso cdrom, since we feel it is too messy. If after honest try we can't find another way, let's give slipstreaming a try.
* SLES support - 
** Owner - Onkar n Mahajan (currently working)
** Expected delivery to community -  


* Re-schedule the unittest job on the autotest server. DONE
* virtio-blk disk serial # test (extend physical_resource_check test)
** Owner -
** Expected delivery to community-


* Multi host migration - 1 week to recap the patch that was sent by QA, improve on it, have an updated patch by then - lmr
* enhance virtio-blk hotplug test
Deadline: 09/15 - Could not meet it, has to postpone
** virsh based attach-disk/detach disk
New tentative deadline: 09/22
** enumerate cloud scenarios (live add, reboot after, shutdown, etc.)
** migration after live add
** Owner -
** Expected delivery to community- 1-Oct-2011


* Libvirt integration - 1 week coordinating what it needs to be done, another 4 weeks (at least) implementing it - QA, lmr, mgoldish, help from libvirt developers
* Add use QED image format during tests.
Deadline: 09/15 - Could not meet it, has to postpone
** Owner -
New tentative deadline: 09/22
** Expected delivery to community- 1-Dec-2011


* Include support for host kernel install on the KVM default control file - Using autotest standard API to get it done - lmr
* virsh stream.
Tentative deadline: 09/22
** Owner -
** Expected delivery to community-


* Enable "guest-load" for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]
* pci-multi function testing (>32 virtio devices, disk and network)
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shutting-down after every test) [Michael]
** test out max number of virtio blk and nic devices
* Random generated macaddress and ifname (BeiJing QE)
** Owner -
** Expected delivery to community-


* virtfs patch inclusion to autotest.
** Owner -
** Expected delivery to community-


=== Client Side Test ===
* Windows support (ping, file_transfer, ... network tests needs to be added)
** Owner -
** Expected delivery to community-


* Using dnsmasq in unattended_install to replace userspace network with private bridge [Amos] status: have implemented in internal tree
* Svirt - sVirt is a community effort aimed at integrating Mandatory Access Control (MAC) security and Linux-based virtualization (KVM, lguest et al).
* Bonding test [Amos]
** Owner - Onkar N Mahajan (currently working)
* If needed, write a netperf/iperf test [jasowang] [NEEDS MORE WORK]
** Expected delivery to community-
* pxe boot * net types [BeiJing QE]
* Further migration [BeiJing QE]
* Multiple nics [BeiJing QE]
* multiple disks [BeiJing QE]
* -vga stg, nographics
* Verify SMBIOS/DMI data (UUID, for example) [Yolkfull]
* Disk serial number (for IDE, SCSI, VirtIO drives) [Yolkfull]
* 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 [BeiJing QE]
* Use private bridge and dnsmasq to do the unattended installation [BeiJing QE]
* Passthrough the perf keys of run_autotest to autotest server [BeiJing QE]


== Server Side Tests ==
* "Migration + other task with parallel "
** Owner -
** Expected delivery to community-


* Run netperf test between two guests [Yolkfull]
* Network rate limiting
* Migration with/without workload(dbench,lmbench etc) [Yolkfull]
** Owner -
* Register the virtual machine into autotest server and run benchmark through autotest server [BeiJing QE]
** Expected delivery to community-


== Misc ==
* Fix old autoetst patches/bugs
** Owner -
** Expected delivery to community-


* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]
* Include libvirt_cim in autotest
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki
** Owner -
* Rename all Windows ISOs currently used to their official MSDN names
** Expected delivery to community-
* Fill the sections "Working with step files" and "Step file creation tips" in the wiki [Michael]


== Bugs ==
* Power Support
** Owner - IBM
** Expected Delivery to the community - Oct. 2011


* Please open bugs on the [[http://autotest.kernel.org/newticket autotest defect tracking system]]
[[Category:Docs]][[Category:Historical]][[Category:Testing]][[Category:Redirects]]

Latest revision as of 17:11, 16 May 2015

KVM-Autotest TODO list - DEPRECATED

KVM autotest is the set of kvm tests implemented on top of the autotest framework. The current documentation can be seen on the autotest wiki, please refer to it. We'll port the remaining items to the autotest issue tracker.

Pradeep

  • SLES support -
    • Owner - Onkar n Mahajan (currently working)
    • Expected delivery to community -
  • virtio-blk disk serial # test (extend physical_resource_check test)
    • Owner -
    • Expected delivery to community-
  • enhance virtio-blk hotplug test
    • virsh based attach-disk/detach disk
    • enumerate cloud scenarios (live add, reboot after, shutdown, etc.)
    • migration after live add
    • Owner -
    • Expected delivery to community- 1-Oct-2011
  • Add use QED image format during tests.
    • Owner -
    • Expected delivery to community- 1-Dec-2011
  • virsh stream.
    • Owner -
    • Expected delivery to community-
  • pci-multi function testing (>32 virtio devices, disk and network)
    • test out max number of virtio blk and nic devices
    • Owner -
    • Expected delivery to community-
  • virtfs patch inclusion to autotest.
    • Owner -
    • Expected delivery to community-
  • Windows support (ping, file_transfer, ... network tests needs to be added)
    • Owner -
    • Expected delivery to community-
  • Svirt - sVirt is a community effort aimed at integrating Mandatory Access Control (MAC) security and Linux-based virtualization (KVM, lguest et al).
    • Owner - Onkar N Mahajan (currently working)
    • Expected delivery to community-
  • "Migration + other task with parallel "
    • Owner -
    • Expected delivery to community-
  • Network rate limiting
    • Owner -
    • Expected delivery to community-
  • Fix old autoetst patches/bugs
    • Owner -
    • Expected delivery to community-
  • Include libvirt_cim in autotest
    • Owner -
    • Expected delivery to community-
  • Power Support
    • Owner - IBM
    • Expected Delivery to the community - Oct. 2011