summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
Commit message (Expand)AuthorAgeFilesLines
* run_device_tests.py: Fix Pylint error consider-using-withAndrea Grandi2022-08-121-15/+14
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-261-20/+64
* run_device_tests.py: Refactor main() into smaller functionsAndrea Grandi2022-07-201-95/+103
* run_device_tests.py: Update disabled linter optionsAndrea Grandi2022-07-201-4/+2
* run_device_tests.py: Disable pylint error broad-exceptAndrea Grandi2022-07-201-2/+2
* run_device_tests.py: Add missing docstringsAndrea Grandi2022-07-201-1/+6
* run_device_tests.py: Simplify code using dataclassAndrea Grandi2022-07-201-58/+36
* run_device_tests: Error out when using remote servo_microAndrea Grandi2022-07-151-0/+7
* ec: Format all python files with black and isortJeremy Bettis2022-07-121-233/+310
* Move standard library tests to their own fileTom Hughes2022-07-071-0/+1
* Add option to connect to remote FPMCU consoleTom Hughes2022-04-221-46/+118
* run_device_tests: Improve test results outputPatryk Duda2022-04-111-111/+83
* test/run_device_tests.py: Add private testsAndrea Grandi2022-04-081-2/+39
* test: Introduce panic data persistency testPatryk Duda2022-04-061-1/+47
* run_device_tests: Add support for overriding board by the testPatryk Duda2022-04-061-7/+14
* run_device_tests: Add option to replace RO with provided onePatryk Duda2022-04-061-1/+93
* run_device_tests: Use 'tests' argument as a regex patternPatryk Duda2022-04-051-3/+5
* test/run_device_tests: Define failure regexp for testPatryk Duda2022-03-301-10/+11
* Revert "test/run_device_tests.py: Add private tests"Hsu Wei-Cheng2022-03-301-39/+2
* test/run_device_tests.py: Add private testsAndrea Grandi2022-03-301-2/+39
* test: Introduce system_is_locked unit testPatryk Duda2022-03-221-0/+6
* test/run_device_tests: Fix pylint warningsTom Hughes2022-02-081-12/+17
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-031-0/+2
* test/run_device_tests.py: Allow specifying compilerTom Hughes2021-09-211-4/+16
* test/run_device_tests.py: Plumb "remote" arg to flash_jlink.pyCraig Hesling2021-07-281-7/+17
* run_device_tests: Use 'fw_wp_state' to control write protect statePatryk Duda2021-06-171-3/+3
* fingerprint: Add test that reads hwidKevin Shelton2021-05-081-0/+2
* fingerprint: Support flash_ec in dev test runnerKevin Shelton2021-05-071-6/+22
* run_device_tests: remove -n flag from dut-control cmdJosie Nordrum2021-05-051-10/+7
* fingerprint: Enable more on-device unit testsTom Hughes2021-02-161-0/+12
* test/run_device_tests.py: Add icetower MPU addressTom Hughes2021-02-081-5/+8
* Update FPMCU console UART name and power railTom Hughes2021-01-291-4/+4
* crc32: rename test crc32->crc to allow for crc8Jett Rink2020-11-131-2/+2
* Revert "crc32: rename test crc32->crc to allow for crc8"Jett Rink2020-11-111-2/+2
* crc32: rename test crc32->crc to allow for crc8Jett Rink2020-11-111-2/+2
* test/fpsensor: Add test for checking protocol infoTom Hughes2020-10-301-2/+10
* test/fpsensor: Run the fpsensor test on deviceTom Hughes2020-10-301-0/+2
* test/run_device_tests.py: Disable STM32F-specific test on icetowerTom Hughes2020-10-091-4/+13
* test/run_device_tests.py: Check for ASSERTION_FAILURETom Hughes2020-10-091-22/+41
* test/run_device_tests.py: Fix rollback region addresses for dartmonkeyTom Hughes2020-10-091-50/+73
* run_device_tests.py: Add type informationTom Hughes2020-09-101-15/+20
* run_device_tests.py: Explicitly set hardware write protectTom Hughes2020-07-241-2/+21
* run_device_tests.py: Specify python3Tom Hughes2020-07-241-1/+1
* test/run_device_tests.py: Add utils unit testTom Hughes2020-06-171-3/+7
* test/run_device_tests.py: Allow specifying number of flashing attemptsTom Hughes2020-06-161-2/+15
* test/run_device_tests.py: Fail test if flashing failedTom Hughes2020-06-161-2/+5
* test: Use arguments to determine which rollback region to testTom Hughes2020-06-161-2/+9
* test: Add ability to pass args to tests when using run_device_tests.pyTom Hughes2020-06-161-2/+7
* test: Run the mpu test using both RO and RWTom Hughes2020-06-161-1/+5
* test: Add script for running unit tests on deviceTom Hughes2020-06-041-0/+346