aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-27Merge pull request #1 from penvirus/for-clean-upmainDenys Fedoryshchenko15-462/+377
2023-03-22cros_ec_rtc: fix wrong failure reportTzung-Bi Shih1-1/+2
2023-03-22cros_ec_rtc: simplify test_cros_ec_rtc_abi()Tzung-Bi Shih1-22/+22
2023-03-22cros_ec_pwm: use RE to parse dutyTzung-Bi Shih1-10/+15
2023-03-22cros_ec_extcon: simplify test_cros_ec_extcon_usbc_abi()Tzung-Bi Shih1-18/+17
2023-03-21helpers/ec_cmd: extract send_ec_command()Tzung-Bi Shih2-58/+32
2023-03-21cros_ec_mcu: fix reversed argument orderTzung-Bi Shih1-4/+4
2023-03-21helpers: rename mcu to ec_cmdTzung-Bi Shih6-13/+13
2023-03-21cros_ec_mcu: move check_mcu_reboot_rw()Tzung-Bi Shih2-47/+32
2023-03-21cros_ec_mcu: move mcu_hello()Tzung-Bi Shih2-33/+40
2023-03-21cros_ec_mcu: move check_mcu_abi()Tzung-Bi Shih2-20/+18
2023-03-21cros_ec_accel: simplify test_cros_ec_accel_iio_data_is_valid()Tzung-Bi Shih1-28/+36
2023-03-21cros_ec_accel: remove the extra "/"Tzung-Bi Shih1-1/+1
2023-03-21helpers/mcu: simplify check_mcu_reboot_rw()Tzung-Bi Shih1-3/+4
2023-03-21helpers/mcu: fix wrong hard-coded string in check_mcu_reboot_rw()Tzung-Bi Shih1-1/+1
2023-03-21helpers/mcu: handle error if GET_VERSION failedTzung-Bi Shih1-12/+18
2023-03-21helpers/mcu: simplify is_feature_supported()Tzung-Bi Shih1-1/+1
2023-03-21helpers/mcu: rename ECFEATURES to ECFEATURES_CACHETzung-Bi Shih1-5/+5
2023-03-21helpers/mcu: rearrange codeTzung-Bi Shih1-5/+12
2023-03-21helpers/mcu: use explicit ctypesTzung-Bi Shih1-10/+11
2023-03-21helpers/sysfs: eliminate try-catchTzung-Bi Shih1-16/+16
2023-03-20helper/sysfs: use double quote instead of single quoteTzung-Bi Shih1-1/+1
2023-03-20helpers/mcu: inline mcu_reboot() into check_mcu_reboot_rw()Tzung-Bi Shih1-11/+6
2023-03-20helpers/sysfs: remove read_file()Tzung-Bi Shih3-12/+6
2023-03-20helpers/kernel: simplify kernel_{lower|greater}_than()Tzung-Bi Shih1-6/+2
2023-03-20treewide: don't import everythingTzung-Bi Shih8-14/+36
2023-03-20tests: move TestCase import to cros.testsTzung-Bi Shih2-8/+8
2023-03-20treewide: remove executable permission for scriptsTzung-Bi Shih5-0/+0
2023-03-20treewide: remove "r" in open() if reading modeTzung-Bi Shih7-13/+13
2023-03-20helpers/mcu: fix EC_CMD_GET_FEATURES usageTzung-Bi Shih1-11/+5
2023-03-20helpers/mcu: fix packet too long errorTzung-Bi Shih1-2/+2
2023-03-20cros_ec_pwm: use RE to search EC backlight PWMTzung-Bi Shih1-17/+7
2023-03-15treewide: use context manager on file objectsTzung-Bi Shih6-32/+20
2023-03-15cros_ec_pwm: fix ResourceWarning on /sys/kernel/debug/pwmTzung-Bi Shih1-13/+10
2023-03-15helpers/mcu: fix ResourceWarning on /dev/cros_ecTzung-Bi Shih1-5/+2
2023-03-15lava_runner: respect to verbosity flag from unittest frameworkTzung-Bi Shih1-1/+8
2023-03-15lava_runner: use TextTestResultTzung-Bi Shih1-16/+16
2023-03-15lava_runner: use TextTestRunnerTzung-Bi Shih1-24/+8
2023-03-15lava_runner: rename to LavaTestResultTzung-Bi Shih1-2/+2
2023-03-15lava_runner: remove --verbosityTzung-Bi Shih1-42/+1
2022-12-15cros/tests: adapt accel and gyro tests to v6.0 IIO ABIRicardo Cañuelo2-24/+19
2022-12-15Code refactoringRicardo Cañuelo6-30/+35
2022-12-15Add a verbosity flag to add more error context in outputsRicardo Cañuelo8-63/+102
2021-07-29tests/helpers: handle os.listdir() exceptionsHEADmasterAdrian Ratiu4-71/+83
2020-03-31docs: Use python3 command instead of python for the examplesEnric Balletbo i Serra1-2/+2
2020-03-31test_cros_ec_gyro: Check trigger attribute only when is availableEnric Balletbo i Serra1-1/+12
2020-03-31test_cros_ec_accel: Check trigger attribute only when is availableEnric Balletbo i Serra1-1/+13
2020-03-04test_cros_ec_gyro: Remove non-standard frequency entryEnric Balletbo i Serra1-5/+0
2020-03-04test_cros_ec_accel: Remove non-standard frequency entryEnric Balletbo i Serra1-5/+0
2020-01-30cros_ec_mcu: test_cros_fp_reboot: Check firmware transitions to RW copyFabien Lahoudere2-0/+71
2020-01-23test_cros_ec_abi: Use complete device name instead of a suffixFabien Lahoudere2-7/+6
2020-01-23docs: Fix Title underline too short warningsEnric Balletbo i Serra1-2/+2
2020-01-23test_cros_ec_hello: Deploy hello test to all MCUsFabien Lahoudere2-17/+37
2020-01-16docs: Rename references to the Chromebooks Test SuiteEnric Balletbo i Serra2-5/+5
2020-01-09Rename crostests to cros-ec-testsEnric Balletbo i Serra6-24/+26
2019-12-24docs: Document the Test CasesFabien Lahoudere7-3/+20
2019-12-24docs: Document the helper functionsFabien Lahoudere3-2/+23
2019-12-24docs: Add Testing GuidelinesEnric Balletbo i Serra1-0/+115
2019-12-24runners: lava_runner: Return only the specific test short nameEnric Balletbo i Serra1-4/+8
2019-12-24docs: Add documentation to describe how to install the packageEnric Balletbo i Serra1-0/+51
2019-12-24Create a main 'cros' python packageEnric Balletbo i Serra19-30/+30
2019-12-24crostests.yaml: Rename cros-ec.yaml to crostestsEnric Balletbo i Serra2-9/+9
2019-12-23docs: Add initial structure for documentationEnric Balletbo i Serra10-0/+413
2019-12-23cros_ec_extcon: Check also the cable APIFabien Lahoudere1-7/+14
2019-12-23helpers: kernel: Fix 2 blank lines before function callEnric Balletbo i Serra1-0/+1
2019-12-23Autoformat the code to conform with PEP 8 using 'black'Enric Balletbo i Serra11-154/+249
2019-12-23Reorganize test-cros-ec.py into multiple filesFabien Lahoudere18-414/+1005
2019-12-06cros-ec.yaml: Add Lava-Test Test Definition 1.0Enric Balletbo i Serra1-0/+9
2019-12-06test_cros_{ec,fp,pd,tp}_abi: Check standard MCU ABIFabien Lahoudere1-0/+18
2019-12-06Use explicitily Python 3Enric Balletbo i Serra1-1/+1
2019-12-06test_cros_ec_battery_cutoff_at_shutdown: Remove the testEnric Balletbo i Serra1-33/+0
2019-12-06test_cros_ec_gyro_iio_abi: Add a condition for frequency attributeFabien Lahoudere1-8/+8
2019-12-06test_cros_ec_accel_iio_abi: Add a condition for frequency attributeFabien Lahoudere1-0/+2
2019-12-06Add helper to check sysfs attributesFabien Lahoudere1-63/+52
2019-12-06Add helper to convert kernel releaseFabien Lahoudere1-0/+22
2019-12-06test_cros_ec_accel_iio_data_is_valid: Fix inexisting base_path variableFabien Lahoudere1-1/+2
2019-12-06Add helper to read file contentsFabien Lahoudere1-12/+12
2019-12-06test_cros_ec_accel_iio_data_is_valid: Fix the use of local variablesFabien Lahoudere1-2/+2
2019-12-06test_cros_ec_pwm_backlight: Test backlight brightness behaviourFabien Lahoudere1-0/+41
2019-12-06test_cros_ec_accel_iio_data_is_valid: test data validityFabien Lahoudere1-0/+29
2019-12-06test_cros_ec_rtc_abi: Test RTC ABIFabien Lahoudere1-0/+16
2019-12-06test_cros_ec_extcon_usbc: Test extcon usbc ABIFabien Lahoudere1-0/+15
2019-12-06test_cros_ec_battery_abi: Test battery ABIFabien Lahoudere1-0/+16
2019-12-06test_cros_ec_usbpd_charger_abi: Test CrOS USBPD charger ABIFabien Lahoudere1-0/+15
2019-12-06test_cros_ec_gyro_iio_abi: Test gyrsocope ABIFabien Lahoudere1-0/+22
2019-12-06test_cros_ec_accel_iio_abi: Test the CrOS EC accelerometer ABIFabien Lahoudere1-0/+22
2019-12-06test_cros_ec_battery_cutoff_at_shutdown: Check if EC_FEATURE_BATTERY is suppo...Enric Balletbo i Serra1-1/+5
2019-12-06Add basic tests for CrOS ECEnric Balletbo i Serra1-0/+235