osmo-ttcn3-hacks/stp
Harald Welte 53050cdac4 stp: Add TC_clnt_asp_act_tmt_loadshare()
This test case checks if the traffic-mode is communicated to the SG if
we operate in ASP mode.

Change-Id: If7d84b73b36a91fb697daf6263ec93b8672cbdc2
Related: OS#4285
2019-12-01 20:51:12 +01:00
..
README.md Update README.md of several TTCN3 test suites 2019-11-15 18:49:09 +00:00
STP_Tests.cfg stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
STP_Tests.default stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
STP_Tests.ttcn stp: Refactor STP_Tests_IPA tests and introduce new TC_tmt_loadshare 2019-11-12 13:06:22 +01:00
STP_Tests_Common.ttcn stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
STP_Tests_IPA.ttcn stp: Introduce traffic mode type tests with unknwon dynamic ASPs 2019-11-12 13:06:24 +01:00
STP_Tests_M3UA.ttcn stp: Add TC_clnt_asp_act_tmt_loadshare() 2019-12-01 20:51:12 +01:00
gen_links.sh stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01:00
osmo-stp.cfg stp: Introduce TC_tmt_override 2019-11-12 13:06:24 +01:00
regen_makefile.sh stp: Introduce STP_Tests*.ttcn for testing OsmoSTP 2019-11-12 13:05:41 +01: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"]; } %}