<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linux-kvm.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MichaelGoldish</id>
	<title>KVM - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://linux-kvm.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MichaelGoldish"/>
	<link rel="alternate" type="text/html" href="https://linux-kvm.org/page/Special:Contributions/MichaelGoldish"/>
	<updated>2026-04-21T16:55:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2306</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2306"/>
		<updated>2009-05-14T09:42:23Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added framework item: merge kvm_spawn with run_bg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shutting-down after every test) [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;When running step files, detect frozen (stuck) guests even in the presence of a blinking cursor&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support running tests in parallel with multiple queues for each host [Michael]&lt;br /&gt;
* Automatically convert PPM images in debug dirs to PNG format to save space [Michael]&lt;br /&gt;
* Automatically assign a UUID to a VM (use the &#039;-uuid&#039; QEMU parameter). Once assigned, should be used in all dependent tests.&lt;br /&gt;
* Automatically assign a MAC address to a NIC. Once assigned, should be used in all dependent tests.&lt;br /&gt;
* &amp;lt;s&amp;gt;Allow run_bg to track a child process&#039;s stdin and stderr even after the parent process has exited; achieved by merging run_bg with kvm_spawn&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started. [jasowang]&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking [jasowang]&lt;br /&gt;
* pxe boot * net types [jasowang]&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration [jasowang]&lt;br /&gt;
* Multiple nics [jasowang]&lt;br /&gt;
* multiple disks&lt;br /&gt;
* ksm [jasowang]&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files) [jasowang]&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test [jasowang]&lt;br /&gt;
* Guests with large page support&lt;br /&gt;
* Verify SMBIOS/DMI data (UUID, for example)&lt;br /&gt;
* Disk serial number (for IDE, SCSI, VirtIO drives)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one)&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2249</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2249"/>
		<updated>2009-04-22T08:14:10Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shutting-down after every test) [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;When running step files, detect frozen (stuck) guests even in the presence of a blinking cursor&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support running tests in parallel with multiple queues for each host [Michael]&lt;br /&gt;
* Automatically convert PPM images in debug dirs to PNG format to save space [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one)&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2248</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2248"/>
		<updated>2009-04-22T08:12:18Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added PPM-&amp;gt;PNG conversion item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;When running step files, detect frozen (stuck) guests even in the presence of a blinking cursor&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support running tests in parallel with multiple queues for each host [Michael]&lt;br /&gt;
* Automatically convert PPM images in debug dirs to PNG format to save space [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one)&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2244</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2244"/>
		<updated>2009-04-20T09:32:06Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added parallelization item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;When running step files, detect frozen (stuck) guests even in the presence of a blinking cursor&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support running tests in parallel with multiple queues for each host [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one)&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2215</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2215"/>
		<updated>2009-04-07T06:57:06Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Mark an item done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;When running step files, detect frozen (stuck) guests even in the presence of a blinking cursor&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one)&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2213</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2213"/>
		<updated>2009-04-06T08:39:21Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added a framework item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* When running step files, detect frozen (stuck) guests even in the presence of a blinking cursor [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one)&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2212</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2212"/>
		<updated>2009-04-06T08:31:53Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one)&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2211</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2211"/>
		<updated>2009-04-06T08:31:22Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Mark a few items done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make Step Editor accept a filename command line argument&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one).&amp;lt;/s&amp;gt; [DONE]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2209</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2209"/>
		<updated>2009-04-04T13:16:38Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* Make Step Editor accept a filename command line argument [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one).&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2208</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2208"/>
		<updated>2009-04-04T13:13:46Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts [Michael]&lt;br /&gt;
* Make stepeditor accept a filename command line argument [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one).&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2207</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2207"/>
		<updated>2009-04-04T12:58:39Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Clarify the MemoryError bug&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts&lt;br /&gt;
