Skip to content
Success

Changes

Summary

  1. testenv: Log return code of unexpected end of process (details)
  2. remsim: Enable debug output of bankd (details)
  3. remsim: bankd: Install vsmartcard-vpcd (details)
  4. sccp: Initial testenv (details)
Commit bda800f030d59d29cbb643a9a9d47e4f4ad5e999 by Pau Espin Pedrol
testenv: Log return code of unexpected end of process

This providing further information, for instance if the process actually
exited due to a signal (rc < 0) or due to exiting on its own (rc >= 0).

While at it, rewrite the log line since a process exiting doesn't
necessarily mean it crashed.

Change-Id: I7bbee6ad8e114eeb1ef348184158230b53d0f3cf
The file was modified_testenv/testenv/daemons.py
Commit 11b22c65b85bfaee7fddd396a76a5e396ab7956d by Pau Espin Pedrol
remsim: Enable debug output of bankd

Change-Id: Idc1ed4b9419735170cac92916073757da01691ed
The file was modifiedremsim/testenv_bankd.cfg
Commit b9c1e1eb5354842722f22766b937180f4436de02 by Oliver Smith
remsim: bankd: Install vsmartcard-vpcd

This is needed for test RemsimBankd_Tests.TC_createMapping_exchangeTPDU
to work. Add require_vsmartcard_vpcd.sh to give a meaningful error
message when running without --podman, if the user doesn't have it
installed.

Co-authored-by: Oliver Smith <osmith@sysmocom.de>
Change-Id: Ib5ba5075eff4955354fa25d1c605f277e8a6962a
The file was modified_testenv/data/podman/Dockerfile
The file was added_testenv/data/scripts/require_vsmartcard_vpcd.sh
The file was modifiedremsim/testenv_bankd.cfg
Commit 60cf13449fc2b3ddce2330fafc6b6a6825c5ac7a by Pau Espin Pedrol
sccp: Initial testenv

Change-Id: I616425d729dda342e78537c6b7256d5dddebaa88
The file was addedsccp/sccp_demo_user.cfg
The file was addedsccp/testenv.cfg