blob: c65caabbb7dbfcd79a7695445c85fa0d2f7b2a1c [file] [log] [blame]
Pau Espin Pedrolb5f37ff2019-06-19 17:24:52 +02001#!/usr/bin/env python3
2from osmo_gsm_tester.testenv import *
3
4import testlib
Pau Espin Pedrol40c7bc72020-05-05 13:41:42 +02005tenv.test_import_modules_register_for_cleanup(testlib)
Pau Espin Pedrolb5f37ff2019-06-19 17:24:52 +02006from testlib import test_mo_mt_call
7
8test_mo_mt_call(True, True)