Skip to content
Success

Changes

Summary

  1. testenv: fix building osmo-remsim with osmo-dev (details)
  2. Cosmetic: testenv/testdir: fix formatting (details)
  3. stp: TC_tmt_loadshare*: Use new vty command 'binding-table reset' (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 removed_testenv/data/osmo-dev/osmo-bts-trx.opts
The file was modified_testenv/testenv/osmo_dev.py
The file was added_testenv/data/osmo-dev/testenv.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
Commit 83ab0c8fdb80a80bb70384199f0f88c93c8f2f1b by Pau Espin Pedrol
stp: TC_tmt_loadshare*: Use new vty command 'binding-table reset'

Reset the eSLS binding table state before starting the test, to run it
with a clean state.

This test also fixes TC_unknown_client_dynamic_tmt_loadshare since it
now resets the table after connecting the 2nd dynamic ASP, which allows
re-distributing all seeds in the table into the new available set of
ASPs.

Depends: libosmo-sigtran.git Change-Id I56c34072a9ded42c13dbfc105a0ab3353ca353ec
Change-Id: I40b7724edcc06a3df641e316be4770d0e56bb72d
The file was modifiedstp/STP_Tests_M3UA.ttcn
The file was modifiedstp/STP_Tests_IPA.ttcn