aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado/machine_s390_ccw_virtio.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-02-21 11:19:33 +0100
committerThomas Huth <thuth@redhat.com>2022-02-25 13:31:37 +0100
commitf3f230d934dada8801c86742f58bca7a2cd1ff78 (patch)
tree7403ad27de13d40a8fc4df1292ffdf2e18d747bf /tests/avocado/machine_s390_ccw_virtio.py
parent2092fdd97c27c0d6ef4bd0958fde0f6522100dcc (diff)
downloadqemu-f3f230d934dada8801c86742f58bca7a2cd1ff78.zip
qemu-f3f230d934dada8801c86742f58bca7a2cd1ff78.tar.gz
qemu-f3f230d934dada8801c86742f58bca7a2cd1ff78.tar.bz2
tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution
QEMU's default screen resolution recently changed to 1280x800, so the resolution in the screen shot header changed of course, too. Fixes: de72c4b7cd ("edid: set default resolution to 1280x800 (WXGA)") Reported-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20220221101933.307525-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Acked-by: Halil Pasic <pasic@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/avocado/machine_s390_ccw_virtio.py')
-rw-r--r--tests/avocado/machine_s390_ccw_virtio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avocado/machine_s390_ccw_virtio.py b/tests/avocado/machine_s390_ccw_virtio.py
index bd03d71..438a6f4 100644
--- a/tests/avocado/machine_s390_ccw_virtio.py
+++ b/tests/avocado/machine_s390_ccw_virtio.py
@@ -248,7 +248,7 @@ class S390CCWVirtioMachine(QemuSystemTest):
line = ppmfile.readline()
self.assertEqual(line, b"P6\n")
line = ppmfile.readline()
- self.assertEqual(line, b"1024 768\n")
+ self.assertEqual(line, b"1280 800\n")
line = ppmfile.readline()
self.assertEqual(line, b"255\n")
line = ppmfile.readline(256)