KVM-Autotest/TODO: Difference between revisions
From KVM
(Added 3 todo items) |
(Added a few more items) |
||
Line 1: | Line 1: | ||
= KVM-Autotest To-Do list = | = KVM-Autotest To-Do list = | ||
== Framework == | |||
* Enable multiple user controlled port redirections (with -redir) | * Enable multiple user controlled port redirections (with -redir) | ||
* Support TAP networking with user specified MAC address for each NIC | * Support TAP networking with user specified MAC address for each NIC | ||
* Add <tt>display</tt> parameter to enable user control of the QEMU display method (VNC/SDL/nographic) | * Add <tt>display</tt> parameter to enable user control of the QEMU display method (VNC/SDL/nographic) | ||
* Implement VM.clone() -- to be used by tests that need to add new VMs themselves | |||
== Tests == | |||
* Find out how to use Autotest's netperf test with guests | |||
* If needed, write a netperf/iperf test | |||
* Write a time drift test | |||
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started |
Revision as of 04:19, 17 March 2009
KVM-Autotest To-Do list
Framework
- Enable multiple user controlled port redirections (with -redir)
- Support TAP networking with user specified MAC address for each NIC
- Add display parameter to enable user control of the QEMU display method (VNC/SDL/nographic)
- Implement VM.clone() -- to be used by tests that need to add new VMs themselves
Tests
- Find out how to use Autotest's netperf test with guests
- If needed, write a netperf/iperf test
- Write a time drift test
- Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started