| /////////////////////////////////////////////////////////////////////////////// |
| // Copyright (c) 2000-2018 Ericsson Telecom AB // |
| // // |
| // All rights reserved. This program and the accompanying materials // |
| // are made available under the terms of the Eclipse Public License v2.0 // |
| // which accompanies this distribution, and is available at // |
| // https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html // |
| /////////////////////////////////////////////////////////////////////////////// |
| # This section shall contain the values of all parameters that are defined in your TTCN-3 modules. |
| |
| [MODULE_PARAMETERS] |
| tsp_numEntities := 100 |
| tsp_debug_EPTF_SchedulerFunctions := false |
| tsp_debugVerbose_EPTF_SchedulerFunctions := false |
| tsp_EPTF_LGenBaseDebugTraffic := false |
| tsp_EPTF_LGenBaseDebug := true |
| tsp_testDuration := 15.0 |
| #tsp_randomInit := 3.41 |
| #tsp_burstCalcType := imst |
| |
| # In this section you can specify the name of the log file and the classes of events |
| # you want to log into the file or display on console (standard error). |
| #tsp_EPTF_LGenBase_roundedCpsUpdateInterval := 0.1 |
| // tsp_doTrafficCPS := 27.2 |
| // tsp_reregSuccessPercent := 0.3 |
| // |
| // tsp_paramRange := { |
| // { |
| // name := "bubuRange1", |
| // enableSplit := false, |
| // baseOffset := 7, |
| // count := 10 |
| // }, |
| // { |
| // name := "bubuRange2", |
| // enableSplit := false, |
| // baseOffset := 3, |
| // count := 2 |
| // }, |
| // { |
| // name := "bubuRange3", |
| // enableSplit := false, |
| // baseOffset := 9, |
| // count := 3 |
| // } |
| // }; |
| |
| [LOGGING] |
| LogFile := "logs/%e.%h-%t%r.%s" |
| #FileMask := TTCN_ACTION | TTCN_DEFAULTOP | TTCN_ERROR | TTCN_EXECUTOR | TTCN_PARALLEL | TTCN_TESTCASE | TTCN_PORTEVENT | TTCN_STATISTICS | TTCN_TIMEROP | TTCN_USER | TTCN_VERDICTOP | TTCN_WARNING|MATCHING|MATCHING_PROBLEM |
| FileMask := TTCN_ERROR | TTCN_WARNING | TTCN_TESTCASE | TTCN_STATISTICS |
| #FileMask := LOG_ALL | TTCN_DEBUG |
| #ConsoleMask := LOG_ALL |
| ConsoleMask := TTCN_ACTION | TTCN_DEFAULTOP | TTCN_ERROR | TTCN_EXECUTOR | TTCN_PARALLEL | TTCN_TESTCASE | TTCN_PORTEVENT | TTCN_STATISTICS | TTCN_TIMEROP | TTCN_USER | TTCN_VERDICTOP | TTCN_WARNING|MATCHING|MATCHING_PROBLEM |
| #ConsoleMask := TTCN_ACTION | TTCN_ERROR | TTCN_EXECUTOR | TTCN_STATISTICS | TTCN_VERDICTOP | TTCN_WARNING |TTCN_PORTEVENT |
| #SourceInfoFormat := Single |
| SourceInfoFormat := Single |
| TimeStampFormat := DateTime |
| LogEventTypes := Yes |
| LogEntityName := Yes |
| |
| # In this section you can specify parameters that are passed to Test Ports. |
| #[DEFINE] |
| |
| # In this section you can create macro definitions, |
| # that can be used in other configuration file sections except [INCLUDE]. |
| #[INCLUDE] |
| |
| # To use configuration settings given in other configuration files, |
| # the configuration files just need to be listed in this section, with their full or relative pathnames. |
| [EXTERNAL_COMMANDS] |
| |
| # This section can define external commands (shell scripts) to be executed by the ETS |
| # whenever a control part or test case is started or terminated. |
| #BeginTestCase := "" |
| #EndTestCase := "" |
| #BeginControlPart := "" |
| #EndControlPart := "" |
| [EXECUTE] |
| # In this section you can specify what parts of your test suite you want to execute. |
| #GenFSM_Demo.tc_EPTF_LGenBaseFinishedEntities |
| #GenFSM_Demo.tc_ranges |
| #GenFSM_Demo.tc_customEntitySuccAndCopy |
| #GenFSM_Demo.tc_EPTF_LGenBaseRegister |
| #GenFSM_Demo.tc_EPTF_LGenBaseDbTest |
| #GenFSM_Demo.tc_appData |
| #LGenBase_example_Functions.tc |
| #GenFSM_Demo.tc |
| #EPTF_LGenBase_Test.tc_changeFinishProc |
| #EPTF_LGenBase_Test.tc_successIfOnceSuccess |
| #EPTF_LGenBase_Test.tc_successNoFail |
| #EPTF_LGenBase_Test.tc_successIfLastSuccess |
| #EPTF_LGenBase_Test.tc_successEmpty |
| #EPTF_CLL_LGenBaseStats_Functions.tc_t1 |
| #EPTF_LGenBase_Test.tc_startEntityAndrecordEntityStart |
| #EPTF_LGenBase_Test.control |
| #EPTF_LGenBase_Test.tc_subscribe |
| #EPTF_LGenBase_Test.tc_moduleParams |
| #EPTF_LGenBase_Test.tc_0CPS |
| EPTF_LGenBase_Test_Testcases_Latest.tc_LGenBase_Test_fsmDump |
| |
| # In this section you can specify groups of hosts. These groups can be used inside the |
| |
| # [COMPONENTS] section to restrict the creation of certain PTCs to a given set of hosts. |
| [COMPONENTS] |
| |
| # This section consists of rules restricting the location of created PTCs. |
| [MAIN_CONTROLLER] |
| # The options herein control the behaviour of MC. |
| #TCPPort := 0 |
| #KillTimer := 10.0 |
| #NumHCs := 0 |
| |
| //saved by GUI |