Evergreen
Drop some failing tests Fix the headphone detect on the phone Update flash-image to be able to flash devices in parallel
Merge request reports
Activity
43 def test_sound_output(tempdir): 44 if boardtype.is_librem5(): 45 output = 'wm8962' 46 else: 47 output = 'sgtl5000' 48 out = subprocess.run(["alsabat", 49 "-D", 50 "plughw:CARD={},DEV=0".format(output), 51 "-f", 52 "dat", 53 "--saveplay", 54 os.path.join(tempdir, 'default_dual.wav'), 55 "--standalone"], 56 capture_output=True) 57 assert(b"Return value is 0" in out.stdout) 58 assert(out.returncode == 0) if individual tests cause trouble in the robot tests we can always either
- have a test runner that excludes them
- do the same in the robot tests
I'd not remove tests that work for others when e.g. testing new kernel versions. We can also talk about what takes priority and what should be on/off by default but i'd not remove tests that are helpful to others).
changed this line in version 2 of the diff
added 5 commits
Toggle commit listadded 1 commit
- b58f2760 - uuu_scripts: Add helper to flash MBR with resized root partion
added 1 commit
- 63cd3530 - resize-l5-root-part.lst: use the correct u-boot paths
added 1 commit
- ce0cc323 - burn_fuses_evergreen_fcc.lst: add a new fuse script
added 68 commits
-
ce0cc323...b17013d2 - 22 commits from branch
Librem5:master
- 15fa2f2d - pytests: Fix phone hub check
- d51d75a8 - pytests: Fix headphone irq detection
- 266d3016 - librem5-devkit-check: Rename to librem5-check
- a0ea7ea8 - gitignore: Adjust to package name changes
- bd11fa36 - README: Update script name and usage
- 1367a663 - librem5-base: Drop update-Image
- 98731138 - write_flash: Download uboot if needed
- 160ad7db - Revert "flash-kernel: Add root kernel cmdline parameter"
- ffc17590 - Drop devkit audio configuration
- 2f98ea6b - Remove /etc/flash-kernel/ubootenv.d/root if present
- 691aa1e3 - Document changes and release 0.0.16pureos1
- 07791b0c - tests: Check for CSI controller
- ab4a9f21 - librem5-flash-image: Add option to set udev rules
- b65aa0ae - librem5-flash-image: Allow to download luks images
- 9ecdeb82 - Document changes and release 0.0.17pureos1
- 78ec0086 - ci: Build arm64 package too
- ba74ae5c - ci: drop --dist parameter to use the defaults
- 939f2370 - librem5-devkit.conf: set the operating mode to bluetooth EDR
- 2ea43e1c - Document changes and release 0.0.18pureos1
- ead53a6f - d/changelog: User pureos1 as version number
- 44dcf9da - d/control: Depend on librem5-flash-image
- fbc74e0f - Don't install flashing scripts
- 32b97047 - Document changes and release 0.0.19pureos1
- fa3b9353 - Drop passwordless sudo
- 4d92d5d8 - Document changes and release 0.0.20pureos1
- 31a7aeba - USB gadget: Drop g_multi
- 0dbd1b1b - Update changelog
- b39f8ecb - resize_rootfs: Resize underlying luks device as well if possible
- 9249605b - Document changes and release 0.0.21pureos1
- b7d3d156 - pytests: Make sound card names match upstream
- cb315acd - test_audio: fix sound output for the phone
- 79d334a5 - Drop flashing scripts
- 99a9b963 - test_touch: update the test for evergreen
- dd00624f - uuu_scripts: Add helper to flash MBR with resized root partion
- b7d8aeed - Document changes and release 0.0.22pureos1
- f990e6d0 - modprobe.d: add setting for redpine rf tx/rx power modes
- 720ff0da - Document changes and release 0.0.23pureos1
- 09f5cc6d - test_cameras: update for newer kernels
- ef6dec22 - pytests: Add initial test for tps6598x
- 97278410 - Document changes and release 0.0.24pureos1
- 6b0e6ab5 - scripts/flash-image: add some args
- 6210764b - scripts/flash-image: make flash-image less picky about what it will flash
- e69904cc - Fix usbpath
- d0e7ace0 - pytests/test_devfreq.py: drop the low frequency test
- 2f92127e - resize-l5-root-part.lst: use the correct u-boot paths
- dc3cc6c7 - burn_fuses_evergreen_fcc.lst: add a new fuse script
Toggle commit list-
ce0cc323...b17013d2 - 22 commits from branch
added 12 commits
- e6ae9134 - Avoid printing to stderr on package upgrade
- 78236b16 - d/control: Fix typo
- 376e19dd - README: Fix test invocation
- b3d8f99b - d/control: Build depend on pyudev
- 5753317a - pytests: test_audio: Test that the modem has the correct tag
- cc4f0d4a - scripts/write_flash.sh: add an offset for the write
- 6d7ad03f - scripts/flash-image: add some args
- c12e5473 - scripts/flash-image: make flash-image less picky about what it will flash
- df1811d4 - Fix usbpath
- 4bd71208 - pytests/test_devfreq.py: drop the low frequency test
- b425201d - resize-l5-root-part.lst: use the correct u-boot paths
- 949b4562 - burn_fuses_evergreen_fcc.lst: add a new fuse script
Toggle commit list