aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado
diff options
context:
space:
mode:
authorAni Sinha <ani@anisinha.ca>2022-12-03 13:24:07 +0000
committerMichael S. Tsirkin <mst@redhat.com>2022-12-21 07:32:24 -0500
commitffa175f22dc32120865627d062f9f17de930876f (patch)
tree40fbe32eae3fa40bc0cd99a14ded37b14c8404b7 /tests/avocado
parent65809a60ec6dc48ace51320a3c0f6fa375f4da0b (diff)
downloadqemu-ffa175f22dc32120865627d062f9f17de930876f.zip
qemu-ffa175f22dc32120865627d062f9f17de930876f.tar.gz
qemu-ffa175f22dc32120865627d062f9f17de930876f.tar.bz2
acpi/tests/avocado/bits: add mformat as one of the dependencies
mformat is needed by grub-mkrescue and hence, add this as one of the dependencies to run bits tests. This avoids errors such as the following: /var/tmp/acpi-bits-wju6tqoa.tmp/grub-inst-x86_64-efi/bin/grub-mkrescue: 360: mformat: not found Signed-off-by: Ani Sinha <ani@anisinha.ca> Message-Id: <20221203132407.34539-1-ani@anisinha.ca> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/avocado')
-rw-r--r--tests/avocado/acpi-bits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avocado/acpi-bits.py b/tests/avocado/acpi-bits.py
index 898c837..14038fa 100644
--- a/tests/avocado/acpi-bits.py
+++ b/tests/avocado/acpi-bits.py
@@ -50,7 +50,7 @@ from qemu.machine import QEMUMachine
from avocado import skipIf
from avocado_qemu import QemuBaseTest
-deps = ["xorriso"] # dependent tools needed in the test setup/box.
+deps = ["xorriso", "mformat"] # dependent tools needed in the test setup/box.
supported_platforms = ['x86_64'] # supported test platforms.