ttcn3-bts-test: fix start_config_oml(): do not start BSC

As the comment states, the BSC container is not needed for the OML
tests.  The testsuite itself "speaks" OML to the IUT in this case.

Change-Id: Iab44b9ed83e917475c9e2e86ad32b303b05b2ace
Fixes: aad045f5 "ttcn3-bts-test: add env var to not run all configs"
Fixes: OS#6421
This commit is contained in:
Vadim Yanitskiy 2024-03-26 21:04:32 +07:00
parent 78fde8b936
commit 9c63801efe
1 changed files with 0 additions and 2 deletions

View File

@ -187,7 +187,6 @@ start_config_oml() {
cp oml/osmo-bts.gen.cfg $VOL_BASE_DIR/bts/
network_replace_subnet_in_configs
start_bsc
start_bts trx 1
start_fake_trx
start_trxcon
@ -197,7 +196,6 @@ start_config_oml() {
docker_kill_wait ${BUILD_TAG}-trxcon
docker_kill_wait ${BUILD_TAG}-fake_trx
docker_kill_wait ${BUILD_TAG}-bts
docker_kill_wait ${BUILD_TAG}-bsc
}
# Frequency hopping tests require different configuration files