Skip to content
Success

Changes

Summary

  1. remsim: make client tests work in testenv (details)
  2. testenv: fix building osmo-remsim with osmo-dev (details)
  3. Cosmetic: testenv/testdir: fix formatting (details)
Commit a89579678e54923ab1a18cc55d72f5ac62d6a3b3 by Oliver Smith
remsim: make client tests work in testenv

* Prevent osmo-remsim-client-shell from closing immediately with "STDIN
  was closed, terminating".

* Fix REMSIM_Tests.cfg:
  * move mp_ to proper section
  * proper IP

Change-Id: I91b08b9bfde11f4600993b18ece1e810b61ed904
The file was modifiedremsim/client/REMSIM_Tests.cfg
The file was modifiedremsim/testenv_client.cfg
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 removed_testenv/data/osmo-dev/osmo-bts-trx.opts
The file was modified_testenv/testenv/osmo_dev.py
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