Skip to content
Unstable

Changes

Summary

  1. testenv: make clone project function generic (details)
  2. testenv: clone_project: fix getting latest version (details)
  3. ns: initial testenv config (details)
Commit dc17cca7ea3dc1bc86d4654191df82d42bbbf63c by Oliver Smith
testenv: make clone project function generic

Prepare to use the same code for cloning libosmocore in order to build
osmo-ns-dummy in a follow-up patch, which isn't in the binary packages
either.

Change-Id: Id19ed229545b22751c810b647e9be24f955f348d
The file was modified_testenv/testenv/podman_install.py
Commit 8b0f9ab9f1349611114e6cbf2974576b1a0563c1 by Oliver Smith
testenv: clone_project: fix getting latest version

Extend the logic for getting the last version, so it doesn't only work
with libosmo-sigtran (where the last version happens to be the last one
returned by "git ls-remote --tags") but also for libosmocore where this
isn't the case. Filter the versions by the relevant ones and then sort
them to get the highest one.

Change-Id: Ic15e385b9c8bab5c0dc70276049d6ad5ae927a6a
The file was modified_testenv/testenv/podman_install.py
Commit 0f12d25ec57a2795fef62cf65eab8dbb3534102c by Oliver Smith
ns: initial testenv config

Change-Id: I7b0d81db49dae0a3bb3d4c3b36fd3f8b4b590760
The file was addedns/testenv_sgsn_sns.cfg
The file was added_testenv/data/scripts/build_osmo_ns_dummy.sh
The file was addedns/testenv_sns.cfg
The file was addedns/run_osmo_ns_dummy.sh
The file was addedns/testenv_udp.cfg
The file was modified_testenv/testenv/podman_install.py