f_verify_talloc_count: mtc.stop

If the talloc count matching failed, immediately stop the failed test.

It is currently used by BSC_Tests.ttcn, and will soon also be used by
HNBGW_Tests.ttcn. These tests were used to uncover memory leaks, and
can now remain to guard against new leaks being introduced.

Change-Id: Id2b29beecf1c0652fb8d75e031e5c0dc9aa27975
This commit is contained in:
Neels Hofmeyr 2023-04-15 17:58:07 +02:00 committed by neels
parent b869dc895a
commit c0633b7e3d
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ function f_verify_talloc_count(TELNETasp_PT pt, StrList object_strs, integer exp
log("count mismatch, retrying in ", wait_time);
f_sleep(wait_time);
}
setverdict(fail, "talloc count mismatch");
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "talloc count mismatch");
}
}