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

14     - [VBoot_Reference Library Tests](#vboot-reference-library-tests)
15 - [U-Boot vbexport/vboot Tests](#u-boot-vbexport-vboot-tests)
35 …rce.com/chromiumos/third_party/autotest/+/refs/heads/main/docs/faft-how-to-run-doc.md) ([Google s…
43 …ant; however, our current firmware is lack of automated tests. It only relies on the manual tests
49 - Easy to integrate to our existing test infrastructure, i.e. deploy to test lab, run remotely, con…
63many) APIs which the main control logic is used. VBoot export APIs are the most, e.g., TPM, displa…
69tests are mostly focused on VBoot Bootstub and VBoot Main Firmware since they are complicated and
75 <a name="vboot-reference-library-tests" />
80 Source: src/platform/vboot_reference/tests
82 …boot_reference provides a lot of tests varying from crypto algorithms to vboot main logic and cont…
84 ![faft-vboot-reference-tests](assets/faft-vboot-reference-tests.png)
86 <a name="u-boot-vbexport-vboot-tests" />
92 …patterns to the disk and read them back to verify. However, some of these tests needs human involv…
104tests the whole system from firmware, kernel, to rootfs. For example, it corrupts firmware RW A/B …
137 - run regression tests;
148 We use Autotest as our test harness and run FAFT as server tests. The host uses Ethernet to connect…
151 - easy to run remotely;
169tests, meaning that all the actions are controlled by Host. It is flexible to keep states after se…
256 …st all firmware / kernel / recovery / tpm behaviors as a whole. SAFT does tests in this way becaus…
272 …rlying BIOS functions and drivers, a good entry is to re-run all existing vbexport / vboot tests i…
291 Moreover, there are many recovery mode variants, like normal recovery/devloper recovery, physical r…
293many variants. Factory install process currently will be tested by an automated script written by …