* Make stepeditor accept a filename command line argument&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Step Maker/Step Editor: fix the GDK MemoryError problem (do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if a ppm file contains one).&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2206</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2206"/>
		<updated>2009-04-04T12:56:25Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts&lt;br /&gt;
* Make stepeditor accept a filename command line argument&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* stepeditor.py: do not pass gtk.gdk.pixbuf_new_from_data() a 0x0 pixmap even if the ppm file contains one&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2205</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2205"/>
		<updated>2009-04-04T11:59:15Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts&lt;br /&gt;
* Make stepeditor accept a filename command line argument&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2204</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2204"/>
		<updated>2009-04-04T10:07:35Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Add pre/post scripts item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
* Support running user specified pre-job, post-job, pre-test and post-test scripts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2203</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2203"/>
		<updated>2009-04-04T10:04:51Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Glauber]&lt;br /&gt;
* pci block hot plug [Glauber]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2202</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2202"/>
		<updated>2009-04-04T10:00:01Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added &amp;#039;savevm test&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
* savevm test&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2201</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2201"/>
		<updated>2009-04-03T10:19:19Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier [Michael]&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2200</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2200"/>
		<updated>2009-04-03T10:06:38Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Add config file parser item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&lt;br /&gt;
* Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256 [Michael]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2199</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2199"/>
		<updated>2009-04-03T09:54:56Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added get_command_status_output() to framework list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement kvm_spawn.get_command_status_output() to make sending SSH commands easier&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2198</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2198"/>
		<updated>2009-04-02T13:10:13Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2197</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2197"/>
		<updated>2009-04-01T14:22:45Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Take TAP networking as well.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2196</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2196"/>
		<updated>2009-04-01T14:05:54Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Take a few to-do items to myself so nobody works on them in parallel. Also add my name to done ones so people know where to send complaints.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves [Michael]&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down) [Michael]&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it) [Michael]&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test). [Michael]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [Michael] [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py [Michael]&lt;br /&gt;
* Add module headers and docstrings [Michael]&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki [Michael]&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2195</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2195"/>
		<updated>2009-04-01T09:02:38Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Mark 1 item done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it)&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test).&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation - Gleb&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2194</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2194"/>
		<updated>2009-04-01T08:44:58Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added &amp;#039;include&amp;#039; item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it)&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test).&lt;br /&gt;
* Implement &amp;lt;tt&amp;gt;include&amp;lt;/tt&amp;gt; functionality in the config file parser&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation - Gleb&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2193</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2193"/>
		<updated>2009-03-31T14:37:06Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Mark a few items as done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* &amp;lt;s&amp;gt;Make sure ppm_utils.image_crop() handles bad input properly&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message&lt;br /&gt;
* &amp;lt;s&amp;gt;Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console. Log the errors and also scan for specific problems (e.g. oops)&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it)&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Fail upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation - Gleb&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* &amp;lt;s&amp;gt;Move Windows-setup iso images into the windows directory.&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2180</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2180"/>
		<updated>2009-03-24T09:41:24Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Removed duplicate time drift test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* Make sure ppm_utils.image_crop() handles bad input properly&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message&lt;br /&gt;
* Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&lt;br /&gt;
* Redirect guest monitor to serial and capture guest error messages written to console&lt;br /&gt;
* Support an &amp;quot;expected to fail&amp;quot; param (at least in our html report)&lt;br /&gt;
* Log a gdb-backtrace for tests (executables) which generate a core dump file.&lt;br /&gt;
* Enable &amp;quot;guest-load&amp;quot; for a VMs before/while tests are running (e.g. migration of a VM, while a movie is playing on it)&lt;br /&gt;
* Add support for kvm-trace.&lt;br /&gt;
* Ignore, Warn, or even fail, upon indentation/white-space problems in the configuration file&lt;br /&gt;
* Add a way to shutdown the VMs when the whole job completes (compared to doing nothing or shuting-down after every test).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test (pic/apic/pm_timer)&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started.&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* s3 hibernation - Gleb&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests&lt;br /&gt;
* Add unattended guest installations (using kickstart or answer-files)&lt;br /&gt;
* kvm_install -- keep src and build directories under &amp;lt;kvm_autotest_root&amp;gt; instead of under kvm_runtest_2.&lt;br /&gt;
* Stable tsc test - http://people.redhat.com/mingo/time-warp-test/MINI-HOWTO&lt;br /&gt;
* Guest installation with pv-block device/driver (for both windows and Linux)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Goal -- get accepted into upstream autotest&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* Move Windows-setup iso images into the windows directory.&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2168</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2168"/>
		<updated>2009-03-22T13:29:21Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Mark 1 item done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* &amp;lt;s&amp;gt;Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* Make sure ppm_utils.image_crop() handles bad input properly&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message&lt;br /&gt;
* Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* s3 hibernation - Gleb&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests &lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2167</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2167"/>
		<updated>2009-03-22T12:57:54Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Mark 2 items as done&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Enable multiple user controlled port redirections (with -redir)&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* Make sure ppm_utils.image_crop() handles bad input properly&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message&lt;br /&gt;
* Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* s3 hibernation - Gleb&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests &lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2164</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2164"/>
		<updated>2009-03-22T07:04:44Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Modified last framework item and added a new one&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* Make sure ppm_utils.image_crop() handles bad input properly&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Make tests shorter by using small utility functions that fail a test and display a failure message&lt;br /&gt;
* Improve the stepmaker data naming system (e.g. name PPM files according to their MD5 sums)&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* s3 hibernation - Gleb&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests &lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2163</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2163"/>
		<updated>2009-03-22T06:31:34Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Remove &amp;quot;run autotest tests inside guests&amp;quot; -- already implemented&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* Make sure ppm_utils.image_crop() handles bad input properly&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Implement &amp;quot;assert&amp;quot; function and use it in tests to make them shorter&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;br /&gt;
* cpu hotplug - Glauber&lt;br /&gt;
* pci net hot plug -Glauber&lt;br /&gt;
* pci block hot plug -Glauber&lt;br /&gt;
* s3 hibernation - Gleb&lt;br /&gt;
* tap networking&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* qcow1, qcow2, vmdk, vhd&lt;br /&gt;
* qcow2 internal snapshots&lt;br /&gt;
* &amp;lt;s&amp;gt;Run autotest tests inside Linux guest&amp;lt;/s&amp;gt; [ALREADY DONE]&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* ksm&lt;br /&gt;
* -vga stg, nographics&lt;br /&gt;
* kvm unit-tests &lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2155</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2155"/>
		<updated>2009-03-18T19:54:51Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added 2 items&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* Make sure ppm_utils.image_crop() handles bad input properly&lt;br /&gt;
* Enable tests to modify a VM&#039;s params (while it&#039;s down)&lt;br /&gt;
* Implement &amp;quot;assert&amp;quot; function and use it in tests to make them shorter&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2144</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2144"/>
		<updated>2009-03-18T07:01:21Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added a few more items&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Implement functions to translate VM ports and addresses (e.g. VM.get_port(), VM.get_address())&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
* kickstart installation support&lt;br /&gt;
* kvm-autotest auto resolve qemu-kvm backtraces&lt;br /&gt;
* Make sure ppm_utils.image_crop() handles bad input properly&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Add docstrings to all functions that still lack them, including the ones in stepmaker.py, stepeditor.py and kvm_tests.py&lt;br /&gt;
* Add module headers and docstrings&lt;br /&gt;
* Document the setupssh.iso and setuptelnet.iso creation procedures in the wiki&lt;br /&gt;
* Rename all Windows ISOs currently used to their official MSDN names&lt;br /&gt;
* Share all the stepmaker data somehow so other people can debug stepfiles&lt;br /&gt;
* Fill the sections &amp;quot;Working with step files&amp;quot; and &amp;quot;Step file creation tips&amp;quot; in the wiki&lt;br /&gt;
* Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
None so far?&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2140</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2140"/>
		<updated>2009-03-17T09:26:41Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added another item&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Verify MD5 sum of ISO image before starting a VM&amp;lt;/s&amp;gt; [DONE]&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Support TAP networking with a user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2139</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2139"/>
		<updated>2009-03-17T09:22:59Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest =&lt;br /&gt;
