Skip to content
Success

Changes

Summary

  1. testenv: make copy= more intuitive (details)
  2. remsim: Add initial testenv (details)
Commit 3f48fa0ffbdea022e3138bba8c89243e82f42a05 by Pau Espin Pedrol
testenv: make copy= more intuitive

Currently copy= in testenv.cfg creates copies of files under the full
source file name under the target directory: copy=dir/file.cfg creates
dir/file.cfg (like "cp -a --parents"). This is not very intuitive,
change it to create a "file.cfg" instead without subdirectory. With
this change, it behaves the same as "cp -a".

Suggested-by: Pau Espin Pedrol <pespin@sysmocom.de>
Change-Id: Id9e4ea066d0a0e72ccd83e4f6f887f382bf61e46
The file was modified_testenv/README.md
The file was modified_testenv/testenv/testdir.py
The file was modifiedggsn_tests/testenv_open5gs.cfg
The file was modifiedggsn_tests/open5gs/open5gs-smf.yaml
Commit 798c9a1dedaf43f9a0f3c4c3b967fb898bf7e170 by Pau Espin Pedrol
remsim: Add initial testenv

"server" testsuite is working as goos as in docker-playground.git
"bankd" testsuite is currently failing due to bankd exiting early after
starting.
"client" is not currently working/running in docker-playground, initial
config copied here for completeness.

This commit hence allows already quickly running "server" testsuite.

Change-Id: Ic69a04342a4cdfced90cf8ffbe7e5cdede8d4b8e
The file was addedremsim/bankd/bankd_pcsc_slots.csv
The file was addedremsim/bankd/REMSIM_Tests.cfg
The file was addedremsim/testenv_client.cfg
The file was addedremsim/testenv_bankd.cfg
The file was addedremsim/client/REMSIM_Tests.cfg
The file was removedremsim/REMSIM_Tests.cfg
The file was addedremsim/testenv_server.cfg
The file was addedremsim/server/REMSIM_Tests.cfg