Skip to content
Unstable

Changes

Summary

  1. testenv: build virtphy from src with --binary-repo (details)
  2. bts: add initial testenv.cfg (details)
Commit 4c56973a0abb617ea759db35a1536abb59081ca0 by Oliver Smith
testenv: build virtphy from src with --binary-repo

Add logic to build virtphy from source when running with --binary-repo.
This extra code path is needed because we currently don't have virtphy
packaged (like trxcon and sccp_demo_user), and we need to build the
libosmocore binary package instead of building completely from source as
we would do it with osmo-dev.

Use ".split(" ", 1)[0]" on the program= value to only look at its first
word, so we can later on use it in testenv.cfg file as follows:

  [virtphy]
  program=virtphy -s /tmp/osmocom_l2

Change-Id: I37bac8509b2601286e4feab099782f82c8338dca
The file was modified_testenv/testenv/podman_install.py
Commit fa4995e8de0c32242f9ffeed3666b8f53cabebbe by Oliver Smith
bts: add initial testenv.cfg

As usually, imported from docker-playground and adjusted to run on the
loopback device.

Related: OS#6638
Change-Id: Id9ed3780d166c5f6736a006f466dc5f0dded6279
The file was addedbts/BTS_Tests_OML.cfg
The file was addedbts/BTS_Tests_FH.cfg
The file was addedbts/osmo-bsc-fh.confmerge
The file was addedbts/testenv_oml.cfg
The file was addedbts/osmo-bts-oml.confmerge
The file was modifiedbts/run_fake_trx.sh
The file was addedbts/testenv_hopping.cfg
The file was addedbts/testenv_generic.cfg