&lt;br /&gt;
The KVM-Autotest system is based on the [http://test.kernel.org/autotest/ autotest] framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
* [[KVM-Autotest/Getting Started|Installation &amp;amp; Getting Started]]&lt;br /&gt;
* [[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
* [[KVM-Autotest/Parameters|Framework parameters]] -- lists and explains the parameters used by the framework&lt;br /&gt;
* [[KVM-Autotest/Tests|Tests]] -- lists the available tests and their parameters&lt;br /&gt;
* [[KVM-Autotest/Steps|Working with step files]] -- background on step files, usage information for Stepmaker and Stepeditor and step file creation tips&lt;br /&gt;
* [[KVM-Autotest/TODO|To-do]]&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest (old wiki) ==&lt;br /&gt;
&lt;br /&gt;
http://il.qumranet.com/kvmwiki/KVM_RegressionTest&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2138</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2138"/>
		<updated>2009-03-17T09:20:53Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Support TAP networking with user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2137</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2137"/>
		<updated>2009-03-17T09:19:44Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added a few more items&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
== Framework ==&lt;br /&gt;
&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Support TAP networking with user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;br /&gt;
* Implement VM.clone() -- to be used by tests that need to add new VMs themselves&lt;br /&gt;
&lt;br /&gt;
== Tests ==&lt;br /&gt;
&lt;br /&gt;
* Find out how to use Autotest&#039;s netperf test with guests&lt;br /&gt;
* If needed, write a netperf/iperf test&lt;br /&gt;
* Write a time drift test&lt;br /&gt;
* Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2136</id>
		<title>KVM-Autotest/TODO</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=2136"/>
		<updated>2009-03-17T09:09:44Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added 3 todo items&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest To-Do list =&lt;br /&gt;
&lt;br /&gt;
* Enable multiple user controlled port redirections (with -redir)&lt;br /&gt;
* Support TAP networking with user specified MAC address for each NIC&lt;br /&gt;
* Add &amp;lt;tt&amp;gt;display&amp;lt;/tt&amp;gt; parameter to enable user control of the QEMU display method (VNC/SDL/nographic)&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2118</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2118"/>
		<updated>2009-03-13T10:05:11Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added link &amp;#039;working with step files&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest =&lt;br /&gt;
&lt;br /&gt;
The KVM-Autotest system is based on the [http://test.kernel.org/autotest/ autotest] framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
* [[KVM-Autotest/Getting Started|Installation &amp;amp; Getting Started]]&lt;br /&gt;
* [[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
* [[KVM-Autotest/Parameters|Framework parameters]] -- lists and explains the parameters used by the framework&lt;br /&gt;
* [[KVM-Autotest/Tests|Tests]] -- lists the available tests and their parameters&lt;br /&gt;
* [[KVM-Autotest/Steps|Working with step files]] -- background on step files, usage information for Stepmaker and Stepeditor and step file creation tips&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://il.qumranet.com/kvmwiki/KVM_RegressionTest&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2116</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2116"/>
		<updated>2009-03-13T09:50:04Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest =&lt;br /&gt;
&lt;br /&gt;
The KVM-Autotest system is based on the [http://test.kernel.org/autotest/ autotest] framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
* [[KVM-Autotest/Getting Started|Installation &amp;amp; Getting Started]]&lt;br /&gt;
* [[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
* [[KVM-Autotest/Parameters|Framework parameters]] -- lists and explains the parameters used by the framework&lt;br /&gt;
* [[KVM-Autotest/Tests|Tests]] -- lists the available tests and their parameters&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://il.qumranet.com/kvmwiki/KVM_RegressionTest&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2115</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2115"/>
		<updated>2009-03-13T09:29:55Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest =&lt;br /&gt;
&lt;br /&gt;
The KVM-Autotest system is based on the [http://test.kernel.org/autotest/ autotest] framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Getting Started|Installation &amp;amp; Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Parameters|Framework parameters]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Tests|Tests]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://il.qumranet.com/kvmwiki/KVM_RegressionTest&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2066</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2066"/>
		<updated>2009-03-12T12:52:01Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest =&lt;br /&gt;
&lt;br /&gt;
The KVM-Autotest system is based on the [http://test.kernel.org/autotest/ autotest] framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Getting Started|Installation &amp;amp; Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Parameters|Controlling the framework using a test configuration file]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Tests|Tests]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://il.qumranet.com/kvmwiki/KVM_RegressionTest&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2035</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=2035"/>
		<updated>2009-03-11T17:14:21Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Add some text and change the order of kvm_runtest and kvm_runtest_2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-AUTOTEST =&lt;br /&gt;
&lt;br /&gt;
The KVM-Autotest system is based on the [http://test.kernel.org/autotest/ autotest] framework. Its main purpose is to serve as an automated regression testing tool for KVM developers, as well as a means for users to verify the stability of a KVM release before using it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Getting Started|Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Parameters|Controlling the framework using a test configuration file]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Tests|Tests]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://il.qumranet.com/kvmwiki/KVM_RegressionTest&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1981</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1981"/>
		<updated>2009-03-10T14:42:50Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Rename the link again&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://kvm.qumranet.com/kvmwiki/KVM_RegressionTest&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Getting Started|Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Parameters|Controlling the framework using a test configuration file]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Tests|Tests]]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1980</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1980"/>
		<updated>2009-03-10T14:40:47Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Rename a link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://kvm.qumranet.com/kvmwiki/KVM_RegressionTest&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Getting Started|Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Test Config File|The test configuration file format]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Parameters|Controlling the framework using parameters]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Tests|Tests]]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1960</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1960"/>
		<updated>2009-03-09T09:31:49Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added KVM-Autotest prefix to all kvm_runtest_2 links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://kvm.qumranet.com/kvmwiki/KVM_RegressionTest&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Getting Started|Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Test Config File|The test file format]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Parameters|Parameters used by the framework]]&lt;br /&gt;
&lt;br /&gt;
[[KVM-Autotest/Tests|Tests]]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=Test_Config_File&amp;diff=1959</id>
		<title>Test Config File</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=Test_Config_File&amp;diff=1959"/>
		<updated>2009-03-09T09:30:02Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Test Config File moved to KVM-Autotest/Test Config File: Obviously this should be a KVM-Autotest subpage.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[KVM-Autotest/Test Config File]]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1957</id>
		<title>KVM-Autotest</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=KVM-Autotest&amp;diff=1957"/>
		<updated>2009-03-09T09:27:49Z</updated>

		<summary type="html">&lt;p&gt;MichaelGoldish: Added kvm_runtest and kvm_runtest_2 titles and some links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== kvm_runtest ==&lt;br /&gt;
&lt;br /&gt;
http://kvm.qumranet.com/kvmwiki/KVM_RegressionTest&lt;br /&gt;
&lt;br /&gt;
== kvm_runtest_2 ==&lt;br /&gt;
&lt;br /&gt;
[[Getting Started|Getting Started]]&lt;br /&gt;
&lt;br /&gt;
[[Test Config File|The test file format]]&lt;br /&gt;
&lt;br /&gt;
[[Parameters|Parameters used by the framework]]&lt;br /&gt;
&lt;br /&gt;
[[Tests|Tests]]&lt;/div&gt;</summary>
		<author><name>MichaelGoldish</name></author>
	</entry>
</feed>