aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bts-test/BTS_Tests.cfg
AgeCommit message (Collapse)AuthorFilesLines
2019-06-04ttcn3-bts-tests: Add BTS_Tests_LAPDm.control to config fileHarald Welte1-0/+1
There's a number of new tests that aren't executed yet. Change-Id: I3bfb4483f39d4dbf3f506f86470e4f2d3b6b7af2
2019-05-23ttcn3-bts-test: Fix BSC VTY access from test suiteHarald Welte1-0/+1
Some tests, particularly those for SMSCB, want to access the BSC VTY. This was enabled in the ttcn3 code, but the configs we're using in the docker environment didn't properly refelect that yet. Change-Id: I6b6e8b47bfe85c15fb57a25b649029f872477146
2019-05-21osmo-bts-test: Enable BTS_Tests_SMSCB.control for CBCH testingHarald Welte1-0/+1
Support for this was introdcued in osmo-ttcn3-hacks Change-Id If4b5a906a0841c0a8c3d7c4e9e5a3d1208ecf16a, but as we have a separate .cfg file here, we must update it, too. Change-Id: Iab0e9a46a8ee429619e9ef9159a631dc44ab5aeb
2019-01-12BTS_Tests.cfg: use the new 'mp_bts_trxc_ip' parameterVadim Yanitskiy1-1/+1
In I7736abd85407c186856be9f1a22613a1fa6e0c32 'mp_bb_trxc_ip' was renamed to 'mp_bts_trxc_ip'. Let's correct the config. Depends-On: (TTCN) I7736abd85407c186856be9f1a22613a1fa6e0c32 Change-Id: I886b652ddfb1afbfcf15f99672cca1d63fd714fe
2018-04-03ttcn3-bts-test: properly configure CTRL interfaceNeels Hofmeyr1-0/+1
osmo-ttcn3-hacks adds configuration of the CTRL interface in I502b4891e6720ae2fb251c03542f707880a6f728. We need proper IP addresses here for the f_ipa_ctrl_start() to work. WARNING: This commit has to be merged "at the same time" as I502b4891e6720ae2fb251c03542f707880a6f728 or the jenkins ttcn3-bts-tests will fail. a) if we want to set a modulepar mp_ctrl_ip here, it needs to be added to osmo-ttcn3-hacks. b) if we have the f_ipa_ctrl_start() in osmo-ttcn3-hacks, we need to configure the proper IP and bind interface here, or all tests will fail because f_ipa_ctrl_start() cannot connect. Change-Id: I1ec86b157ebd46bf622a0ca51eba225f15c99fbb
2018-03-13Add *.control to the [EXECUTE] statement of all ttcn3 test suitesHarald Welte1-0/+1
In osmo-ttcn3-hacks, we have removed the *.control from the *.default files, so let's add it here in the config files. You can now change the tests to be executed by simply editing the config here.
2018-03-01Add osmo-bts-test + dependenciesHarald Welte1-0/+18