aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10Move example/ and ttcn3/ to sysmocom/ and sysmocom/ttcn3Pau Espin Pedrol15-313/+0
This content is mostly specific to sysmocom's setup (thought it can still be re-used by other people if willing to). symlinks in ttcn3/ pointing to example/ are redone to point to sysmocom/. Change-Id: I364e0859c0851b9167907a4d948b659a0f6a19fb
2020-02-11ttcn3: Allow passing ttcn3 extra module params from osmo-gsm-testerPau Espin Pedrol2-2/+3
Change-Id: Iaa2a5647801b4f152f72bf4b40ac79f18608df87
2020-02-11ttcn3: Refactor ttcn3 launching bits into a testlibPau Espin Pedrol2-36/+47
This way new tests can be more easily created which run some specific TTCN3 test. Change-Id: Ic61c7b7db9cf3050dc4b101ef0fb181421577424
2020-02-06ttcn3: Allow changing TTCN3 test from within osmo-gsm-testerPau Espin Pedrol2-2/+4
Change-Id: I02bf406e310f5bbab7b2e0bca47fb120418e241c
2019-07-25ttcn3: Increase TTCN3 IPA UP to have sysmobts tests workingPau Espin Pedrol1-0/+2
It was spotted that most TTCN3 tests run against sysmobts fail because of following error: BTS_Tests.ttcn:643 Test case TC_chan_act_react finished. Verdict: fail reason: "BTS_Tests.ttcn:399 : Timeout waiting for ASP_IPA_EVENT_UP" Looking carefully at the logs and pcap files, it was seen that usually sysmobts tries to connect around 1 second after the TTCN3 tests decides it's enough. Current timeout was default of 15 seconds. Let's set it to 30 seconds. While at it, also set mp_ipa_up_delay, as initially set to 3 seconds in osmo-ttcn3-hacks.git d95f340a01fe7e9fe59f02b6ec4f9d018feb8c75 having physical tests in mind. Change-Id: I25c0a49851865291c6251556aff139961c3d4166
2019-04-24BTS_Tests.cfg.tmpl rename BTS_Tests.mp_bb_trxc_ipPhilipp Maier1-1/+1
The module parameter BTS_Tests.mp_bb_trxc_ip got renamed to +BTS_Tests.mp_bts_trxc_ip. Lets change the config template accordingly. Change-Id: I49da16361a4f770852e7046edd457ad0101306bb Related: OS#3863
2019-04-24BTS_Tests.cfg.tmpl: rename BTS_Tests.mp_bb_trxc_portPhilipp Maier1-1/+1
The module parameter BTS_Tests.mp_bb_trxc_port got renamed to BTS_Tests.mp_bts_trxc_port. Lets change the config template accordingly. Change-Id: I776a27642a5024919fe9f882a3d695246a8ce0f7 Related: OS#3863
2019-03-27ttcn3: Enable tests against O2CGPau Espin Pedrol2-0/+2
Change-Id: Ie42f9144c6fa5cbee71e3f0b97d60c295f5f531e
2018-10-15ttcn3: Allow remote hosts (sysmobts) to access RSL srv inside TTCN3 dockerPau Espin Pedrol4-6/+10
And extra IP address is required/requested on the docker host because the BSC handling the OML instance is binding to it's address, so we cannot ask docker to use that one because it fails binding to it. Change-Id: I734fba91db535d7b183ddc7f51d324a6cd2eaf6f
2018-10-15ttcn3: Support running tests without PCU socket availPau Espin Pedrol4-3/+19
Change-Id: I902af460b798ffdba09d77d457bac672db606368
2018-07-25Add ttcn3-bts-test envPau Espin Pedrol12-0/+275
Change-Id: I3251a49503dc823f0ef1fe8ef5d68236a584dad4