Lines Matching refs:tests
38 acpica and changes specific to running these functional QEMU tests using
52 Under the directory ``tests/functional/``, ``test_acpi_bits.py`` is a QEMU
57 Under ``tests/functional/`` as the root we have:
64 │ ├── bits-tests
70 * ``tests/functional``:
79 for their tests. In order to enable debugging, you can set **V=1**
90 $ export PYTHONPATH=../python:../tests/functional
92 $ python3 ../tests/functional/test_acpi_bits.py
94 The above will run all acpi-bits functional tests (producing output in
97 You can inspect the log files in tests/functional/x86_64/test_acpi_bits.*/
102 * ``tests/functional/acpi-bits/bits-config``:
105 software runs the tests.
108 This is the biosbits config file that determines what tests
112 * ``tests/functional/acpi-bits/bits-tests``:
114 This directory contains biosbits python based tests that are run from within
116 be made in the appropriate test file. For example, new acpi tests can go
118 test so that it gets executed as a part of the ACPI tests.
126 Copy the test suite/script that needs modification (addition of new tests
128 example, in order to change cpuid related tests, copy the following
145 The tests have an extension .py2 in order to indicate that:
151 tests.