ttcn3-bts-test/fh: fix: properly include BTS_Tests.cfg

Include the correct configuration file, not the one from the image.

Change-Id: Iecae5cddfbbce4c3bc4077c6c09f527914c06e4b
Related: SYS#4868, OS#4546
This commit is contained in:
Vadim Yanitskiy 2020-08-13 18:19:51 +07:00 committed by laforge
parent 617835b50b
commit c91dae9d1d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[ORDERED_INCLUDE]
"/osmo-ttcn3-hacks/bts/BTS_Tests.cfg"
"BTS_Tests.cfg.inc"
[LOGGING]
*.JUnitLogger.filename_stem := "junit-xml-hopping"

View File

@ -120,6 +120,9 @@ if [ "$IMAGE_SUFFIX" = "latest" ]; then
"$VOL_BASE_DIR/bts-tester-generic/BTS_Tests.cfg"
fi
cp $VOL_BASE_DIR/bts-tester-generic/BTS_Tests.cfg \
$VOL_BASE_DIR/bts-tester-hopping/BTS_Tests.cfg.inc
mkdir $VOL_BASE_DIR/bsc
cp osmo-bsc.cfg $VOL_BASE_DIR/bsc/