I want to schedulee five installations using the attached config file, but
--list-tests shows this instead:

1 
io-github-autotest-qemu.unattended_install.cdrom.floppy_ks.default_install.aio_native
2 
io-github-autotest-qemu.unattended_install.cdrom.floppy_ks.default_install.aio_native
3 
io-github-autotest-qemu.unattended_install.cdrom.floppy_ks.default_install.aio_native
4 
io-github-autotest-qemu.unattended_install.cdrom.floppy_ks.default_install.aio_native
5 
io-github-autotest-qemu.unattended_install.cdrom.floppy_ks.default_install.aio_native

How can I show the OS type in the tuple?

Paolo

    include backends/qemu/cfg/tests-shared.cfg

    #qemu_binary = /usr/libexec/qemu-kvm
    qemu_binary = 
/home/pbonzini/work/upstream/qemu/+build/x86_64-softmmu/qemu-system-x86_64

    qemu_img_binary = /usr/bin/qemu-img
    qemu_io_binary = /usr/bin/qemu-io
    mem = 3072
    skip_hash = 1
    #take_regular_screendumps = no

    only qcow2
    only smp2
    only no_9p_export
    only no_pci_assignable
    only filesystem
    only smallpages
    only i440fx
    only rtl8139
    only ide

    no aio_threads

    only WinXP.i386.sp3, Win2003.i386, Win2003.x86_64, Win2008.i386.sp2, 
Win2008.x86_64.r2

    unattended_install:
        only default_install
        only unattended_install.cdrom
        only floppy_ks

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to