Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28407 )
Change subject: cbc: Introduce f_shutdown_helper() and call it in every test ......................................................................
Patch Set 2:
(1 comment)
File cbc/CBC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28407/comment/db30fa97_36a43... PS1, Line 135: private function f_shutdown_helper() runs on test_CT { I think you could avoid adding a new function here by using Misc_Helpers.f_shutdown(), which basically does the same. BSC_Tests has its own f_shutdown_helper() because it also checks some talloc stuff...