• L
    qemu.tests.virtio_console: Fix sigio test crashes · 941ed7ed
    Lukáš Doktor 提交于
    When guest script is already running and the test only connects, every
    signal destroys the daemon. This is complex problem of python, where
    only the main thread accepts the signals. In order to fix this without
    much pain I added test_delete_guest_script() at the test beginning thus
    fresh instance of guest script is always executed. This solution seems
    to work pretty well.
    Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
    941ed7ed
virtio_console.py 76.8 KB