<?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=Cleber</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=Cleber"/>
	<link rel="alternate" type="text/html" href="https://linux-kvm.org/page/Special:Contributions/Cleber"/>
	<updated>2026-04-05T23:01:31Z</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=3602</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=3602"/>
		<updated>2011-06-01T09:52:33Z</updated>

		<summary type="html">&lt;p&gt;Cleber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest TODO list =&lt;br /&gt;
&lt;br /&gt;
== raw idea ==&lt;br /&gt;
&lt;br /&gt;
* more vhost_net test&lt;br /&gt;
* Add Multi-guests transfer test&lt;br /&gt;
* transfer test between guest(s) and extra boxs&lt;br /&gt;
* add more whql tests (virtio_net,virtio_blk)&lt;br /&gt;
&lt;br /&gt;
== general ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This session is for major, multi-person items. We&#039;ll update the status weekly based on the status of the subtasks attributed to persons.&lt;br /&gt;
&lt;br /&gt;
== lmr ==&lt;br /&gt;
&lt;br /&gt;
=== TODO ===&lt;br /&gt;
&lt;br /&gt;
* Generate autotest API documentation with tools such as doxygen&lt;br /&gt;
* Hotplug tests during migration&lt;br /&gt;
* Work on setting up the conmux server for our internal test grid&lt;br /&gt;
* Research how to trigger jobs based on events rather than using the web interface setting recurrent jobs&lt;br /&gt;
* Set up a qemu-block job, with kwolf&#039;s qemu-block tree&lt;br /&gt;
* Set up a vhost job, with the upstream job (mst&#039;s trees for kernel and userspace)&lt;br /&gt;
* Add a BLOCKED status on the autotest database, that tells the user that some feature testing was left out due to a problem on its dependencies.&lt;br /&gt;
* Eventually get rid of all dependency on slirp/userspace networking to do any feature testing, since it is not a supported feature. Slipstreaming the kickstart in the install CD is a possibility, and it ends up being simpler than configuring an internal network thing for testing.&lt;br /&gt;
* Make it possible to install virtio nw driver under windows xp/2003 guests without having to resort to the msi installer &lt;br /&gt;
&lt;br /&gt;
=== Done ===&lt;br /&gt;
&lt;br /&gt;
* Infrastructure for testing different vm storage backends: file/lvm/iSCSI - Done by Beijing team&lt;br /&gt;
* Made some internal patches appropriate for upstream&lt;br /&gt;
* Copy kvm-autotest@redhat.com on the email list of results&lt;br /&gt;
* Send code to retrieve host kernels based on koji/brew tags upstream&lt;br /&gt;
* Resolved UUID mount point check problem&lt;br /&gt;
* QMP suite integrated upstream&lt;br /&gt;
* Wrote code to retrieve kernels based on koji/brew tags&lt;br /&gt;
&lt;br /&gt;
== mgoldish ==&lt;br /&gt;
&lt;br /&gt;
* Make WHQL tests run on our internal server&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;
** This may just be a matter of moving useful code from tests to kvm_test_utils.py to make it reusable&lt;br /&gt;
&lt;br /&gt;
=== done ===&lt;br /&gt;
&lt;br /&gt;
* Post-commit review of new network patches (committed on Oct 7 2010)&lt;br /&gt;
* Use more exceptions in utility functions:&lt;br /&gt;
** Add convenience functions to kvm_subprocess.py to make running shell commands shorter&lt;br /&gt;
** Add convenience functions to the VM class&lt;br /&gt;
* Refactor _get_command_output() and friends in kvm_monitor.py and add cmd_raw(), cmd_obj() and cmd_qmp() as required by Luiz Capitulino&#039;s test suite&lt;br /&gt;
* Use select() instead of sleep() in kvm_monitor.py&lt;br /&gt;
* Simplify migration code if possible (in kvm_vm.py and kvm_test_utils.py)&lt;br /&gt;
* Fix VM.get_ifname() somehow (uses self.vnc_port -- bad)&lt;br /&gt;
&lt;br /&gt;
== akong ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* push redhat internal kvm subtests(more than 18) to upstream&lt;br /&gt;
&#039;&#039;trans_hugepage_defrag.py trans_hugepage.py trans_hugepage_swapping.py hdparm.py cpuflags.py multi_disk.py nmi_watchdog.py qmp_command.py qmp_event_notification.py cdrom.py fillup_disk.py floppy.py format_disk.py lvm.py  usb.py ... &#039;&#039;[doing..]&lt;br /&gt;
stop_continue.py[review..]&lt;br /&gt;
image_copy.py module_probe.py[done]&lt;br /&gt;
&lt;br /&gt;
* Using dnsmasq in unattended_install to replace userspace network with private bridge [sent v2]&lt;br /&gt;
* Add a new test: check if guest transmits packets when link is up/down [done]&lt;br /&gt;
* Report problem with multiple NICs and MAC address tracking [problem fixed]&lt;br /&gt;
* review and test michael&#039;s whql patchsets, give feedback to michael [done]&lt;br /&gt;
* Bonding test [done]&lt;br /&gt;
&lt;br /&gt;
== jason ==&lt;br /&gt;
&lt;br /&gt;
* Tests in parallel with migration (reboot/unattended installation/file transfer/ autotest client tests / guest_script,autoit? / memtest86+(steps?)), need modifications to framework?&lt;br /&gt;
* Refactor the network cmdline generation, using peer when possible and vlan for elder qemu-kvm&lt;br /&gt;
* Port network tests into windows&lt;br /&gt;
* Profiler of pidstat&lt;br /&gt;
* guest-&amp;gt;guest guest-&amp;gt;host netperf support&lt;br /&gt;
* More readable test result of netperf&lt;br /&gt;
&lt;br /&gt;
=== done ===&lt;br /&gt;
* Migration to exec test suggested by mst&lt;br /&gt;
* Clean the Migration tests: mainly for exec and add offline support&lt;br /&gt;
* Write a &#039;cli&#039; wrapper to make autotest handy/easier for developers&lt;br /&gt;
* Refactor hotplug test using qdev and netdev_del/drive_del&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== yolkfull ==&lt;br /&gt;
&lt;br /&gt;
* Run netperf test between two guests&lt;br /&gt;
* Migration with/without workload(dbench,lmbench etc)&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;
== Beijing QE ==&lt;br /&gt;
&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* multiple disks&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;
* Extend pci_assignable to support other PCI devices (USB, video cards, TV card etc)&lt;br /&gt;
* Different CPU flags support&lt;br /&gt;
* Passthrough the perf keys of run_autotest to autotest server&lt;br /&gt;
* Register the virtual machine into autotest server and run benchmark through autotest server&lt;br /&gt;
&lt;br /&gt;
== Cleber ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== done ===&lt;br /&gt;
&lt;br /&gt;
* Look and fix the block_hotplug test upstream&lt;br /&gt;
* Integrate Brew/Koji messaging with automatic job submission - done with messagebusd plugin&lt;br /&gt;
* Create initscripts for the scheduller daemon (monitor_db_babysitter) - done with effort by autoqa project&lt;br /&gt;
* Revisit job parameterization to ease job submission - done with simple templating, cartesian config override and site extension&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Please open bugs on the [[http://autotest.kernel.org/newticket autotest defect tracking system]]&lt;/div&gt;</summary>
		<author><name>Cleber</name></author>
	</entry>
	<entry>
		<id>https://linux-kvm.org/index.php?title=KVM-Autotest/TODO&amp;diff=3494</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=3494"/>
		<updated>2011-01-24T11:30:17Z</updated>

		<summary type="html">&lt;p&gt;Cleber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= KVM-Autotest TODO list =&lt;br /&gt;
&lt;br /&gt;
== raw idea ==&lt;br /&gt;
&lt;br /&gt;
* more vhost_net test&lt;br /&gt;
* Add Multi-guests transfer test&lt;br /&gt;
* transfer test between guest(s) and extra boxs&lt;br /&gt;
* add more whql tests (virtio_net,virtio_blk)&lt;br /&gt;
&lt;br /&gt;
== general ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This session is for major, multi-person items. We&#039;ll update the status weekly based on the status of the subtasks attributed to persons.&lt;br /&gt;
&lt;br /&gt;
* Autotest refactor for usage with libvirt/xen. See more detauls at the [[KVM Autotest Refactor page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Complete James Ren patch to parametrized control files&lt;br /&gt;
* First commit found on 4720 - http://autotest.kernel.org/changeset/4720&lt;br /&gt;
* The reason is that we should implement things like job submission and the kvm autotest wrapper properly on top of the parametrized control file feature, that is currently halfway implemented&lt;br /&gt;
&lt;br /&gt;
Tasks:&lt;br /&gt;
&lt;br /&gt;
** Move kvm autotest libraries to client/bin directory, so every client side test can use &lt;br /&gt;
** Review xen-autotest to see what are the differences between our vm class and theirs. Hopefully in the future, xen-autotest and libvirt-autotest will be only different vm implementations of our virt-autotest framework :)&lt;br /&gt;
&lt;br /&gt;
== lmr ==&lt;br /&gt;
&lt;br /&gt;
=== TODO ===&lt;br /&gt;
&lt;br /&gt;
* Multi host migration - Already have a 1st patchset available, working to rebase it against a cleanup patchset made by Jason&lt;br /&gt;
&lt;br /&gt;
* Create &#039;maintenance jobs&#039; just to keep the machines up to date, with appropriate software installed.&lt;br /&gt;
* Hotplug tests during migration&lt;br /&gt;
* Work on setting up the conmux server for our internal test grid&lt;br /&gt;
* Research how to trigger jobs based on events rather than using the web interface setting recurrent jobs&lt;br /&gt;
* Set up a qemu-block job, with kwolf&#039;s qemu-block tree&lt;br /&gt;
* Set up a vhost job, with the upstream job (mst&#039;s trees for kernel and userspace)&lt;br /&gt;
* Add a BLOCKED status on the autotest database, that tells the user that some feature testing was left out due to a problem on its dependencies.&lt;br /&gt;
* Eventually get rid of all dependency on slirp/userspace networking to do any feature testing, since it is not a supported feature. Slipstreaming the kickstart in the install CD is a possibility, and it ends up being simpler than configuring an internal network thing for testing.&lt;br /&gt;
* Make it possible to install virtio nw driver under windows xp/2003 guests without having to resort to the msi installer &lt;br /&gt;
&lt;br /&gt;
=== Done ===&lt;br /&gt;
&lt;br /&gt;
* Infrastructure for testing different vm storage backends: file/lvm/iSCSI - Done by Beijing team&lt;br /&gt;
* Made some internal patches appropriate for upstream&lt;br /&gt;
* Copy kvm-autotest@redhat.com on the email list of results&lt;br /&gt;
* Send code to retrieve host kernels based on koji/brew tags upstream&lt;br /&gt;
* Resolved UUID mount point check problem&lt;br /&gt;
* QMP suite integrated upstream&lt;br /&gt;
* Wrote code to retrieve kernels based on koji/brew tags&lt;br /&gt;
&lt;br /&gt;
== mgoldish ==&lt;br /&gt;
&lt;br /&gt;
* Make WHQL tests run on our internal server&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;
** This may just be a matter of moving useful code from tests to kvm_test_utils.py to make it reusable&lt;br /&gt;
&lt;br /&gt;
=== done ===&lt;br /&gt;
&lt;br /&gt;
* Post-commit review of new network patches (committed on Oct 7 2010)&lt;br /&gt;
* Use more exceptions in utility functions:&lt;br /&gt;
** Add convenience functions to kvm_subprocess.py to make running shell commands shorter&lt;br /&gt;
** Add convenience functions to the VM class&lt;br /&gt;
* Refactor _get_command_output() and friends in kvm_monitor.py and add cmd_raw(), cmd_obj() and cmd_qmp() as required by Luiz Capitulino&#039;s test suite&lt;br /&gt;
* Use select() instead of sleep() in kvm_monitor.py&lt;br /&gt;
* Simplify migration code if possible (in kvm_vm.py and kvm_test_utils.py)&lt;br /&gt;
* Fix VM.get_ifname() somehow (uses self.vnc_port -- bad)&lt;br /&gt;
&lt;br /&gt;
== akong ==&lt;br /&gt;
&lt;br /&gt;
* review and test michael&#039;s whql patchsets, give feedback to michael&lt;br /&gt;
* push redhat internal kvm subtests(18) to upstream&lt;br /&gt;
&#039;&#039;trans_hugepage_defrag.py trans_hugepage.py trans_hugepage_swapping.py hdparm.py cpuflags.py multi_disk.py nmi_watchdog.py qmp_command.py qmp_event_notification.py cdrom.py fillup_disk.py floppy.py format_disk.py lvm.py module_probe.py stop_continue.py usb.py image_copy.py&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Add a new test: check if guest transmits packets when link is up/down [done]&lt;br /&gt;
* Report problem with multiple NICs and MAC address tracking [problem fixed]&lt;br /&gt;
* Using dnsmasq in unattended_install to replace userspace network with private bridge [request changed]&lt;br /&gt;
* Bonding test [done]&lt;br /&gt;
&lt;br /&gt;
== jason ==&lt;br /&gt;
&lt;br /&gt;
* Tests in parallel with migration (reboot/unattended installation/file transfer/ autotest client tests / guest_script,autoit? / memtest86+(steps?)), need modifications to framework?&lt;br /&gt;
* Refactor the network cmdline generation, using peer when possible and vlan for elder qemu-kvm&lt;br /&gt;
* Port network tests into windows&lt;br /&gt;
* Profiler of pidstat&lt;br /&gt;
* guest-&amp;gt;guest guest-&amp;gt;host netperf support&lt;br /&gt;
* More readable test result of netperf&lt;br /&gt;
&lt;br /&gt;
=== done ===&lt;br /&gt;
* Migration to exec test suggested by mst&lt;br /&gt;
* Clean the Migration tests: mainly for exec and add offline support&lt;br /&gt;
* Write a &#039;cli&#039; wrapper to make autotest handy/easier for developers&lt;br /&gt;
* Refactor hotplug test using qdev and netdev_del/drive_del&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== yolkfull ==&lt;br /&gt;
&lt;br /&gt;
* Run netperf test between two guests&lt;br /&gt;
* Migration with/without workload(dbench,lmbench etc)&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;
== Beijing QE ==&lt;br /&gt;
&lt;br /&gt;
* pxe boot * net types&lt;br /&gt;
* Further migration&lt;br /&gt;
* Multiple nics&lt;br /&gt;
* multiple disks&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;
* Extend pci_assignable to support other PCI devices (USB, video cards, TV card etc)&lt;br /&gt;
* Different CPU flags support&lt;br /&gt;
* Passthrough the perf keys of run_autotest to autotest server&lt;br /&gt;
* Register the virtual machine into autotest server and run benchmark through autotest server&lt;br /&gt;
&lt;br /&gt;
== Cleber ==&lt;br /&gt;
&lt;br /&gt;
* Create initscripts for the scheduller daemon (monitor_db_babysitter)&lt;br /&gt;
* Revisit job parameterization to ease job submission&lt;br /&gt;
* Integrate Brew/Koji messaging with automatic job submission&lt;br /&gt;
&lt;br /&gt;
=== done ===&lt;br /&gt;
&lt;br /&gt;
* Look and fix the block_hotplug test upstream&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Please open bugs on the [[http://autotest.kernel.org/newticket autotest defect tracking system]]&lt;/div&gt;</summary>
		<author><name>Cleber</name></author>
	</entry>
</feed>