bae185c tests: qemuxml2argv: drop redundant serial testing

Authored and Committed by crobinso 6 years ago
23 files changed. 0 lines added. 93 lines removed.
tests/qemuxml2argvdata/qemuxml2argv-bios-nvram-secure.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-bios-nvram-secure.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-bios-nvram.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-bios-nvram.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-disk-copy_on_read.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-disk-copy_on_read.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-disk-ioeventfd.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-disk-ioeventfd.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-event_idx.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-event_idx.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-timeout.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice-timeout.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-hugepages-numa.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-hugepages-numa.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-ppc64-nonuma.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-ppc64-nonuma.xml
file modified
+0 -6
tests/qemuxml2argvdata/qemuxml2argv-virtio-lun.args
file modified
+0 -1
tests/qemuxml2argvdata/qemuxml2argv-virtio-lun.xml
file modified
+0 -6
tests/qemuxml2xmloutdata/qemuxml2xmlout-bios-nvram.xml
file modified
+0 -6
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-copy_on_read.xml
file modified
+0 -6
tests/qemuxml2xmloutdata/qemuxml2xmlout-event_idx.xml
file modified
+0 -6
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-timeout.xml
file modified
+0 -6
tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-lun.xml
file modified
+0 -6
    tests: qemuxml2argv: drop redundant serial testing
    
    Several cases have incidental <serial> or <console> XML which aren't
    the features being tested for. Upcoming changes will cause some
    churn here, so instead drop these bits now.
    
    Reviewed-by: Andrea Bolognani <abologna@redhat.com>
    Signed-off-by: Cole Robinson <crobinso@redhat.com>