This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via 4c9041b9d34bc20b716838e3cb3c5642677abbc9 (commit)
from 872c6b2a8e309ca6739ef295f1fc468c189e4ec9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=4c9041b9d34bc20b716838e3cb3…
commit 4c9041b9d34bc20b716838e3cb3c5642677abbc9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 14 22:59:33 2017 +0200
stp: Add test scripts for executing m3ua-testtool and sua-testtool
You will need to have
* GNU/Linux with support for [network] namespaces
* the 'unshare' command line tool
* m3ua-testtool and sua-testtool repositories
from
git.osmocom.org/nplab installed adjacent to libosmo-sccp
* their requirements, i.e.
** guile
** guile-sctp from
https://github.com/nplab/guile-sctp
When those are installed, you can do things like
(cd contrib/test && ./run-in-ns.sh test-m3ua.sh)
(cd contrib/test && ./run-in-ns.sh test-sua.sh)
to execute the test suite.
Change-Id: Ic36eafbb9868b2ec9ae2173f8d1b651b976ccf88
-----------------------------------------------------------------------
Summary of changes:
contrib/test/osmo-stp.cfg | 48 +++++++++++++++++++++++++++++++++++++++++++++++
contrib/test/run-in-ns.sh | 13 +++++++++++++
contrib/test/test-m3ua.sh | 31 ++++++++++++++++++++++++++++++
contrib/test/test-sua.sh | 31 ++++++++++++++++++++++++++++++
4 files changed, 123 insertions(+)
create mode 100644 contrib/test/osmo-stp.cfg
create mode 100755 contrib/test/run-in-ns.sh
create mode 100755 contrib/test/test-m3ua.sh
create mode 100755 contrib/test/test-sua.sh
hooks/post-receive
--
SCCP Library