Lines Matching full:this
26 in order to write our test routines that exercise and test the bios. This is
37 the dependent submodules. This fork contains numerous fixes, a newer
39 bits. The author of this document is the current maintainer of the QEMU
41 author's FOSDEM presentation <FOSDEM_>`__ on this bios-bits based test framework.
53 functional test that drives all this.
73 This is the main python functional test script that generates a
75 test failures. This is the script one would be interested in if they wanted
78 modify this script unless they wanted to enhance or change the log parsing
80 environment variable. This enables verbose mode for the test and also dumps
86 In order to run this test, please perform the following steps from the QEMU
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
120 test that belongs to a test suite not already present in this directory. To
121 do this, please clone the bits source from
123 Note that this is the "qemu-bits" branch and not the "bits" branch of the
125 specific enhancements and we must use the source from this branch only.
127 or disabling them) from python directory into this directory. For
129 file into this directory and rename it with .py2 extension:
133 (a) Copy unmodified test script to this directory from bits source.