05caa06242
Mostly a straight-forward conversion. Looks like we can simply drop the avocado datadrainer stuff when not using the avocado framework anymore. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240830133841.142644-30-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
19 lines
595 B
Plaintext
19 lines
595 B
Plaintext
# 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
|