aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/BSC_Tests.cfg
AgeCommit message (Collapse)AuthorFilesLines
2021-11-16ttcn3-bsc-test: Leave mp_enable_dyn_sdcch8_test enabled in latestPau Espin Pedrol1-1/+0
Release 1.8.0 is already released, so latest should support this. Change-Id: I560cb7d0ab61b5373982160032040a65dc043ce4
2021-07-20ttcn3-bsc: Drop mp_enable_osmux_testPau Espin Pedrol1-1/+0
This module parameter is never set to false anymore, since latest already supports the feature for a while. The module parameter will be removed soon in osmo-ttcn3-hacks, so let's drop using it here too. Change-Id: Idf459365e9aa42f7efd2a418cadea63ec49bdd7a
2021-07-20ttcn3-bsc: Disable dyn TS SDCCH8 tests for latestPau Espin Pedrol1-0/+1
With this we'll avoid running the test in latest. This way we'll not fail after changing the TS for the test and hence other tests won't be affected. Related: SYS#5309 Change-Id: If941c110501cd5f9c1d5084cc4d054e1eafb14f4
2021-02-26ttcn3-bsc: Get rid of uneeded param BSC_Tests.mp_media_mgw_offer_ipv6Pau Espin Pedrol1-1/+0
This param is true by default and there's no one setting it to false anymore (and soon will be removed). Related: OS#5042 Change-Id: I1780320c69ec4a9f086677fd4884dec674f8332e
2021-02-26Get rid of uneeded param StatsD_Checker.mp_enable_statsPau Espin Pedrol1-1/+0
This param is currently set to true by default and will be removed soon. Related: OS#5042 Depends: osmo-ttcn3-hacks.git Change-Id I4e2049c109986906d3c985ca2282174b1abff581 Change-Id: I3c7e7dc985a339d884dc388b33bf8a6ec986c5b7
2020-10-15bsc: enable LCS tests for normal bsc master testsNeels Hofmeyr1-1/+1
Change-Id: I3394f391a6068ab8afeafa329b69a8ae4ad05cd9
2020-10-15bsc: enable Lb routing between BSC <-> virtual SMLCNeels Hofmeyr1-0/+10
Notably LCS tests are still disabled, just routing BSSMAP-LE/SCCP via STP to the virtual SMLC is now possible. Change-Id: Ic296291886ce18fd3ff34d45c519de605ba827cc
2020-10-15bsc: add mp_enable_lcs_tests := falseNeels Hofmeyr1-0/+1
Introduce this switch for enabling the Lb interface startup, and first off set to false everywhere. A later patch will enable Lb where it makes sense. Depends: Idf463c3c2169cad953b4ebc5b5845b31d5efb848 (osmo-ttcn3-hacks) Change-Id: Id26064931c482c25217bccdeec866e9afc1fd9b5
2020-09-29BSC_Tests: disable IPV6 parameter mp_media_mgw_offer_ipv6 for latestPhilipp Maier1-0/+1
Change-Id: I63f9d751c8b1347d2e14ab408830ba4858e133b2 Depends: osmo-ttcn3-hacks I30c77abef63636bb02db12d2f2b2d79ea244b96c
2020-09-18ttcn3-bsc: Set new BSC_Tests_CBSP module parametersPau Espin Pedrol1-0/+4
Depends: osmo-ttcn3-hacks.git Change-Id I859edebd24634ec9b448cd114f5541c93e552b0b Change-Id: Ia18e358c70861801597d5abec0a48776c7e0bdfe
2020-08-13Update bsc tester config to enable stats testingDaniel Willmann1-0/+2
Change-Id: I6ed591cdc4d3108547eda2a1755ae6f6cef2b4d2 Related: SYS#4877 Depends: I8526b645dc4af59adcc1855699421a026f505c1d (osmo-ttcn3-hacks)
2020-06-14BSC_Tests.cfg: adjust cfg for multiple MSCsNeels Hofmeyr1-9/+33
This only enables ttcn to be able to connect multiple MSCs. To be able to use this in the BSC_Tests, osmo-bsc.cfg needs adjusting in an upcoming patch; tests using this are in osmo-ttcn3-hacks I21cbab193cd0de2e5692665442eae113d5f61904. Depends: Ibb36695b7c31f7b04eec6c5d59522fc0779b3c2f (osmo-ttcn3-hacks) Change-Id: I1986e4ef43beee161c82193694421b56136c1afe
2020-03-30ttcn3-bsc-test: Enable CBSP testsHarald Welte1-0/+5
for some strange reason, the tests developed + merged in September 2019 are not yet automatically executed. Let's fix that. "latest" should work fine, the BSC side code was already present in 1.6.0 Change-Id: I4408265d1be900359256f5cab553893d03cc8362
2019-10-22bsc: Set route ctx 0 for IPA and 1 for M3UAPau Espin Pedrol1-1/+1
Since libosmo-sccp.git 89407619a31a4332bdb59e7921b99a29b7d6e00c it is not allowed to use routing ctx != 0 for IPA AS. Change-Id: If3e883aa988ffa1686f1363d5d5d4dbb21ce36c7
2019-05-28bsc: Disable osmux for ttcn3-bsc-test-latestPau Espin Pedrol1-0/+1
Latest tagged version of osmo-bsc doesn't support "osmux on/off" VTY commands, so we have to enable osmux use on that version to avoid most TTCN3 tests failing during set up phase. Depends: osmo-ttcn3-hacks I61e4c59b2926f3f70cb6d0190a8683861e54179a Change-Id: I745b210f43cb147d323a15f78c294f70ee077729
2018-06-03bsc: Enable LCLS tests from BSC_Tests_LCLS TTCN-3 moduleHarald Welte1-0/+1
Change-Id: I0439c61cc49e088efef3b91c1dbf293ee9a44939
2018-04-18bsc + msc: Add missing BSSAP_Configuration.transport fieldHarald Welte1-0/+1
After merging Change-Id: Ie844c4de62e0ef5d5c4c366185968211a7f6d676 in osmo-ttcn3-hacks, the module parameters for BSSAP configuration require one extra argument. Change-Id: I2a0011bc6f7bdf013005d1ea36da591673344eed Related: OS#2544
2018-03-29ttcn3-bsc-test: Fix config file syntaxHarald Welte1-1/+2
In osmo-ttcn3-hacks Change-Id I52a4c8118828c1605cf672889982f987568ad17d we introduced changes to the BSSAP_Adapter, but the config file for the BSC hasn't been updated accordingly here. Change-Id: I7cfc6414c1a783bab54f0d82589de82af4764daa
2018-03-20fix ttcn3-bsc-test: BSC_Tests.cfg: set mp_test_ipNeels Hofmeyr1-0/+1
Allow the osmo-bsc-main docker container to reach the virtual MGW set up by the ttcn3-bsc-tests. The module parameter mp_test_ip sets the IP address at which the virtual services are set up to listen for connections -- currently actually only the virtual MGW. Set this to 172.18.2.203 instead of using the default 127.0.0.1. This fixes the second half of the disconnect between BSC and virtual MGW in this docker setup. The first half is Ib53f000ec7e717b14a3e5df6e803d3d0950b937f Change-Id: I3038481ed0bba1084b63dc6a6d2ff6e970100890
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-02-14Use new split config file + tcpdump support of osmo-ttcn3-hacksHarald Welte1-36/+4
This uses osmo-ttcn3-hacks Change-Id I3db452e24e5238aa05254d903739c64d202e61db, which introduces some shared/common config file as well as per-testcase pcap file generation.
2018-02-14ttcn3-bsc-test: Update config with recent changes (VTY, moduleparm change)Harald Welte1-1/+19
2018-02-06move every 'test network' to its own IP address spaceHarald Welte1-2/+2
Ideally we would want to launch a group of containers with their own private network segment and use the same static IP addresses in those isolated networks. The stupidity of docker is requiring unique IPv4 addresses even on isolated (!) networks. This means we have to manually give each of our test setups a different subnet, and then we can at least run one instance that test in parallel to at most one instance of each other test. If this weird reestriction about unique IPv4 addresses didn't exist, we could start any number of test runs in parallel.
2017-12-17add ttcn3-bsc-test container with osmo-bsc test suiteHarald Welte1-0/+39