watchdog.cfg 1.9 KB
Newer Older
1 2
- watchdog: install setup image_copy unattended_install.cdrom
    only RHEL.5, RHEL.6
3 4
    enable_watchdog = yes
    start_vm = no
5
    type = watchdog
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
    variants:
        -i6300esb:
            no RHEL.4
            watchdog_device_type = i6300esb
            dmesg_info = "i6300ESB.*init"
        -ib700:
            watchdog_device_type = ib700
            dmesg_info = "ib700wdt.*init"
    variants:
        - watchdog_device_support:
            test_type = check_watchdog_support
        - boot_with_watchdog:
            test_type = guest_boot_with_watchdog
        - magic_close:
            test_type = magic_close_support
        - watchdog_action:
            test_type = watchdog_action_test
            variants:
                - reboot_guest:
                    watchdog_action = reset
                - shutdown_guest:
                    watchdog_action = shutdown
                - pause_guest:
                    watchdog_action = pause
                - noaction:
                    watchdog_action = none
                - debug:
                    watchdog_action = debug
                - poweroff:
                    watchdog_action = poweroff
        - migration_when_wdt_timeout:
            test_type = migration_when_wdt_timeout
            variants:
                - reboot_guest:
                    watchdog_action = reset
                - pause:
                    watchdog_action = pause
                - poweroff:
                    watchdog_action = poweroff
            variants:
                - @tcp:
                    mig_protocol = tcp
48 49 50 51
                - x_rdma:
                    mig_protocol = x-rdma
                - rdma:
                    mig_protocol = rdma
52 53 54 55 56 57
       - hotplug_unplug_watchdog_device:
            only i6300esb
            watchdog_device_type =
            plug_watchdog_device = i6300esb
            watchdog_action = pause
            test_type = hotplug_unplug_watchdog_device