Attention is currently required from: osmith, laforge. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/20622 )
Change subject: ttcn3-bts-test: use osmo-config-merge to generate config files ......................................................................
Patch Set 9:
(2 comments)
File ttcn3-bts-test/Makefile:
https://gerrit.osmocom.org/c/docker-playground/+/20622/comment/b204a4d6_efba... PS9, Line 24: FORCE_FETCH:
FORCE_FETCH is not needed, cfg above is already a phony target. […]
If I remove FORCE_FETCH, make says:
make: Nothing to be done for 'cfg'.
even if I change original files in the image. So we better keep it.
File ttcn3-bts-test/jenkins.sh:
https://gerrit.osmocom.org/c/docker-playground/+/20622/comment/8e9ac5aa_cf37... PS6, Line 139: cp osmo-bsc-generic.gen.cfg $VOL_BASE_DIR/bsc/
Ah right, I did not not see that... but still, it needs to be […]
I see the problem now. It did not affect my tests because the next patch fixes it (renames 'osmo-bsc-generic.gen.cfg' to 'generic/osmo-bsc.gen.cfg'). Let's just rebase this patch on top of I1bc5c51306525c6829e9d8e2991555a99c9b49a2.