[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v4 13/83] acpi/tests/avocado/bits: add biosbits config file for ru
|
From: |
Michael S. Tsirkin |
|
Subject: |
[PULL v4 13/83] acpi/tests/avocado/bits: add biosbits config file for running bios tests |
|
Date: |
Mon, 7 Nov 2022 17:48:34 -0500 |
From: Ani Sinha <ani@anisinha.ca>
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>
---
.../avocado/acpi-bits/bits-config/bits-cfg.txt | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 tests/avocado/acpi-bits/bits-config/bits-cfg.txt
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
--
MST
- [PULL v4 01/83] hw/i386/e820: remove legacy reserved entries for e820, (continued)
- [PULL v4 01/83] hw/i386/e820: remove legacy reserved entries for e820, Michael S. Tsirkin, 2022/11/07
- [PULL v4 02/83] tests/acpi: allow SSDT changes, Michael S. Tsirkin, 2022/11/07
- [PULL v4 03/83] acpi/ssdt: Fix aml_or() and aml_and() in if clause, Michael S. Tsirkin, 2022/11/07
- [PULL v4 04/83] acpi/nvdimm: define macro for NVDIMM Device _DSM, Michael S. Tsirkin, 2022/11/07
- [PULL v4 05/83] acpi/nvdimm: Implement ACPI NVDIMM Label Methods, Michael S. Tsirkin, 2022/11/07
- [PULL v4 07/83] virtio-crypto: Support asynchronous mode, Michael S. Tsirkin, 2022/11/07
- [PULL v4 06/83] test/acpi/bios-tables-test: SSDT: update golden master binaries, Michael S. Tsirkin, 2022/11/07
- [PULL v4 08/83] crypto: Support DER encodings, Michael S. Tsirkin, 2022/11/07
- [PULL v4 09/83] crypto: Support export akcipher to pkcs8, Michael S. Tsirkin, 2022/11/07
- [PULL v4 11/83] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits, Michael S. Tsirkin, 2022/11/07
- [PULL v4 13/83] acpi/tests/avocado/bits: add biosbits config file for running bios tests,
Michael S. Tsirkin <=
- [PULL v4 14/83] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits, Michael S. Tsirkin, 2022/11/07
- [PULL v4 10/83] cryptodev: Add a lkcf-backend for cryptodev, Michael S. Tsirkin, 2022/11/07
- [PULL v4 12/83] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits, Michael S. Tsirkin, 2022/11/07
- [PULL v4 16/83] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests, Michael S. Tsirkin, 2022/11/07
- [PULL v4 15/83] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test, Michael S. Tsirkin, 2022/11/07
- [PULL v4 17/83] tests/acpi: virt: allow acpi MADT and FADT changes, Michael S. Tsirkin, 2022/11/07
- [PULL v4 18/83] acpi: fadt: support revision 6.0 of the ACPI specification, Michael S. Tsirkin, 2022/11/07
- [PULL v4 19/83] acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata A, Michael S. Tsirkin, 2022/11/07
- [PULL v4 20/83] tests/acpi: virt: update ACPI MADT and FADT binaries, Michael S. Tsirkin, 2022/11/07
- [PULL v4 21/83] hw/pci: PCIe Data Object Exchange emulation, Michael S. Tsirkin, 2022/11/07