From a21c4f2fac534fab22edaf74a8731adc69d89bb1 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 13 Aug 2020 19:27:51 +0700 Subject: [PATCH] ttcn3-bts-test/fh: fix: do not run BTS_Tests.control twice Apparently, TITAN concatenates the contents of all sections, so we end up with the following set of test cases: [EXECUTE] BTS_Tests.control BTS_Tests_SMSCB.control BTS_Tests_LAPDm.control BTS_Tests.control Change-Id: I71802daec4a5591cbf0fce59a4247027f8dfca46 Related: SYS#4868, OS#4546 --- ttcn3-bts-test/fh/BTS_Tests.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/ttcn3-bts-test/fh/BTS_Tests.cfg b/ttcn3-bts-test/fh/BTS_Tests.cfg index 74bfacea..b6cd28ae 100644 --- a/ttcn3-bts-test/fh/BTS_Tests.cfg +++ b/ttcn3-bts-test/fh/BTS_Tests.cfg @@ -133,6 +133,3 @@ BTS_Tests.mp_fh_config := { } } }; - -[EXECUTE] -BTS_Tests.control