| /////////////////////////////////////////////////////////////////////////////// |
| // Copyright (c) 2000-2019 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 // |
| /////////////////////////////////////////////////////////////////////////////// |
| [MODULE_PARAMETERS] |
| #ModuleName.SampleParameter := SampleValue |
| |
| [TESTPORT_PARAMETERS] |
| #ComponentID.PortName.ParameterName := "ParameterValue" |
| |
| [EXTERNAL_COMMANDS] |
| #BeginControlPart := "begin_control_part_command" |
| #EndControlPart := "end_control_part_command" |
| #BeginTestCase := "begin_testcase_command" |
| #EndTestCase := "end_testcase_command" |
| |
| [LOGGING] |
| FileMask := LOG_ALL |
| #TimeStampFormat := DateTime |
| LogEventTypes := Yes |
| #LogSourceInfo := Yes |
| |
| [GROUPS] |
| #Group := host1, host2, host3 |
| |
| [COMPONENTS] |
| #ComponentName := Group |
| |
| [MAIN_CONTROLLER] |
| #TCPPort := 1025 |
| #NumHCs := 1 |
| #KillTimer := 11 |
| |
| [EXECUTE] |
| EPTF_LoggingDS_TestCases.control |