tests: Update *-headless and *-graphics
commitc5fe779342da90691c10da6eb38cd0a9af79c1ca
authorAndrea Bolognani <abologna@redhat.com>
Wed, 12 Jun 2019 16:28:25 +0000 (12 18:28 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 26 Jun 2019 08:37:48 +0000 (26 10:37 +0200)
treed161c846a58dcf03b5141d4e17174d8e1c977e28
parente13e64f49ac10bcf35c27e09ad5d2a98253a28d6
tests: Update *-headless and *-graphics

Use the latest virt-manager to regenerate the files.

The command line is once again along the lines of

  $ virt-install \
    --name guest --os-variant fedora29 \
    --vcpus 4 --memory 4096 --disk size=5 \
    --graphics (none|vnc) \
    --print-xml

with some minor tweaks performed afterwards.

This removes a number of inconsistencies between the files,
and makes it so the only differences are actually relevant
either to the architecture and machine type at hand, or to
having graphics rather than being headless.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
19 files changed:
tests/qemuxml2argvdata/aarch64-virt-graphics.aarch64-latest.args
tests/qemuxml2argvdata/aarch64-virt-graphics.xml
tests/qemuxml2argvdata/aarch64-virt-headless.aarch64-latest.args
tests/qemuxml2argvdata/aarch64-virt-headless.xml [copied from tests/qemuxml2argvdata/aarch64-virt-graphics.xml with 83% similarity]
tests/qemuxml2argvdata/ppc64-pseries-graphics.xml
tests/qemuxml2argvdata/ppc64-pseries-headless.ppc64-latest.args
tests/qemuxml2argvdata/ppc64-pseries-headless.xml [copied from tests/qemuxml2argvdata/ppc64-pseries-graphics.xml with 77% similarity]
tests/qemuxml2argvdata/riscv64-virt-headless.riscv64-latest.args
tests/qemuxml2argvdata/riscv64-virt-headless.xml [copied from tests/qemuxml2argvdata/ppc64-pseries-graphics.xml with 73% similarity]
tests/qemuxml2argvdata/s390x-ccw-graphics.s390x-latest.args
tests/qemuxml2argvdata/s390x-ccw-graphics.xml
tests/qemuxml2argvdata/s390x-ccw-headless.s390x-latest.args
tests/qemuxml2argvdata/s390x-ccw-headless.xml [copied from tests/qemuxml2argvdata/s390x-ccw-graphics.xml with 73% similarity]
tests/qemuxml2argvdata/x86_64-pc-graphics.xml
tests/qemuxml2argvdata/x86_64-pc-headless.x86_64-latest.args
tests/qemuxml2argvdata/x86_64-pc-headless.xml [copied from tests/qemuxml2argvdata/x86_64-pc-graphics.xml with 86% similarity]
tests/qemuxml2argvdata/x86_64-q35-graphics.xml
tests/qemuxml2argvdata/x86_64-q35-headless.x86_64-latest.args
tests/qemuxml2argvdata/x86_64-q35-headless.xml [copied from tests/qemuxml2argvdata/x86_64-q35-graphics.xml with 86% similarity]