diff mbox series

[PULL,3/4] tests/avocado: fix replay-linux test

Message ID 20220808050515.1283174-4-thuth@redhat.com
State New
Headers show
Series [PULL,1/4] pc-bios/s390-ccw: Fix booting with logical block size < physical block size | expand

Commit Message

Thomas Huth Aug. 8, 2022, 5:05 a.m. UTC
From: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>

Last line of the test is missing by accident.
This patch fixes the script.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Message-Id: <165943656662.362178.2086588841425038338.stgit@pasha-ThinkPad-X280>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/avocado/replay_linux.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tests/avocado/replay_linux.py b/tests/avocado/replay_linux.py
index 40e4f6908e..e1f9981a34 100644
--- a/tests/avocado/replay_linux.py
+++ b/tests/avocado/replay_linux.py
@@ -189,3 +189,4 @@  def test_virt_gicv3(self):
 
         self.run_rr(shift=3,
                     args=(*self.get_common_args(),
+                          "-machine", "virt,gic-version=3"))