osmo-ttcn3-hacks/stp
Harald Welte 5b2ce618b1 stp: Don't expect a fixed SLS in IPA -> M3UA case
We are about to introduce a feature for SLS "randomization" in osmo-stp,
so let's modifiy our STP tests to permit any SLS in the M3UA messages
after IPA -> M3UA conversion.

Change-Id: Ib70322b80a72e3e7dc3155bca9e67b03efb413e0
Related: SYS#6543
2023-09-01 08:29:01 +00:00
..
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
STP_Tests.cfg stp/STP_Test.cfg: Add M3UA and IPA tests 2020-08-06 16:48:38 +00:00
STP_Tests.default stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
STP_Tests.ttcn stp: Don't expect a fixed SLS in IPA -> M3UA case 2023-09-01 08:29:01 +00:00
STP_Tests_Common.ttcn stp: Support testing multi-home SCTP features with IPv4+IPv6 2020-08-27 08:13:44 +00:00
STP_Tests_IPA.ttcn stp: wait until IPA handshake is done in f_connect_ipa 2020-10-03 08:16:56 +00:00
STP_Tests_M3UA.ttcn stp: Add tests for setups with multiple "routing context 0" ASPs 2023-04-20 04:51:39 +00:00
gen_links.sh stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
osmo-stp.cfg */osmo-stp.cfg: Explicitly define role & sctp-role 2023-07-11 11:48:41 +00:00
regen_makefile.sh regen_makefile.sh: set executable name explicitly 2021-10-13 11:12:22 +02:00

README.md

STP_Tests.ttcn

  • external interfaces
    • M3UA/SCTP (can emulate both client and server side)
    • IPA (can emulate both client and server side)
    • VTY

{% dot sip_tests.svg digraph G { rankdir=LR; STP [label="IUT\nosmo-stp",shape="box"]; ATS [label="ATS\nSTP_Tests.ttcn"];

ATS -> STP [label="M3UA", dir="both"]; ATS -> STP [label="IPA", dir="both"]; ATS -> STP [label="VTY"]; } %}