summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>2022-08-02 13:36:06 +0300
committerThomas Huth <thuth@redhat.com>2022-08-07 18:51:35 +0200
commitc05a88c6b2a752ab9cae21d06f2e67c7c4a3bbde (patch)
treedae09671e89e7c0f55f0deb5878b9335289a6382
parentc3dd58ba6e0123806ef45e447eeee881203cd6ec (diff)
tests/avocado: fix replay-linux test
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>
-rw-r--r--tests/avocado/replay_linux.py1
1 files changed, 1 insertions, 0 deletions
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 @@ class ReplayLinuxAarch64(ReplayLinux):
self.run_rr(shift=3,
args=(*self.get_common_args(),
+ "-machine", "virt,gic-version=3"))