]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add s390x-ccw-graphics test case
authorAndrea Bolognani <abologna@redhat.com>
Thu, 21 Mar 2019 09:28:29 +0000 (10:28 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 22 Mar 2019 15:30:59 +0000 (16:30 +0100)
commit9d3aa7c6e9c1cc1dbf38321820527c49618db41e
treecaf661eba72832970f2554896ed69008d849c236
parent9f33f4772be7c8fb483dd27926b4c322a3342622
tests: Add s390x-ccw-graphics test case

We have tests for simple guests with graphics for basically
all other architectures, so it makes sense to include s390x
too.

The input file was generated by running

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

followed by minor tweaks, using a version of virt-manager
that includes commit 7b9de27a990f.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxml2argvdata/s390x-ccw-graphics.s390x-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/s390x-ccw-graphics.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c