Skip to content

Loading builds...

Changes

#22 (Apr 23, 2026, 11:38:04 AM)

tests/sysmo-octsim/run-tests: tempfile -> mktemp

Fix for:
  WARNING: tempfile is deprecated; consider using mktemp instead.

Change-Id: I785a81173aae7202e4c01ead0ced11142d2e1794
Oliver Smith at

#19 (Apr 22, 2026, 2:33:06 PM)

timers: fix ATR timeout

Default WWT to 1.5s.

Both atr and card uart timeouts were combined in
7ae9a65c7fadf3d9d89370761c7352cbcac83a00 but the timeout
was accidentally left as 0 which was the original ATR fsm
state change timeout. The current code uses 0 as
"no timeout", so that killed the timeouts during the ATR.

Related: SYS#7991
Change-Id: I94d6641a10bf6d1df8640727e753da8171267339
ewild at

#13 (Apr 17, 2026, 1:13:14 PM)

tests/fetch_image: add SKIP_FETCH_IMAGE env var

Allow skipping the image fetch logic to let the gerrit job copy the
image from another job instead.

Related: osmo-ci I736b2b194813e6edff0197145fe08168c3e66903
Change-Id: I9445d6d5e4723bf6a87d4bffcdc638560471328b
Oliver Smith at

#6 (Apr 14, 2026, 9:25:48 AM)

tests: debug: run pySim-read.py with --apdu-trace

Change-Id: I3068f049009444bbf88ed081e0e4959f806133e5
Oliver Smith at