<?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=YanivKaul</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=YanivKaul"/>
	<link rel="alternate" type="text/html" href="https://linux-kvm.org/page/Special:Contributions/YanivKaul"/>
	<updated>2026-04-06T02:41:11Z</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=2557</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=2557"/>
		<updated>2009-09-14T09:59:08Z</updated>

		<summary type="html">&lt;p&gt;YanivKaul: &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;
* &amp;lt;s&amp;gt;Support TAP networking with a user specified MAC address for each NIC&amp;lt;/s&amp;gt; [Michael] [DONE]&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;
* &amp;lt;s&amp;gt;Implement VM.clone() -- to be used by tests that need to add new VMs by themselves&amp;lt;/s&amp;gt; [Michael] [DONE]&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;
* &amp;lt;s&amp;gt;Enable tests to modify a VM&#039;s params (while it&#039;s down)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Make tests shorter by using small utility functions that fail a test and display a failure message&amp;lt;/s&amp;gt; [Michael] [DONE]&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;
* &amp;lt;s&amp;gt;Config file parser: enable selective modification of parameters based on regular expressions, e.g. mem.* ?= 256&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Support running user specified pre-job, post-job, pre-test and post-test scripts&amp;lt;/s&amp;gt; [Michael] [DONE]&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;
* &amp;lt;s&amp;gt;Automatically convert PPM images in debug dirs to PNG format to save space&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Automatically assign a UUID to a VM (use the &#039;-uuid&#039; QEMU parameter). Once assigned, should be used in all dependent tests.&amp;lt;/s&amp;gt; [jasowang] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Automatically assign a MAC address to a NIC. Once assigned, should be used in all dependent tests.&amp;lt;/s&amp;gt; [jasowang] [DONE]&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 [Yolkfull]&lt;br /&gt;
* If needed, write a netperf/iperf test [jasowang] [NEEDS MORE WORK]&lt;br /&gt;
* &amp;lt;s&amp;gt;Write a time drift test (pic/apic/pm_timer)&amp;lt;/s&amp;gt; [Michael] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;Write a test which adds VMs until one of them becomes unresponsive, and records the maximum number of VMs successfully started&amp;lt;/s&amp;gt; [Yolkfull] [ALREADY DONE]&lt;br /&gt;
* cpu hotplug [Glauber]&lt;br /&gt;
* pci net hot plug [Yolkfull]&lt;br /&gt;
* pci block hot plug [Yolkfull]&lt;br /&gt;
* &amp;lt;s&amp;gt;s3 hibernation&amp;lt;/s&amp;gt; [Gleb] [DONE]&lt;br /&gt;
* &amp;lt;s&amp;gt;tap networking&amp;lt;/s&amp;gt; [jasowang] [DONE]&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, jzupka, ldoktor]&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 [jzupka, ldoktor]&lt;br /&gt;
* Verify SMBIOS/DMI data (UUID, for example) [Yolkfull]&lt;br /&gt;
* Disk serial number (for IDE, SCSI, VirtIO drives) [Yolkfull]&lt;br /&gt;
* Test block device cancellation path using device mapper to generate errors ( after we had a crash in de_write_dma_cb)&lt;br /&gt;
* Pass through NICs / VFs to guest [Yolkfull]&lt;br /&gt;
* Different CPU flags support&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Goal -- get accepted into upstream autotest&amp;lt;/s&amp;gt; [DONE]&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;
* &amp;lt;s&amp;gt;Add module headers and docstrings&amp;lt;/s&amp;gt; [Michael] [DONE]&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;
* &amp;lt;s&amp;gt;Document the kvm_install test in the &amp;quot;Tests&amp;quot; section of the wiki&amp;lt;/s&amp;gt;&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>YanivKaul</name></author>
	</entry>
</feed>