summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAni Sinha2022-10-21 11:51:05 +0200
committerMichael S. Tsirkin2022-11-02 11:56:32 +0100
commitfa2cd84b2291b3c0de1a71cca55acb3e86a7578a (patch)
tree1e867ae91a0e0845cbab572b61ab0a755df80a60 /tests
parentacpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits (diff)
downloadqemu-fa2cd84b2291b3c0de1a71cca55acb3e86a7578a.tar.gz
qemu-fa2cd84b2291b3c0de1a71cca55acb3e86a7578a.tar.xz
qemu-fa2cd84b2291b3c0de1a71cca55acb3e86a7578a.zip
acpi/tests/avocado/bits: add biosbits config file for running bios tests
This change adds initial biosbits config file that instructs biosbits to run bios test suits in batch mode. Additionally acpi and smbios structures are also dumped. Cc: Daniel P. Berrangé <berrange@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Maydell Peter <peter.maydell@linaro.org> Cc: John Snow <jsnow@redhat.com> Cc: Thomas Huth <thuth@redhat.com> Cc: Alex Bennée <alex.bennee@linaro.org> Cc: Igor Mammedov <imammedo@redhat.com> Cc: Michael Tsirkin <mst@redhat.com> Signed-off-by: Ani Sinha <ani@anisinha.ca> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20221021095108.104843-5-ani@anisinha.ca> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/avocado/acpi-bits/bits-config/bits-cfg.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/avocado/acpi-bits/bits-config/bits-cfg.txt b/tests/avocado/acpi-bits/bits-config/bits-cfg.txt
new file mode 100644
index 0000000000..8010804453
--- /dev/null
+++ b/tests/avocado/acpi-bits/bits-config/bits-cfg.txt
@@ -0,0 +1,18 @@
+# BITS configuration file
+[bits]
+
+# To run BITS in batch mode, set batch to a list of one or more of the
+# following keywords; BITS will then run all of the requested operations, then
+# save the log file to disk.
+#
+# test: Run the full BITS testsuite.
+# acpi: Dump all ACPI structures.
+# smbios: Dump all SMBIOS structures.
+#
+# Leave batch set to an empty string to disable batch mode.
+# batch =
+
+# Uncomment the following to run all available batch operations
+# please take a look at boot/python/init.py in bits zip file
+# to see how these options are parsed and used.
+batch = test acpi smbios