| OLD | NEW |
| 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 nic_mode = tap | 625 nic_mode = tap |
| 626 vms += " vm2" | 626 vms += " vm2" |
| 627 image_snapshot = yes | 627 image_snapshot = yes |
| 628 kill_vm_vm2 = yes | 628 kill_vm_vm2 = yes |
| 629 kill_vm_gracefully_vm2 = no | 629 kill_vm_gracefully_vm2 = no |
| 630 | 630 |
| 631 - ping: install setup unattended_install.cdrom | 631 - ping: install setup unattended_install.cdrom |
| 632 type = ping | 632 type = ping |
| 633 counts = 100 | 633 counts = 100 |
| 634 flood_minutes = 10 | 634 flood_minutes = 10 |
| 635 nics += ' nic2' |
| 635 | 636 |
| 636 - jumbo: install setup unattended_install.cdrom | 637 - jumbo: install setup unattended_install.cdrom |
| 637 type = jumbo | 638 type = jumbo |
| 638 | 639 |
| 639 - file_transfer: install setup unattended_install.cdrom | 640 - file_transfer: install setup unattended_install.cdrom |
| 640 type = file_transfer | 641 type = file_transfer |
| 641 filesize = 4000 | 642 filesize = 4000 |
| 642 transfer_timeout = 1000 | 643 transfer_timeout = 1000 |
| 643 variants: | 644 variants: |
| 644 - remote: | 645 - remote: |
| 645 transfer_type = remote | 646 transfer_type = remote |
| 646 | 647 |
| 647 - nicdriver_unload: install setup unattended_install.cdrom | 648 - nicdriver_unload: install setup unattended_install.cdrom |
| 648 type = nicdriver_unload | 649 type = nicdriver_unload |
| 649 nic_mode = tap | 650 nic_mode = tap |
| 650 file_size = 100 | 651 filesize = 100 |
| 651 connect_time = 4 | 652 transfer_timeout = 100 |
| 652 scp_timeout = 300 | 653 transfer_type = remote |
| 653 thread_num = 10 | 654 sessions_num = 10 |
| 654 | 655 |
| 655 - nic_promisc: install setup unattended_install.cdrom | 656 - nic_promisc: install setup unattended_install.cdrom |
| 656 type = nic_promisc | 657 type = nic_promisc |
| 657 file_size = 1, 1460, 65000, 100000000 | 658 filesize = 400 |
| 659 transfer_timeout = 100 |
| 660 transfer_type = remote |
| 658 | 661 |
| 659 - multicast: install setup unattended_install.cdrom | 662 - multicast: install setup unattended_install.cdrom |
| 660 type = multicast | 663 type = multicast |
| 661 nic_mode = tap | 664 nic_mode = tap |
| 662 mcast = 225.0.0.1 | 665 mcast = 225.0.0.1 |
| 663 mgroup_count = 20 | 666 mgroup_count = 20 |
| 664 flood_minutes = 1 | 667 flood_minutes = 1 |
| 665 | 668 |
| 666 - pxe: | 669 - pxe: |
| 667 type = pxe | 670 type = pxe |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 - nic_bonding: | 706 - nic_bonding: |
| 704 type = nic_bonding | 707 type = nic_bonding |
| 705 nics += ' nic2 nic3 nic4' | 708 nics += ' nic2 nic3 nic4' |
| 706 image_snapshot = yes | 709 image_snapshot = yes |
| 707 serial_login = yes | 710 serial_login = yes |
| 708 test_timeout = 1000 | 711 test_timeout = 1000 |
| 709 filesize = 4000 | 712 filesize = 4000 |
| 710 transfer_timeout = 1000 | 713 transfer_timeout = 1000 |
| 711 transfer_type = remote | 714 transfer_type = remote |
| 712 kill_vm = yes | 715 kill_vm = yes |
| 716 # you can specify the parameters of bonding module here |
| 717 # bonding_params = "mode=active-backup" |
| 713 | 718 |
| 714 - set_link: | 719 - set_link: |
| 715 type = set_link | 720 type = set_link |
| 716 test_timeout = 1000 | 721 test_timeout = 1000 |
| 717 filesize = 4000 | 722 filesize = 4000 |
| 718 transfer_timeout = 1000 | 723 transfer_timeout = 1000 |
| 719 transfer_type = remote | 724 transfer_type = remote |
| 720 kill_vm =yes | 725 kill_vm =yes |
| 721 | 726 |
| 722 - physical_resources_check: install setup unattended_install.cdrom | 727 - physical_resources_check: install setup unattended_install.cdrom |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 shutdown_method = shell | 901 shutdown_method = shell |
| 897 kill_vm = yes | 902 kill_vm = yes |
| 898 kill_vm_gracefully = no | 903 kill_vm_gracefully = no |
| 899 # Do not define test variants below shutdown | 904 # Do not define test variants below shutdown |
| 900 | 905 |
| 901 | 906 |
| 902 # NICs | 907 # NICs |
| 903 variants: | 908 variants: |
| 904 - @rtl8139: | 909 - @rtl8139: |
| 905 nic_model = rtl8139 | 910 nic_model = rtl8139 |
| 911 no ethtool |
| 906 jumbo: | 912 jumbo: |
| 907 mtu = 1500 | 913 mtu = 1500 |
| 908 - e1000: | 914 - e1000: |
| 909 nic_model = e1000 | 915 nic_model = e1000 |
| 910 jumbo: | 916 jumbo: |
| 911 mtu = 16110 | 917 mtu = 16110 |
| 912 ethtool: | 918 ethtool: |
| 913 # gso gro lro is only supported by latest kernel | 919 # gso gro lro is only supported by latest kernel |
| 914 supported_features = "tx rx sg tso gso gro lro" | 920 supported_features = "tx rx sg tso gso gro lro" |
| 915 - virtio_net: | 921 - virtio_net: |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1684 kernel = images/rhel55-64/vmlinuz | 1690 kernel = images/rhel55-64/vmlinuz |
| 1685 initrd = images/rhel55-64/initrd.img | 1691 initrd = images/rhel55-64/initrd.img |
| 1686 unattended_install.cdrom: | 1692 unattended_install.cdrom: |
| 1687 cdrom_cd1 = isos/linux/RHEL-5.5-x86_64-DVD.iso | 1693 cdrom_cd1 = isos/linux/RHEL-5.5-x86_64-DVD.iso |
| 1688 md5sum_cd1 = f3119f883257ef9041234feda2f1cad0 | 1694 md5sum_cd1 = f3119f883257ef9041234feda2f1cad0 |
| 1689 md5sum_1m_cd1 = a744084a03f6a08627f71527fc107a1e | 1695 md5sum_1m_cd1 = a744084a03f6a08627f71527fc107a1e |
| 1690 | 1696 |
| 1691 | 1697 |
| 1692 - 6.0.i386: | 1698 - 6.0.i386: |
| 1693 no setup | 1699 no setup |
| 1700 nic_hotplug: |
| 1701 modprobe_module = |
| 1702 block_hotplug: |
| 1703 modprobe_module = |
| 1694 image_name = rhel6-32 | 1704 image_name = rhel6-32 |
| 1695 unattended_install: | 1705 unattended_install: |
| 1696 unattended_file = unattended/RHEL-6-series.ks | 1706 unattended_file = unattended/RHEL-6-series.ks |
| 1697 #floppy = images/rhel60-32/ks.vfd | 1707 #floppy = images/rhel60-32/ks.vfd |
| 1698 cdrom_unattended = images/rhel60-32/ks.iso | 1708 cdrom_unattended = images/rhel60-32/ks.iso |
| 1699 kernel = images/rhel60-32/vmlinuz | 1709 kernel = images/rhel60-32/vmlinuz |
| 1700 initrd = images/rhel60-32/initrd.img | 1710 initrd = images/rhel60-32/initrd.img |
| 1701 unattended_install.cdrom: | 1711 unattended_install.cdrom: |
| 1702 cdrom_cd1 = isos/linux/RHEL-6.0-i386-DVD.iso | 1712 cdrom_cd1 = isos/linux/RHEL-6.0-i386-DVD.iso |
| 1703 md5sum_cd1 = 291d234c93442405972689b4b41c14bc | 1713 md5sum_cd1 = 291d234c93442405972689b4b41c14bc |
| 1704 md5sum_1m_cd1 = ee2cc3d3babe91a1d581a07099c4318b | 1714 md5sum_1m_cd1 = ee2cc3d3babe91a1d581a07099c4318b |
| 1705 | 1715 |
| 1706 | 1716 |
| 1707 - 6.0.x86_64: | 1717 - 6.0.x86_64: |
| 1708 no setup | 1718 no setup |
| 1719 nic_hotplug: |
| 1720 modprobe_module = |
| 1721 block_hotplug: |
| 1722 modprobe_module = |
| 1709 image_name = rhel6-64 | 1723 image_name = rhel6-64 |
| 1710 unattended_install: | 1724 unattended_install: |
| 1711 unattended_file = unattended/RHEL-6-series.ks | 1725 unattended_file = unattended/RHEL-6-series.ks |
| 1712 #floppy = images/rhel60-64/ks.vfd | 1726 #floppy = images/rhel60-64/ks.vfd |
| 1713 cdrom_unattended = images/rhel60-64/ks.iso | 1727 cdrom_unattended = images/rhel60-64/ks.iso |
| 1714 kernel = images/rhel60-64/vmlinuz | 1728 kernel = images/rhel60-64/vmlinuz |
| 1715 initrd = images/rhel60-64/initrd.img | 1729 initrd = images/rhel60-64/initrd.img |
| 1716 unattended_install.cdrom: | 1730 unattended_install.cdrom: |
| 1717 cdrom_cd1 = isos/linux/RHEL-6.0-x86_64-DVD.iso | 1731 cdrom_cd1 = isos/linux/RHEL-6.0-x86_64-DVD.iso |
| 1718 md5sum_cd1 = f7141396c6a19399d63e8c195354317d | 1732 md5sum_cd1 = f7141396c6a19399d63e8c195354317d |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2393 driver = igb | 2407 driver = igb |
| 2394 # Driver option to specify the maximum number of virtual functions | 2408 # Driver option to specify the maximum number of virtual functions |
| 2395 # (on vxge the option is , for example, is max_config_dev) | 2409 # (on vxge the option is , for example, is max_config_dev) |
| 2396 # the default below is for the igb driver | 2410 # the default below is for the igb driver |
| 2397 driver_option = "max_vfs=7" | 2411 driver_option = "max_vfs=7" |
| 2398 # Number of devices that are going to be requested. | 2412 # Number of devices that are going to be requested. |
| 2399 devices_requested = 7 | 2413 devices_requested = 7 |
| 2400 | 2414 |
| 2401 | 2415 |
| 2402 steps ?<= steps/ | 2416 steps ?<= steps/ |
| OLD | NEW |