[VAMOS] BTS: call f_shutdown() in f_TC_vamos_exec_async()

Sometimes, VAMOS related test cases fail due to a DTE:

  Dynamic test case error: Sending data on the connection of port
                           CCHAN_PT to 1:RSL_CCHAN failed. (Broken pipe)

Call f_shutdown() to ensure that all components are properly
terminated, so there will be no race conditions like this.

Change-Id: I690412a29b24571109415d32b09543de459076d1
Related: SYS#4895
This commit is contained in:
Vadim Yanitskiy 2021-06-21 12:50:07 +02:00 committed by laforge
parent 5f7a9dfcf4
commit beda697221
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ runs on test_CT {
vc_conn[ch].done;
}
}
Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
}
private function f_TC_vamos_chan_act(charstring id)