tests/functional: Convert the acpi-bits test into a standalone test
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:23 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:33 +0000 (11:14 +0200)
commit05caa0624256da44974cd68e8f55dbbde3dfede7
treed1172beec20ec0f1ccbe35c18d16cded993c1a80
parent576fffbc8eefd806c47850f8e1c60fdcb37733e3
tests/functional: Convert the acpi-bits test into a standalone test

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>
15 files changed:
MAINTAINERS
docs/devel/acpi-bits.rst
tests/avocado/acpi-bits.py [deleted file]
tests/avocado/acpi-bits/bits-config/bits-cfg.txt [deleted file]
tests/avocado/acpi-bits/bits-tests/smbios.py2 [deleted file]
tests/avocado/acpi-bits/bits-tests/smilatency.py2 [deleted file]
tests/avocado/acpi-bits/bits-tests/testacpi.py2 [deleted file]
tests/avocado/acpi-bits/bits-tests/testcpuid.py2 [deleted file]
tests/functional/acpi-bits/bits-config/bits-cfg.txt [new file with mode: 0644]
tests/functional/acpi-bits/bits-tests/smbios.py2 [new file with mode: 0644]
tests/functional/acpi-bits/bits-tests/smilatency.py2 [new file with mode: 0644]
tests/functional/acpi-bits/bits-tests/testacpi.py2 [new file with mode: 0644]
tests/functional/acpi-bits/bits-tests/testcpuid.py2 [new file with mode: 0644]
tests/functional/meson.build
tests/functional/test_acpi_bits.py [new file with mode: 0755]