Lines Matching full:that
7 Biosbits is a software written by Josh Triplett that can be downloaded
9 `here <https://github.com/biosbits/bits/tree/master>`__. It is a software that
14 with grub so actual routines that executes bios components can be written in
22 Another issue is that we cannot exercise bios components such as ACPI and
26 in order to write our test routines that exercise and test the bios. This is
53 functional test that drives all this.
73 This is the main python functional test script that generates a
87 build directory (assuming that the sources are in ".."):
104 This location contains biosbits configuration files that determine how the
108 This is the biosbits config file that determines what tests
114 This directory contains biosbits python based tests that are run from within
118 test so that it gets executed as a part of the ACPI tests.
120 test that belongs to a test suite not already present in this directory. To
123 Note that this is the "qemu-bits" branch and not the "bits" branch of the
126 Copy the test suite/script that needs modification (addition of new tests
137 Commits (a), (b) and (c) preferably should go under separate commits so that
142 No further changes would be needed. Please check the logs to make sure that
145 The tests have an extension .py2 in order to indicate that: