Hi folks, for some time we've been thinking of the benefits of cutting formal releases on virt-tests. We then looked for adequate release models for our needs:

1) Tests themselves evolve quickly
2) The testing scope is broad

So it doesn't make sense to keep a large release cycle, let alone a large release overhead. So we decided to follow mostly what is outlined in this article

http://nvie.com/posts/a-successful-git-branching-model/

Which boils down to:

* Have a master and a develop branch (we already have that with master and next) * Every time master and next gets synced, by definition this is a stable release. We then tag it based in time
* We plan to have roughly 1-2 week release cycles.

So with no further ado, I present release 2013-03-27. In summary, this was mostly bugfixing and cleanups. Below there's the list of commits. Happy testing!

Amos Kong (1):
      fix of assigning multiple netdev_extra_params

Chris Evich (5):
      virt-libvirt: virsh.net_state_dict() bugfix
      virt-libvirt: Be helpful with old-libvirt installs
      virt-libvirt: Setup libvirt serial_console in start()
      virt: Timeout Cleanup
      virt-libvirt: Add simple kernel-panic test

Cole Robinson (6):
      qemu_vm: Make command logging copy+paste friendly
      qemu: unittest: Tweak log message
      qemu: unittest: Adding -S is redundant
      qemu: unittest: Make missing build a SKIP, not ERROR
      qemu: Add config for ./run --type qemu --test unittest
      .gitignore: Ignore qemu/unittests

Li Yang (2):
      virt: add virsh function for virsh {at|de}tach-disk.
      virt: add virsh function for virsh update-device

Lucas Meneghel Rodrigues (19):
      Ubuntu preseed: Change the network and domain names
      unattended_install: Use fakeroot to remaster initrd
      guest support: Add Debian 6.0.7 x86_64
      Guest support: Add Fedora 17 asset file
      virttest.utils_test: get_linux_ifname - Make sys_method more robust
      virttest.utils_test: get_linux_ifname - Introduce ip link method
      libvirt tests.cfg: Remove OS definition
      virsh_unittest.py: Avoid failures when virsh is not installed
      bootstrap: Use the cartesian parser to get test types
      tools/check_patch.py: Fix path of blacklisted files
      Mass indentation fix in the virt-tests tree
qemu - migration_multi_host_firewall_block - Fix reference to old module
      tests - rv_input - Add missing module
      tools/check_patch.py: Fix info message
      tools/check_patch.py: Make script to return failure on check errors
      tools/check_patch.py: Print all passed msg on clean check
      tools/check_patch.py: Update ignore pattern
      Updating ignored errors
      propcan_unittest.py: Ignore pylint false negative

Mike Qiu (1):
      virttest.qemu_installer: Autodetect qemu based on host arch

Qingtang Zhou (3):
      virttest.qemu_vm: Raise VMConfigMissingError for 9p cfgs
      virttest.qemu_monitor: Implement MonitorConnectError class
      virttest.qemu_vm: Add missing definition of exception

Yu Mingfei (7):
virt-libvirt: Add configuration for virsh schedinfo(posix on qemu/kvm).
      virt-libvirt: Add configuration for virsh schedinfo(credit on xen).
      virt-libvirt: Add test module for virsh schedinfo(posix on qemu/kvm)
      virt-libvirt: Add test module for virsh schedinfo(credit on xen)
      virt: Allow virsh.resume to return CmdResult.
      virt-libvirt: Add configuration for virsh resume test.
      virt-libvirt: Add test module for virsh resume.

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to