Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Side by Side Diff: client/tests/kvm/tests_base.cfg.sample

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copy this file to tests_base.cfg and edit it. 1 # Copy this file to tests_base.cfg and edit it.
2 # 2 #
3 # Define the objects we'll be using 3 # Define the objects we'll be using
4 vms = vm1 4 vms = vm1
5 images = image1 5 images = image1
6 cdroms = cd1 6 cdroms = cd1
7 nics = nic1 7 nics = nic1
8 monitors = humanmonitor1 8 monitors = humanmonitor1
9 9
10 # Choose the main VM and monitor 10 # Choose the main VM and monitor
(...skipping 17 matching lines...) Expand all
28 screendump_temp_dir = /dev/shm 28 screendump_temp_dir = /dev/shm
29 screendump_verbose = no 29 screendump_verbose = no
30 30
31 # Some default VM params 31 # Some default VM params
32 qemu_binary = qemu 32 qemu_binary = qemu
33 qemu_img_binary = qemu-img 33 qemu_img_binary = qemu-img
34 smp = 1 34 smp = 1
35 mem = 512 35 mem = 512
36 image_size = 10G 36 image_size = 10G
37 drive_index_image1 = 0 37 drive_index_image1 = 0
38 drive_cache = none
38 shell_port = 22 39 shell_port = 22
39 display = vnc 40 display = vnc
40 drive_index_cd1 = 1 41 drive_index_cd1 = 1
41 42
42 # Monitor params 43 # Monitor params
43 monitor_type = human 44 monitor_type = human
44 45
45 # Default scheduler params 46 # Default scheduler params
46 used_cpus = 1 47 used_cpus = 1
47 used_mem = 512 48 used_mem = 512
48 49
49 # Port redirections 50 # Port redirections
50 redirs = remote_shell 51 redirs = remote_shell
51 guest_port_remote_shell = 22 52 guest_port_remote_shell = 22
52 53
53 # NIC parameters 54 # NIC parameters
54 nic_mode = user 55 nic_mode = user
55 #nic_mode = tap 56 #nic_mode = tap
56 nic_script = scripts/qemu-ifup 57 nic_script = scripts/qemu-ifup
57 address_index = 0 58 #nic_script = scripts/qemu-ifup-ipv6
58 run_tcpdump = yes 59 run_tcpdump = yes
59 60
60 # Misc 61 # Misc
61 profilers = kvm_stat 62 profilers = kvm_stat
62 login_timeout = 360 63 login_timeout = 360
63 64
64 65
65 # Tests 66 # Tests
66 variants: 67 variants:
67 - install: 68 - install:
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 268
268 - balloon_check: install setup unattended_install.cdrom 269 - balloon_check: install setup unattended_install.cdrom
269 type = balloon_check 270 type = balloon_check
270 extra_params += " -balloon virtio" 271 extra_params += " -balloon virtio"
271 iterations = 5 272 iterations = 5
272 273
273 - stress_boot: install setup unattended_install.cdrom 274 - stress_boot: install setup unattended_install.cdrom
274 type = stress_boot 275 type = stress_boot
275 max_vms = 5 276 max_vms = 5
276 alive_test_cmd = uname -a 277 alive_test_cmd = uname -a
277 clone_address_index_base = 10
278 login_timeout = 240 278 login_timeout = 240
279 kill_vm = yes 279 kill_vm = yes
280 kill_vm_vm1 = no 280 kill_vm_vm1 = no
281 kill_vm_gracefully = no 281 kill_vm_gracefully = no
282 extra_params += " -snapshot" 282 extra_params += " -snapshot"
283 used_cpus = 5 283 used_cpus = 5
284 used_mem = 2560 284 used_mem = 2560
285 285
286 - guest_test: install setup unattended_install.cdrom 286 - guest_test: install setup unattended_install.cdrom
287 type = guest_test 287 type = guest_test
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 match_string = "Virtio block device" 449 match_string = "Virtio block device"
450 - block_scsi: 450 - block_scsi:
451 pci_model = scsi 451 pci_model = scsi
452 match_string = "SCSI" 452 match_string = "SCSI"
453 variants: 453 variants:
454 - fmt_qcow2: 454 - fmt_qcow2:
455 image_format_stg = qcow2 455 image_format_stg = qcow2
456 - fmt_raw: 456 - fmt_raw:
457 image_format_stg = raw 457 image_format_stg = raw
458 458
459 - vlan_tag: install setup unattended_install.cdrom 459 - qmp_basic: install setup unattended_install.cdrom
460 type = vlan_tag 460 type = qmp_basic
461
462 - vlan: install setup unattended_install.cdrom
463 type = vlan
461 # subnet should not be used by host 464 # subnet should not be used by host
462 subnet = 192.168.123 465 subnet = "192.168"
463 vlans = "10 20" 466 vlan_num = 5
467 file_size = 10
468 maximal = 4094
469 listen_cmd = "nc -l %s > %s"
470 send_cmd = "nc %s %s < %s"
464 nic_mode = tap 471 nic_mode = tap
465 vms += " vm2" 472 vms += " vm2"
466 extra_params_vm1 += " -snapshot" 473 image_snapshot = yes
467 extra_params_vm2 += " -snapshot" 474 kill_vm_vm2 = yes
468 kill_vm_gracefully_vm2 = no 475 kill_vm_gracefully_vm2 = no
469 address_index_vm2 = 1 476
477 - ping: install setup unattended_install.cdrom
478 type = ping
479 counts = 100
480 flood_minutes = 10
481
482 - jumbo: install setup unattended_install.cdrom
483 type = jumbo
484
485 - file_transfer: install setup unattended_install.cdrom
486 type = file_transfer
487 filesize = 4000
488 transfer_timeout = 1000
489 variants:
490 - remote:
491 transfer_type = remote
492
493 - nicdriver_unload: install setup unattended_install.cdrom
494 type = nicdriver_unload
495 nic_mode = tap
496 file_size = 100
497 connect_time = 4
498 scp_timeout = 300
499 thread_num = 10
500
501 - nic_promisc: install setup unattended_install.cdrom
502 type = nic_promisc
503 file_size = 1, 1460, 65000, 100000000
504
505 - multicast: install setup unattended_install.cdrom
506 type = multicast
507 nic_mode = tap
508 mcast = 225.0.0.1
509 mgroup_count = 20
510 flood_minutes = 1
511
512 - pxe:
513 type = pxe
514 images = pxe
515 image_name_pxe = pxe-test
516 image_size_pxe = 1G
517 force_create_image_pxe = yes
518 remove_image_pxe = yes
519 extra_params += ' -boot n'
520 kill_vm_on_error = yes
521 network = bridge
522 restart_vm = yes
523 pxe_timeout = 60
524
525 - mac_change: install setup unattended_install.cdrom
526 type = mac_change
527 kill_vm = yes
528
529 - netperf: install setup unattended_install.cdrom
530 type = netperf
531 nic_mode = tap
532 netperf_files = netperf-2.4.5.tar.bz2 wait_before_data.patch
533 setup_cmd = "cd %s && tar xvfj netperf-2.4.5.tar.bz2 && cd netperf-2.4.5 && patch -p0 < ../wait_before_data.patch && ./configure && make"
534 netserver_cmd = %s/netperf-2.4.5/src/netserver
535 # test time is 60 seconds, set the buffer size to 1 for more hardware in terrupt
536 netperf_cmd = %s/netperf-2.4.5/src/netperf -t %s -H %s -l 60 -- -m 1
537 protocols = "TCP_STREAM TCP_MAERTS TCP_RR TCP_CRR UDP_RR TCP_SENDFILE UD P_STREAM"
538
539 - ethtool: install setup unattended_install.cdrom
540 type = ethtool
541 filesize = 512
542 nic_mode = tap
470 543
471 - physical_resources_check: install setup unattended_install.cdrom 544 - physical_resources_check: install setup unattended_install.cdrom
472 type = physical_resources_check 545 type = physical_resources_check
473 catch_uuid_cmd = dmidecode | awk -F: '/UUID/ {print $2}' 546 catch_uuid_cmd = dmidecode | awk -F: '/UUID/ {print $2}'
474 547
475 - ksm_overcommit: 548 - ksm_overcommit:
476 # Don't preprocess any vms as we need to change its params 549 # Don't preprocess any vms as we need to change its params
477 vms = '' 550 vms = ''
478 image_snapshot = yes 551 image_snapshot = yes
479 kill_vm_gracefully = no 552 kill_vm_gracefully = no
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 shutdown_method = shell 684 shutdown_method = shell
612 kill_vm = yes 685 kill_vm = yes
613 kill_vm_gracefully = no 686 kill_vm_gracefully = no
614 # Do not define test variants below shutdown 687 # Do not define test variants below shutdown
615 688
616 689
617 # NICs 690 # NICs
618 variants: 691 variants:
619 - @rtl8139: 692 - @rtl8139:
620 nic_model = rtl8139 693 nic_model = rtl8139
694 jumbo:
695 mtu = 1500
621 - e1000: 696 - e1000:
622 nic_model = e1000 697 nic_model = e1000
698 jumbo:
699 mtu = 16110
700 ethtool:
701 # gso gro lro is only supported by latest kernel
702 supported_features = "tx rx sg tso gso gro lro"
623 - virtio_net: 703 - virtio_net:
624 nic_model = virtio 704 nic_model = virtio
625 705 # You can add advanced attributes on nic_extra_params such as mrg_rxbuf
706 #nic_extra_params =
707 # You can set vhost = yes to enable the vhost kernel backend
708 # (This only works if nic_mode=tap)
709 vhost = no
710 jumbo:
711 mtu = 65520
712 ethtool:
713 supported_features = "tx sg tso gso"
626 714
627 # Guests 715 # Guests
628 variants: 716 variants:
629 # Linux section 717 # Linux section
630 - @Linux: 718 - @Linux:
631 no autoit iozone_windows whql 719 no autoit iozone_windows whql
632 shutdown_command = shutdown -h now 720 shutdown_command = shutdown -h now
633 reboot_command = shutdown -r now 721 reboot_command = shutdown -r now
634 status_test_command = echo $? 722 status_test_command = echo $?
635 username = root 723 username = root
(...skipping 22 matching lines...) Expand all
658 host_load_command = "bzip2 -c --best /dev/urandom > /dev/null" 746 host_load_command = "bzip2 -c --best /dev/urandom > /dev/null"
659 host_load_instances = 8 747 host_load_instances = 8
660 ntp: 748 ntp:
661 time_command = "ntpdate -d -q ns1.nay.redhat.com" 749 time_command = "ntpdate -d -q ns1.nay.redhat.com"
662 time_filter_re = "originate timestamp:.*, (.\w+\s+\d+\s+\d+\s+\d +:\d+:\d+)\.(.\d+)" 750 time_filter_re = "originate timestamp:.*, (.\w+\s+\d+\s+\d+\s+\d +:\d+:\d+)\.(.\d+)"
663 time_format = "%b %d %Y %H:%M:%S" 751 time_format = "%b %d %Y %H:%M:%S"
664 date: 752 date:
665 time_command = date +'TIME: %a %m/%d/%Y %H:%M:%S.%N' 753 time_command = date +'TIME: %a %m/%d/%Y %H:%M:%S.%N'
666 time_filter_re = "(?:TIME: \w\w\w )(.{19})(?:\.\d\d)" 754 time_filter_re = "(?:TIME: \w\w\w )(.{19})(?:\.\d\d)"
667 time_format = "%m/%d/%Y %H:%M:%S" 755 time_format = "%m/%d/%Y %H:%M:%S"
756 file_transfer:
757 tmp_dir = /tmp/
758 clean_cmd = rm -f
668 759
669 variants: 760 variants:
670 - Fedora: 761 - Fedora:
671 no setup 762 no setup
672 shell_prompt = "^\[.*\][\#\$]\s*$" 763 shell_prompt = "^\[.*\][\#\$]\s*$"
673 unattended_install.cdrom: 764 unattended_install.cdrom:
674 pxe_dir = "images/pxeboot" 765 pxe_dir = "images/pxeboot"
675 pxe_image = "vmlinuz" 766 pxe_image = "vmlinuz"
676 pxe_initrd = "initrd.img" 767 pxe_initrd = "initrd.img"
677 tftp = "images/tftpboot" 768 tftp = "images/tftpboot"
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 no setup 940 no setup
850 shell_prompt = ".*:.*\s#" 941 shell_prompt = ".*:.*\s#"
851 unattended_install.cdrom: 942 unattended_install.cdrom:
852 pxe_image = "linux" 943 pxe_image = "linux"
853 pxe_initrd = "initrd" 944 pxe_initrd = "initrd"
854 tftp = "images/tftpboot" 945 tftp = "images/tftpboot"
855 bootp = "/pxelinux.0" 946 bootp = "/pxelinux.0"
856 extra_params += " -boot cn" 947 extra_params += " -boot cn"
857 # You have to use autoyast=floppy if you want to use floppie s to 948 # You have to use autoyast=floppy if you want to use floppie s to
858 # hold your autoyast file 949 # hold your autoyast file
859 #kernel_args = "autoyast=floppy console=ttyS0,115200 console =tty0" 950 kernel_args = "autoyast=floppy console=ttyS0,115200 console= tty0"
860 kernel_args = "autoyast=cdrom console=ttyS0,115200 console=t ty0" 951 #kernel_args = "autoyast=cdrom console=ttyS0,115200 console= tty0"
861 post_install_delay = 10 952 post_install_delay = 10
862 953
863 variants: 954 variants:
864 - 11.0.32: 955 - 11.0.32:
865 image_name = openSUSE-11.0-32 956 image_name = openSUSE-11.0-32
866 cdrom_cd1 = linux/openSUSE-11.0-DVD-i386.iso 957 cdrom_cd1 = linux/openSUSE-11.0-DVD-i386.iso
867 md5sum = ed6a5b3feb668866df812b1c2aed9d7f 958 md5sum = ed6a5b3feb668866df812b1c2aed9d7f
868 md5sum_1m = c720b30557af758e69de450409516369 959 md5sum_1m = c720b30557af758e69de450409516369
869 install: 960 install:
870 steps = openSUSE-11.0-32.steps 961 steps = openSUSE-11.0-32.steps
871 unattended_install.cdrom: 962 unattended_install.cdrom:
872 unattended_file = unattended/OpenSUSE-11.xml 963 unattended_file = unattended/OpenSUSE-11.xml
873 tftp = images/opensuse-11-0-32/tftpboot 964 tftp = images/opensuse-11-0-32/tftpboot
874 floppy = images/opensuse-11-0-32/floppy.img 965 floppy = images/opensuse-11-0-32/autoyast.vfd
966 #cdrom_unattended = images/opensuse-11-0-32/autoyast .iso
875 pxe_dir = boot/i386/loader 967 pxe_dir = boot/i386/loader
876 968
877 - 11.0.64: 969 - 11.0.64:
878 image_name = openSUSE-11.0-64 970 image_name = openSUSE-11.0-64
879 cdrom_cd1 = linux/openSUSE-11.0-DVD-x86_64.iso 971 cdrom_cd1 = linux/openSUSE-11.0-DVD-x86_64.iso
880 md5sum = 512c8346b0f8eb35f28c4eb96454d391 972 md5sum = 512c8346b0f8eb35f28c4eb96454d391
881 md5sum_1m = 661aa4cd031df2f25ea0102318a3f4d1 973 md5sum_1m = 661aa4cd031df2f25ea0102318a3f4d1
882 unattended_install.cdrom: 974 unattended_install.cdrom:
883 unattended_file = unattended/OpenSUSE-11.xml 975 unattended_file = unattended/OpenSUSE-11.xml
884 tftp = images/opensuse-11-0-64/tftpboot 976 tftp = images/opensuse-11-0-64/tftpboot
885 #floppy = images/opensuse-11-0-64/autoyast.vfd 977 floppy = images/opensuse-11-0-64/autoyast.vfd
886 cdrom_unattended = images/opensuse-11-0-64/autoyast. iso 978 #cdrom_unattended = images/opensuse-11-0-64/autoyast .iso
887 pxe_dir = boot/x86_64/loader 979 pxe_dir = boot/x86_64/loader
888 980
889 - 11.1.32: 981 - 11.1.32:
890 image_name = openSUSE-11.1-32 982 image_name = openSUSE-11.1-32
891 cdrom_cd1 = linux/openSUSE-11.1-DVD-i586.iso 983 cdrom_cd1 = linux/openSUSE-11.1-DVD-i586.iso
892 md5sum = 8f51b278c0415be28c5699e465444bd3 984 md5sum = 8f51b278c0415be28c5699e465444bd3
893 md5sum_1m = b70217417468389083429f81ba7ce2bd 985 md5sum_1m = b70217417468389083429f81ba7ce2bd
894 install: 986 install:
895 steps=openSUSE-11.1-32-and-64.steps 987 steps=openSUSE-11.1-32-and-64.steps
896 unattended_install.cdrom: 988 unattended_install.cdrom:
897 unattended_file = unattended/OpenSUSE-11.xml 989 unattended_file = unattended/OpenSUSE-11.xml
898 tftp = images/opensuse-11-1-32/tftpboot 990 tftp = images/opensuse-11-1-32/tftpboot
899 #floppy = images/opensuse-11-1-32/autoyast.vfd 991 floppy = images/opensuse-11-1-32/autoyast.vfd
900 cdrom_unattended = images/opensuse-11-1-32/autoyast. iso 992 #cdrom_unattended = images/opensuse-11-1-32/autoyast .iso
901 pxe_dir = boot/i386/loader 993 pxe_dir = boot/i386/loader
902 994
903 - 11.1.64: 995 - 11.1.64:
904 image_name = openSUSE-11.1-64 996 image_name = openSUSE-11.1-64
905 cdrom_cd1 = linux/openSUSE-11.1-DVD-x86_64.iso 997 cdrom_cd1 = linux/openSUSE-11.1-DVD-x86_64.iso
906 md5sum = 2afee1b8a87175e6dee2b8dbbd1ad8e8 998 md5sum = 2afee1b8a87175e6dee2b8dbbd1ad8e8
907 md5sum_1m = 768ca32503ef92c28f2d144f2a87e4d0 999 md5sum_1m = 768ca32503ef92c28f2d144f2a87e4d0
908 install: 1000 install:
909 steps=openSUSE-11.1-32-and-64.steps 1001 steps=openSUSE-11.1-32-and-64.steps
910 unattended_install.cdrom: 1002 unattended_install.cdrom:
911 unattended_file = unattended/OpenSUSE-11.xml 1003 unattended_file = unattended/OpenSUSE-11.xml
912 tftp = images/opensuse-11-1-64/tftpboot 1004 tftp = images/opensuse-11-1-64/tftpboot
913 #floppy = images/opensuse-11-1-64/autoyast.vfd 1005 floppy = images/opensuse-11-1-64/autoyast.vfd
914 cdrom_unattended = images/opensuse-11-1-64/autoyast. iso 1006 #cdrom_unattended = images/opensuse-11-1-64/autoyast .iso
915 pxe_dir = boot/x86_64/loader 1007 pxe_dir = boot/x86_64/loader
916 1008
917 - 11.2.32: 1009 - 11.2.32:
918 image_name = openSUSE-11.2-32 1010 image_name = openSUSE-11.2-32
919 cdrom_cd1 = linux/openSUSE-11.2-DVD-i586.iso 1011 cdrom_cd1 = linux/openSUSE-11.2-DVD-i586.iso
920 md5sum = 295d713314a30ad017948f0d542c6d92 1012 md5sum = 295d713314a30ad017948f0d542c6d92
921 md5sum_1m = 1f8767d00acb492be5a5627c834e543f 1013 md5sum_1m = 1f8767d00acb492be5a5627c834e543f
922 unattended_install.cdrom: 1014 unattended_install.cdrom:
923 unattended_file = unattended/OpenSUSE-11.xml 1015 unattended_file = unattended/OpenSUSE-11.xml
924 tftp = images/opensuse-11-2-32/tftpboot 1016 tftp = images/opensuse-11-2-32/tftpboot
925 #floppy = images/opensuse-11-2-32/autoyast.vfd 1017 floppy = images/opensuse-11-2-32/autoyast.vfd
926 cdrom_unattended = images/opensuse-11-2-32/autoyast. iso 1018 #cdrom_unattended = images/opensuse-11-2-32/autoyast .iso
927 pxe_dir = boot/i386/loader 1019 pxe_dir = boot/i386/loader
928 1020
929 - 11.2.64: 1021 - 11.2.64:
930 image_name = openSUSE-11.2-64 1022 image_name = openSUSE-11.2-64
931 cdrom_cd1 = linux/openSUSE-11.2-DVD-x86_64.iso 1023 cdrom_cd1 = linux/openSUSE-11.2-DVD-x86_64.iso
932 md5sum = 6a09295e34dc030319d040f67f4742c6 1024 md5sum = 6a09295e34dc030319d040f67f4742c6
933 md5sum_1m = 11fd11d39744450b898f04c371dde2e7 1025 md5sum_1m = 11fd11d39744450b898f04c371dde2e7
934 unattended_install.cdrom: 1026 unattended_install.cdrom:
935 unattended_file = unattended/OpenSUSE-11.xml 1027 unattended_file = unattended/OpenSUSE-11.xml
936 tftp = images/opensuse-11-2-64/tftpboot 1028 tftp = images/opensuse-11-2-64/tftpboot
937 #floppy = images/opensuse11-2-64/autoyast.vfd 1029 floppy = images/opensuse11-2-64/autoyast.vfd
938 cdrom_unattended = images/opensuse11-2-64/autoyast.i so 1030 #cdrom_unattended = images/opensuse11-2-64/autoyast. iso
939 pxe_dir = boot/x86_64/loader 1031 pxe_dir = boot/x86_64/loader
940 1032
941 - 11.3.32: 1033 - 11.3.32:
942 image_name = openSUSE-11.3-32 1034 image_name = openSUSE-11.3-32
943 cdrom_cd1 = linux/openSUSE-11.3-DVD-i586.iso 1035 cdrom_cd1 = linux/openSUSE-11.3-DVD-i586.iso
944 md5sum = 1a1da28c84e3cdad750d5cfa21c4fd17 1036 md5sum = 1a1da28c84e3cdad750d5cfa21c4fd17
945 md5sum_1m = 4dd26906ce6cb3946519cb0b0de4b0f8 1037 md5sum_1m = 4dd26906ce6cb3946519cb0b0de4b0f8
946 unattended_install.cdrom: 1038 unattended_install.cdrom:
947 unattended_file = unattended/OpenSUSE-11.xml 1039 unattended_file = unattended/OpenSUSE-11.xml
948 tftp = images/opensuse-11-3-32/tftpboot 1040 tftp = images/opensuse-11-3-32/tftpboot
949 #floppy = images/opensuse-11-3-32/autoyast.vfd 1041 floppy = images/opensuse-11-3-32/autoyast.vfd
950 cdrom_unattended = images/opensuse-11-3-32/autoyast. iso 1042 #cdrom_unattended = images/opensuse-11-3-32/autoyast .iso
951 pxe_dir = boot/i386/loader 1043 pxe_dir = boot/i386/loader
952 1044
953 - 11.3.64: 1045 - 11.3.64:
954 image_name = openSUSE-11.3-64 1046 image_name = openSUSE-11.3-64
955 cdrom_cd1 = linux/openSUSE-11.3-DVD-x86_64.iso 1047 cdrom_cd1 = linux/openSUSE-11.3-DVD-x86_64.iso
956 md5sum = adf5d2a0a03c1e3aaf102fd6a4771b87 1048 md5sum = adf5d2a0a03c1e3aaf102fd6a4771b87
957 md5sum_1m = e0dd12dac30d296417256775e1234c6e 1049 md5sum_1m = e0dd12dac30d296417256775e1234c6e
958 unattended_install.cdrom: 1050 unattended_install.cdrom:
959 unattended_file = unattended/OpenSUSE-11.xml 1051 unattended_file = unattended/OpenSUSE-11.xml
960 tftp = images/opensuse-11-3-64/tftpboot 1052 tftp = images/opensuse-11-3-64/tftpboot
961 #floppy = images/opensuse-11-3-64/autoyast.vfd 1053 floppy = images/opensuse-11-3-64/autoyast.vfd
962 cdrom_unattended = images/opensuse-11-3-64/autoyast. iso 1054 #cdrom_unattended = images/opensuse-11-3-64/autoyast .iso
963 pxe_dir = boot/x86_64/loader 1055 pxe_dir = boot/x86_64/loader
964 1056
965 - SLES: 1057 - SLES:
966 shell_prompt = "^root@.*[\#\$]\s*$|#" 1058 shell_prompt = "^root@.*[\#\$]\s*$|#"
967 unattended_install.cdrom: 1059 unattended_install.cdrom:
968 pxe_image = "linux" 1060 pxe_image = "linux"
969 pxe_initrd = "initrd" 1061 pxe_initrd = "initrd"
970 bootp = "/pxelinux.0" 1062 bootp = "/pxelinux.0"
971 extra_params += " -boot cn" 1063 extra_params += " -boot cn"
972 # You have to use autoyast=floppy if you want to use floppie s to 1064 # You have to use autoyast=floppy if you want to use floppie s to
973 # hold your autoyast file 1065 # hold your autoyast file
974 #kernel_args = "autoyast=floppy console=ttyS0,115200 console =tty0" 1066 kernel_args = "autoyast=floppy console=ttyS0,115200 console= tty0"
975 kernel_args = "autoyast=cdrom console=ttyS0,115200 console=t ty0" 1067 #kernel_args = "autoyast=cdrom console=ttyS0,115200 console= tty0"
976 post_install_delay = 10 1068 post_install_delay = 10
977 1069
978 variants: 1070 variants:
979 - 11.0.32: 1071 - 11.0.32:
980 image_name = sles11-32 1072 image_name = sles11-32
981 cdrom_cd1 = linux/SLES-11-DVD-i586-GM-DVD1.iso 1073 cdrom_cd1 = linux/SLES-11-DVD-i586-GM-DVD1.iso
982 md5sum = 4958d4dde2575666355c8a1c5858bab0 1074 md5sum = 4958d4dde2575666355c8a1c5858bab0
983 md5sum_1m = 1f19d4eff5bcead2a3e5b8b4212b6796 1075 md5sum_1m = 1f19d4eff5bcead2a3e5b8b4212b6796
984 unattended_install.cdrom: 1076 unattended_install.cdrom:
985 unattended_file = unattended/SLES-11.xml 1077 unattended_file = unattended/SLES-11.xml
986 tftp = images/sles-11-0-32/tftpboot 1078 tftp = images/sles-11-0-32/tftpboot
987 #floppy = images/sles-11-0-32/autoyast.vfd 1079 #floppy = images/sles-11-0-32/autoyast.vfd
988 cdrom_unattended = images/sles-11-0-32/autoyast.iso 1080 cdrom_unattended = images/sles-11-0-32/autoyast.iso
1081 floppy = images/sles-11-0-32/autoyast.vfd
1082 #cdrom_unattended = images/sles-11-0-32/autoyast.iso
989 pxe_dir = boot/i386/loader 1083 pxe_dir = boot/i386/loader
990 1084
991 - 11.0.64: 1085 - 11.0.64:
992 image_name = sles11-64 1086 image_name = sles11-64
993 cdrom_cd1 = linux/SLES-11-DVD-x86_64-GM-DVD1.iso 1087 cdrom_cd1 = linux/SLES-11-DVD-x86_64-GM-DVD1.iso
994 md5sum = 50a2bd45cd12c3808c3ee48208e2586b 1088 md5sum = 50a2bd45cd12c3808c3ee48208e2586b
995 md5sum_1m = 00000951cab7c32e332362fc424c1054 1089 md5sum_1m = 00000951cab7c32e332362fc424c1054
996 unattended_install.cdrom: 1090 unattended_install.cdrom:
997 unattended_file = unattended/SLES-11.xml 1091 unattended_file = unattended/SLES-11.xml
998 tftp = images/sles-11-0-64/tftpboot 1092 tftp = images/sles-11-0-64/tftpboot
999 #floppy = images/sles-11-0-64/autoyast.vfd 1093 floppy = images/sles-11-0-64/autoyast.vfd
1000 cdrom_unattended = images/sles-11-0-64/autoyast.iso 1094 #cdrom_unattended = images/sles-11-0-64/autoyast.iso
1001 pxe_dir = boot/x86_64/loader 1095 pxe_dir = boot/x86_64/loader
1002 1096
1003 - 11.1.32: 1097 - 11.1.32:
1004 image_name = sles11sp1-32 1098 image_name = sles11sp1-32
1005 cdrom_cd1 = linux/SLES-11-SP1-DVD-i586-GM-DVD1.iso 1099 cdrom_cd1 = linux/SLES-11-SP1-DVD-i586-GM-DVD1.iso
1006 md5sum = 0dd6886858d93501c38854552b9b1b0d 1100 md5sum = 0dd6886858d93501c38854552b9b1b0d
1007 md5sum_1m = a626a3d50813410e3ac42794e05773bb 1101 md5sum_1m = a626a3d50813410e3ac42794e05773bb
1008 unattended_install: 1102 unattended_install:
1009 unattended_file = unattended/SLES-11.xml 1103 unattended_file = unattended/SLES-11.xml
1010 tftp = images/sles-11-1-32/tftpboot 1104 tftp = images/sles-11-1-32/tftpboot
1011 #floppy = images/sles-11-1-32/autoyast.vfd 1105 floppy = images/sles-11-1-32/autoyast.vfd
1012 cdrom_unattended = images/sles-11-1-32/autoyast.iso 1106 #cdrom_unattended = images/sles-11-1-32/autoyast.iso
1013 pxe_dir = boot/i386/loader 1107 pxe_dir = boot/i386/loader
1014 1108
1015 - 11.1.64: 1109 - 11.1.64:
1016 image_name = sles11sp1-64 1110 image_name = sles11sp1-64
1017 cdrom_cd1 = linux/SLES-11-SP1-DVD-x86_64-GM-DVD1.iso 1111 cdrom_cd1 = linux/SLES-11-SP1-DVD-x86_64-GM-DVD1.iso
1018 md5sum = d2e10420f3689faa49a004b60fb396b7 1112 md5sum = d2e10420f3689faa49a004b60fb396b7
1019 md5sum_1m = f7f67b5da46923a9f01da8a2b6909654 1113 md5sum_1m = f7f67b5da46923a9f01da8a2b6909654
1020 unattended_install: 1114 unattended_install:
1021 unattended_file = unattended/SLES-11.xml 1115 unattended_file = unattended/SLES-11.xml
1022 tftp = images/sles-11-1-64/tftpboot 1116 tftp = images/sles-11-1-64/tftpboot
1023 #floppy = images/sles-11-1-64/autoyast.vfd 1117 floppy = images/sles-11-1-64/autoyast.vfd
1024 cdrom_unattended = images/sles-11-1-64/autoyast.iso 1118 #cdrom_unattended = images/sles-11-1-64/autoyast.iso
1025 pxe_dir = boot/x86_64/loader 1119 pxe_dir = boot/x86_64/loader
1026 1120
1027 - @Ubuntu: 1121 - @Ubuntu:
1028 shell_prompt = "^root@.*[\#\$]\s*$" 1122 shell_prompt = "^root@.*[\#\$]\s*$"
1029 1123
1030 variants: 1124 variants:
1031 - Ubuntu-6.10-32: 1125 - Ubuntu-6.10-32:
1032 only install 1126 only install
1033 image_name = ubuntu-6.10-32 1127 image_name = ubuntu-6.10-32
1034 steps = Ubuntu-6.10-32.steps 1128 steps = Ubuntu-6.10-32.steps
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 md5sum_1m = a744084a03f6a08627f71527fc107a1e 1323 md5sum_1m = a744084a03f6a08627f71527fc107a1e
1230 unattended_install.cdrom: 1324 unattended_install.cdrom:
1231 unattended_file = unattended/RHEL-5-series.ks 1325 unattended_file = unattended/RHEL-5-series.ks
1232 tftp = images/rhel55-64/tftpboot 1326 tftp = images/rhel55-64/tftpboot
1233 #floppy = images/rhel55-64/ks.vfd 1327 #floppy = images/rhel55-64/ks.vfd
1234 cdrom_unattended = images/rhel55-64/ks.iso 1328 cdrom_unattended = images/rhel55-64/ks.iso
1235 1329
1236 1330
1237 # Windows section 1331 # Windows section
1238 - @Windows: 1332 - @Windows:
1239 no autotest linux_s3 vlan_tag ioquit unattended_install.(url|nfs|remote_ ks) 1333 no autotest linux_s3 vlan ioquit unattended_install.(url|nfs|remote_ks) jumbo nicdriver_unload nic_promisc multicast mac_change ethtool
1240 shutdown_command = shutdown /s /f /t 0 1334 shutdown_command = shutdown /s /f /t 0
1241 reboot_command = shutdown /r /f /t 0 1335 reboot_command = shutdown /r /f /t 0
1242 status_test_command = echo %errorlevel% 1336 status_test_command = echo %errorlevel%
1243 shell_prompt = "^\w:\\.*>\s*$" 1337 shell_prompt = "^\w:\\.*>\s*$"
1244 username = Administrator 1338 username = Administrator
1245 password = 123456 1339 password = 123456
1246 shell_linesep = "\r\n" 1340 shell_linesep = "\r\n"
1247 shell_client = nc 1341 shell_client = nc
1248 shell_port = 10022 1342 shell_port = 10022
1249 file_transfer_client = rss 1343 file_transfer_client = rss
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 nic_virtio: 1415 nic_virtio:
1322 match_string = "VirtIO Ethernet" 1416 match_string = "VirtIO Ethernet"
1323 block_hotplug: 1417 block_hotplug:
1324 wait_secs_for_hook_up = 10 1418 wait_secs_for_hook_up = 10
1325 reference_cmd = wmic diskdrive list brief 1419 reference_cmd = wmic diskdrive list brief
1326 find_pci_cmd = wmic diskdrive list brief 1420 find_pci_cmd = wmic diskdrive list brief
1327 pci_test_cmd = echo select disk 1 > dt && echo online >> dt && echo detail disk >> dt && echo exit >> dt && diskpart /s dt 1421 pci_test_cmd = echo select disk 1 > dt && echo online >> dt && echo detail disk >> dt && echo exit >> dt && diskpart /s dt
1328 physical_resources_check: 1422 physical_resources_check:
1329 catch_uuid_cmd = 1423 catch_uuid_cmd =
1330 1424
1425 file_transfer:
1426 tmp_dir = C:\
1427 clean_cmd = del
1331 variants: 1428 variants:
1332 - Win2000: 1429 - Win2000:
1333 no reboot whql 1430 no reboot whql
1334 image_name = win2000-32 1431 image_name = win2000-32
1335 kill_vm_gracefully = no 1432 kill_vm_gracefully = no
1336 install: 1433 install:
1337 steps = Win2000-32.steps 1434 steps = Win2000-32.steps
1338 cdrom_cd1 = windows/Windows2000_sp4.iso 1435 cdrom_cd1 = windows/Windows2000_sp4.iso
1339 md5sum = dda6039f3a9173f0f6bfae40f5efdfea 1436 md5sum = dda6039f3a9173f0f6bfae40f5efdfea
1340 md5sum_1m = dd28fba196d366d56fe774bd93df5527 1437 md5sum_1m = dd28fba196d366d56fe774bd93df5527
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 driver = igb 1972 driver = igb
1876 # Driver option to specify the maximum number of virtual functions 1973 # Driver option to specify the maximum number of virtual functions
1877 # (on vxge the option is , for example, is max_config_dev) 1974 # (on vxge the option is , for example, is max_config_dev)
1878 # the default below is for the igb driver 1975 # the default below is for the igb driver
1879 driver_option = "max_vfs=7" 1976 driver_option = "max_vfs=7"
1880 # Number of devices that are going to be requested. 1977 # Number of devices that are going to be requested.
1881 devices_requested = 7 1978 devices_requested = 7
1882 1979
1883 1980
1884 steps ?<= steps/ 1981 steps ?<= steps/
OLDNEW
« no previous file with comments | « client/tests/kvm/tests/whql_client_install.py ('k') | client/tests/kvm/unattended/win2008-32-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698