Skip to content
Success

Changes

Summary

  1. sccp: testenv: fix hardcoded sccp_demo_user path (details)
Commit 7a424416dd879b7ae7762277e42668c03d605838 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 build 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 modifiedsccp/testenv.cfg
The file was addedsccp/run_sccp_demo_user.sh