Commit Graph

6 Commits

Author SHA1 Message Date
Pau Espin 2e5a89e307 ttcn3: Increase TTCN3 IPA UP to have sysmobts tests working
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-07-25 15:05:16 +02:00
Philipp Maier 9443a3b45d BTS_Tests.cfg.tmpl rename BTS_Tests.mp_bb_trxc_ip
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-24 17:25:24 +02:00
Philipp Maier 1b7eeacf6f BTS_Tests.cfg.tmpl: rename BTS_Tests.mp_bb_trxc_port
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-04-24 15:31:43 +02:00
Pau Espin a52855614a ttcn3: Allow remote hosts (sysmobts) to access RSL srv inside TTCN3 docker
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-15 17:59:31 +02:00
Pau Espin f6166144b5 ttcn3: Support running tests without PCU socket avail
Change-Id: I902af460b798ffdba09d77d457bac672db606368
2018-10-15 17:55:12 +02:00
Pau Espin bc1ed88304 Add ttcn3-bts-test env
Change-Id: I3251a49503dc823f0ef1fe8ef5d68236a584dad4
2018-07-25 16:38:30 +02:00