[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 14/86] acpi/tests/avocado/bits: add biosbits config file for runni
From: |
Michael S. Tsirkin |
Subject: |
[PULL 14/86] acpi/tests/avocado/bits: add biosbits config file for running bios tests |
Date: |
Mon, 31 Oct 2022 08:51:23 -0400 |
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 06/86] acpi/nvdimm: Implement ACPI NVDIMM Label Methods, (continued)
- [PULL 06/86] acpi/nvdimm: Implement ACPI NVDIMM Label Methods, Michael S. Tsirkin, 2022/10/31
- [PULL 07/86] test/acpi/bios-tables-test: SSDT: update golden master binaries, Michael S. Tsirkin, 2022/10/31
- [PULL 08/86] virtio-crypto: Support asynchronous mode, Michael S. Tsirkin, 2022/10/31
- [PULL 09/86] crypto: Support DER encodings, Michael S. Tsirkin, 2022/10/31
- [PULL 12/86] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits, Michael S. Tsirkin, 2022/10/31
- [PULL 10/86] crypto: Support export akcipher to pkcs8, Michael S. Tsirkin, 2022/10/31
- [PULL 11/86] cryptodev: Add a lkcf-backend for cryptodev, Michael S. Tsirkin, 2022/10/31
- [PULL 15/86] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits, Michael S. Tsirkin, 2022/10/31
- [PULL 13/86] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits, Michael S. Tsirkin, 2022/10/31
- [PULL 16/86] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test, Michael S. Tsirkin, 2022/10/31
- [PULL 14/86] acpi/tests/avocado/bits: add biosbits config file for running bios tests,
Michael S. Tsirkin <=
- [PULL 20/86] tests/acpi: allow changes for core_count2 test, Michael S. Tsirkin, 2022/10/31
- [PULL 17/86] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests, Michael S. Tsirkin, 2022/10/31
- [PULL 21/86] bios-tables-test: add test for number of cores > 255, Michael S. Tsirkin, 2022/10/31
- [PULL 23/86] tests/acpi: virt: allow acpi MADT and FADT changes, Michael S. Tsirkin, 2022/10/31
- [PULL 27/86] hw/pci: PCIe Data Object Exchange emulation, Michael S. Tsirkin, 2022/10/31
- [PULL 25/86] acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata A, Michael S. Tsirkin, 2022/10/31
- [PULL 29/86] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation, Michael S. Tsirkin, 2022/10/31
- [PULL 22/86] tests/acpi: update tables for new core count test, Michael S. Tsirkin, 2022/10/31
- [PULL 18/86] hw/smbios: add core_count2 to smbios table type 4, Michael S. Tsirkin, 2022/10/31
- [PULL 30/86] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange, Michael S. Tsirkin, 2022/10/31