Skip to content
Success

Changes

Summary

  1. testenv: fix OSMO_DEV_MAKE_DIR env var (details)
  2. sccp: testenv: fix hardcoded sccp_demo_user path (details)
Commit f008dd8f7a8af34bcf42ea5dbc4a3c350e2d27e5 by Oliver Smith
testenv: fix OSMO_DEV_MAKE_DIR env var

When --autoreconf-in-src-copy was made the default, the make dir name
has been changed to make2 but this variable was not adjusted. Fix it.

Fixes: dacbca96 ("testenv: use --autoreconf-in-src-copy by default")
Change-Id: Ia46ebe1240806995960545afbb34e6533580f209
The file was modified_testenv/testenv/cmd.py
Commit ea43b4aac4d50b1b815620bdb3d40cb8796631b3 by Oliver Smith
sccp: testenv: fix hardcoded sccp_demo_user path

The current path only worked for with podman and with osmo-dev. Make it
work for the following use cases too:

* without podman, with osmo-dev
* with podman, with binary packages (instead of osmo-dev)

Removing package=no is required, so testenv builds sccp_demo_user from
source when running with --binary-packages. This is needed as
sccp_demo_user is not packaged (OS#5899).

Change-Id: Id6e0b669dcb71cab9e789fe011e60827a8e07f77
The file was addedsccp/run_sccp_demo_user.sh
The file was modifiedsccp/testenv.cfg