ttcn3/suites/bts: also enable both BTS_Tests_{SMSCB,LAPDm}

Change-Id: I8eb28584e90ad012cbf7f3175ee3a8e775c8d523
This commit is contained in:
Vadim Yanitskiy 2020-08-06 01:59:23 +07:00
parent d1cb75935a
commit e42631a730
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ from testlib import run_ttcn3
ttcn3_test_groups = [
'BTS_Tests',
'BTS_Tests_SMSCB',
'BTS_Tests_LAPDm',
]
hlr_dummy = tenv.hlr()