Hello Testers,
as has been discussed on last meeting, we want more automated testing. Thus I have spent some hours to create scripts that run a openSUSE-11.2-DVD install by generating qemu-kvm sendkey lines with the proper timing for my Phenom X4 9550. Should work on all faster machines as well.
http://www3.zq1.de/bernhard/git/autoinst/
usage is ./start.sh or INSTLANG=de ./start.sh or INSTRAID10=1 ./start.sh
you can write "exit 0;" in the top part of autoinst-partitions.pl to have the installation use the default proposed partitioning. Otherwise, it will create a RAID6 or (if INSTRAID10 is set) a RAID10.
you can see user:pass with grep autotype autoinst-yast.pl
Feel free to improve on this work.
Reason for this work was missing past coverage of https://bugzilla.novell.com/tr_show_case.cgi?case_id=886392 issues discovered: https://bugzilla.novell.com/show_bug.cgi?id=556868 https://bugzilla.novell.com/show_bug.cgi?id=556953
Ciao Bernhard M. Wiedemann