Dogwood
This fixes the remainder of the phone tests
/cc @guido.gunther
Merge request reports
Activity
added 9 commits
-
fba90456 - 1 commit from branch
Librem5:master
- 15ebeb6e - librem5-devkit-check: Depend on alsa-utils
- b1aa36ff - pytests: Use correct backlight device on the phone
- e836dc4f - pytests: Use correct input match for the phone
- 864a9eda - pytest: Use correct audio device on the librem5
- fb300e47 - tests/test_accel.py: Update the tests for the accelerometer
- 1a3f7b52 - tests/test_usb_hub.py: test the phone usb hub
- ab44d3ca - pytests/test_modem.py: Add modem test for the phone
- a852c4b6 - pytests/test_audio.py: use the dat format
Toggle commit list-
fba90456 - 1 commit from branch
mentioned in merge request !126 (merged)
added 8 commits
- aae8ce5c - librem5-devkit-check: Depend on alsa-utils
- 35dbff8b - pytests: Use correct backlight device on the phone
- d81b262e - pytests: Use correct input match for the phone
- e092cebf - pytest: Use correct audio device on the librem5
- 27627ed1 - tests/test_accel.py: Update the tests for the accelerometer
- 02f91ffc - tests/test_usb_hub.py: test the phone usb hub
- 6ec5d8e9 - pytests/test_modem.py: Add modem test for the phone
- e1f612ae - pytests/test_audio.py: use the dat format
Toggle commit list@angus.ainslie could you rebase? looks good from a diff against current master.
Edited by Guido Guntheradded 9 commits
-
d0d22f48...76127719 - 5 commits from branch
Librem5:master
- b8314d28 - pytests/test_accel.py: Update the tests for the accelerometer
- 16ea59f6 - pytests/test_usb_hub.py: test the phone usb hub
- 216b2afc - pytests/test_modem.py: Add modem test for the phone
- 54750b69 - pytests/test_audio.py: use the dat format
Toggle commit list-
d0d22f48...76127719 - 5 commits from branch
@angus.ainslie I haven't found the MR to this, but this change is wrong. the name is "lsm9ds1-imu_accel" and we cannot test the magnetometer here (different driver currently not even loaded, and seperate test), and also don't have to test the gyro as long as we don't use it. Could you verify this and revert this change?
I've created a MR in case you're ok with it and just want to click merge: !133 (merged)