Lines Matching full:test

19 hide them from the end user. We have more control of what we wanted to test and
26 in order to write our test routines that exercise and test the bios. This is
27 not possible in all cases. Lastly, test frameworks and routines are preferably
30 low level assembly machine language. Writing test routines in a low level
41 author's FOSDEM presentation <FOSDEM_>`__ on this bios-bits based test framework.
49 Description of the test framework
53 functional test that drives all this.
55 A brief description of the various test files follows.
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
77 to alter how QEMU is spawned etc. Test writers typically would not need to
80 environment variable. This enables verbose mode for the test and also dumps
83 verbose logs and also retain the temporary work directory the test used for
86 In order to run this test, please perform the following steps from the QEMU
100 the test log.
115 the biosbits environment in the spawned VM. New additions of test cases can
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.
120 test that belongs to a test suite not already present in this directory. To
126 Copy the test suite/script that needs modification (addition of new tests
133 (a) Copy unmodified test script to this directory from bits source.
135 (c) Perform modifications to the test.
138 the original test script and the changes we have made are separated and
141 The test framework will then use your modified test script to run the test.
149 build/test python script maintenance and dependency resolutions.
150 (c) They need not be loaded by the test framework by accident when running