From: Mike Qiu <[email protected]> Currently, the autotest haven't support the guest os fedora17 and 18 for ppc64.
Add two config file to support this to os. Signed-off-by: Mike Qiu <[email protected]> --- shared/cfg/guest-os/Linux/Fedora/17.ppc64.cfg | 20 ++++++++++++++++++++ shared/cfg/guest-os/Linux/Fedora/18.ppc64.cfg | 21 +++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 shared/cfg/guest-os/Linux/Fedora/17.ppc64.cfg create mode 100644 shared/cfg/guest-os/Linux/Fedora/18.ppc64.cfg diff --git a/shared/cfg/guest-os/Linux/Fedora/17.ppc64.cfg b/shared/cfg/guest-os/Linux/Fedora/17.ppc64.cfg new file mode 100644 index 0000000..2dacc89 --- /dev/null +++ b/shared/cfg/guest-os/Linux/Fedora/17.ppc64.cfg @@ -0,0 +1,20 @@ +- 17.ppc64: + image_name = images/f17-ppc64 + only pseries + no unattended_install..floppy_ks + mem_chk_cmd = numactl --hardware | awk -F: '/size/ {print $2}' + netdev_peer_re = "(.*?): .*?\\\s(.*?):" + unattended_install: + kernel_params = "root=live:CDLABEL=Fedora_17_ppc64 ks=cdrom:/ks.cfg console=hvc0 serial rd_NO_PLYMOUTH" + unattended_file = unattended/Fedora-17.ks + cdrom_unattended = images/f17-ppc64/ks.iso + kernel = images/f17-ppc64/vmlinuz + initrd = images/f17-ppc64/initrd.img + syslog_server_proto = tcp + unattended_install.cdrom: + boot_path = ppc/ppc64 + cdrom_cd1 = isos/linux/Fedora-17-ppc64-DVD.iso + md5sum_cd1 = 0c03054fd0c5e646932990d028885a3b + md5sum_1m_cd1 = fc95dbb612739fccd555e43fe455b299 + unattended_install.url: + url = http://dl.fedoraproject.org/pub/fedora-secondary/releases/17/Everything/ppc64/os diff --git a/shared/cfg/guest-os/Linux/Fedora/18.ppc64.cfg b/shared/cfg/guest-os/Linux/Fedora/18.ppc64.cfg new file mode 100644 index 0000000..869926d --- /dev/null +++ b/shared/cfg/guest-os/Linux/Fedora/18.ppc64.cfg @@ -0,0 +1,21 @@ +- 18.ppc64: + image_name = images/f18-ppc64 + only pseries + no unattended_install..floppy_ks + mem_chk_cmd = numactl --hardware | awk -F: '/size/ {print $2}' + netdev_peer_re = "(.*?): .*?\\\s(.*?):" + unattended_install: + kernel_params = "root=live:CDLABEL=Fedora-18-ppc64 ks=cdrom:/ks.cfg console=hvc0 serial rd_NO_PLYMOUTH" + #kernel_params = "repo=cdrom:/dev/sr1 ks=cdrom:/dev/sr0 nicdelay=60 console=ttyS0,115200 console=tty0" + unattended_file = unattended/Fedora-18.ks + cdrom_unattended = images/f18-ppc64/ks.iso + kernel = images/f18-ppc64/vmlinuz + initrd = images/f18-ppc64/initrd.img + syslog_server_proto = tcp + unattended_install.cdrom: + boot_path = ppc/ppc64 + cdrom_cd1 = isos/linux/Fedora-18-ppc64-DVD.iso + md5sum_cd1 = 3706c7911e848564289eebe236223052 + md5sum_1m_cd1 = 34274c8b1a05771e720d3fd3f0cef321 + unattended_install.url: + url = http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Everything/ppc64/os -- 1.8.2 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
