Lines Matching +refs:run +refs:many +refs:tests

12     - [VBoot_Reference Library Tests](#vboot-reference-library-tests)
13 - [U-Boot vbexport/vboot Tests](#u-boot-vbexport-vboot-tests)
41 …ant; however, our current firmware is lack of automated tests. It only relies on the manual tests
47 - Easy to integrate to our existing test infrastructure, i.e. deploy to test lab, run remotely, con…
61many) APIs which the main control logic is used. VBoot export APIs are the most, e.g., TPM, displa…
67tests are mostly focused on VBoot Bootstub and VBoot Main Firmware since they are complicated and
73 <a name="vboot-reference-library-tests" />
78 Source: src/platform/vboot_reference/tests
80 …boot_reference provides a lot of tests varying from crypto algorithms to vboot main logic and cont…
82 ![faft-vboot-reference-tests](assets/faft-vboot-reference-tests.png)
84 <a name="u-boot-vbexport-vboot-tests" />
90 …patterns to the disk and read them back to verify. However, some of these tests needs human involv…
102tests the whole system from firmware, kernel, to rootfs. For example, it corrupts firmware RW A/B …
135 - run regression tests;
146 We use Autotest as our test harness and run FAFT as server tests. The host uses Ethernet to connect…
149 - easy to run remotely;
167tests, meaning that all the actions are controlled by Host. It is flexible to keep states after se…
254 …st all firmware / kernel / recovery / tpm behaviors as a whole. SAFT does tests in this way becaus…
270 …rlying BIOS functions and drivers, a good entry is to re-run all existing vbexport / vboot tests i…
289 Moreover, there are many recovery mode variants, like normal recovery/devloper recovery, physical r…
291many variants. Factory install process currently will be tested by an automated script written by …