Skip to content
Failed

Changes

Summary

  1. testenv: fix building osmo-remsim with osmo-dev (details)
  2. Cosmetic: testenv/testdir: fix formatting (details)
Commit bb438dc76eea5b644c258927c9fdfe84778e896f by Oliver Smith
testenv: fix building osmo-remsim with osmo-dev

Use --disable-remsim-client-ifdhandler as configure argument for
osmo-remsim. We don't need this for running tests and this prevents the
buildsystem from trying to write to /usr/lib/pcsc/drivers/ which fails
the build.

Change-Id: I3b00e5301433476bd19de3814943878f918c1fa0
The file was added_testenv/data/osmo-dev/testenv.opts
The file was modified_testenv/testenv/osmo_dev.py
The file was removed_testenv/data/osmo-dev/osmo-bts-trx.opts
Commit fd3991491645f2e5b7a0bf5b3a91a4c13290a0f8 by Oliver Smith
Cosmetic: testenv/testdir: fix formatting

This wasn't caught by previous ruff versions, fix it.

Change-Id: Ib770ee2e14811777efdb2c5867b29ba379abde7c
The file was modified_testenv/testenv/testdir.py