diff --git a/Tst/testing_library/testlib/tm.py b/Tst/testing_library/testlib/tm.py
index fe9b16746348487fc540ba6ce5038d47ee42a7b9..a6b94ca4d3d42bed428c7e9db54f9c13103d4171 100644
--- a/Tst/testing_library/testlib/tm.py
+++ b/Tst/testing_library/testlib/tm.py
@@ -2184,10 +2184,10 @@ def get_tc_identifier(pool_name="LIVE", tc_apid=321, tc_ssc=1, tc_time=0.):
     return tc_identifier
 
 
+def await_tc_ack(*args, **kwargs):
 
+    return cfl.Verification.await_tc_ack(*args, **kwargs)
 
 
 if __name__ == '__main__':
-    sys.path.append('.')
-    r=get_tc_acknow('PLM',0.,321,5)
-    print(r)
\ No newline at end of file
+    sys.path.append('.')
\ No newline at end of file