BSC_Tests: fix TC_mgwpool_pin_bts: do not leave MGW1 configured

For the purpose of testing MGW pooling, test cases TC_mgwpool_*
configure an additional MGW instance by calling f_vty_mgw_enable()
and then remove it by calling f_vty_mgw_disable().

Unlike the other two TC_mgwpool_* test cases, TC_mgwpool_pin_bts
does not call f_vty_mgw_disable() - this breaks LCLS testcases
executed after it.  Add the missing call.

Change-Id: I3157203888d704b25aabd2569035cd95d48c48b2
Fixes: 3f41e321c7
Fixes: OS#5727
This commit is contained in:
Vadim Yanitskiy 2022-10-25 17:44:05 +07:00
parent 382138e84c
commit 389d7e061f
1 changed files with 1 additions and 0 deletions

View File

@ -11954,6 +11954,7 @@ testcase TC_mgwpool_pin_bts() runs on test_CT {
vc_conn2.done;
f_vty_cfg_bts(BSCVTY, 0, { "no mgw pool-target" } );
f_vty_mgw_disable(1);
f_shutdown_helper();
}