While working on making unattended install on Linux guests safer, noticed that
the recent patches changing unattended install to use -kernel and -initrd 
options [1]
were breaking OpenSUSE and SLES installation. As a maintainer it is my duty to 
fix
such breakages, so I did it. I tested all changes with OpenSUSE 11.4, which I 
downloaded
from the opensuse website.

I ask the IBM guys that contributed this guest support to go through and test 
the changes,
I need some help here. Anyway, I am confident that this patchset will bring a 
major
improvement for the users of those guests.

Lucas Meneghel Rodrigues (5):
  KVM test: Fix incorrect CdromDisk instantiation when distro is
    OpenSUSE
  KVM test: Unattended install Give Linux VMs time to shutdown cleanly
    v2
  KVM test: unattended_install: Introduce wait_no_ack param
  KVM test: Make OpenSUSE and SLES to use unattended_cdrom
  KVM test: Introduce OpenSUSE 11.4 guest definitions

 client/tests/kvm/tests/unattended_install.py |   37 +++++++----
 client/tests/kvm/tests_base.cfg.sample       |   93 +++++++++++++++++--------
 client/tests/kvm/unattended/Fedora-10.ks     |    1 +
 client/tests/kvm/unattended/Fedora-11.ks     |    1 +
 client/tests/kvm/unattended/Fedora-12.ks     |    1 +
 client/tests/kvm/unattended/Fedora-13.ks     |    1 +
 client/tests/kvm/unattended/Fedora-14.ks     |    1 +
 client/tests/kvm/unattended/Fedora-9.ks      |    1 +
 client/tests/kvm/unattended/OpenSUSE-11.xml  |   13 +---
 client/tests/kvm/unattended/RHEL-4-series.ks |    2 +-
 client/tests/kvm/unattended/RHEL-5-series.ks |    2 +-
 client/tests/kvm/unattended/RHEL-6-series.ks |    2 +-
 client/tests/kvm/unattended/SLES-11.xml      |   13 +---
 13 files changed, 100 insertions(+), 68 deletions(-)

-- 
1.7.4.4

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to