| /////////////////////////////////////////////////////////////////////////////// |
| // 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 // |
| /////////////////////////////////////////////////////////////////////////////// |
| [MAIN_CONTROLLER] |
| |
| [MODULE_PARAMETERS] |
| tsp_EPTF_DsRestAPI_HTTPServer_RemotePort := 3164; |
| |
| // settings for nightly-test on tcclab1 where the CLL repo directory is: /home/etstest2/CLL_git/ |
| // if you want to run it manually DO NOT FORGET to adapt these parameters |
| tsp_EPTF_DsRestAPI_HTTPServer_directory := "./WebGUI_link/"; |
| tsp_EPTF_DsRestAPI_API_directory := "./Js_link/"; |
| tsp_EPTF_DsRestAPI_customizableApp_directory := "./GUICustomization_link/"; |
| |
| tsp_EPTF_DsRestAPI_DSMockFilePath := "./DsRestAPITestConfig.json" |
| |
| [EXECUTE] |
| |
| EPTF_DsRestAPI_Test_Testcases.control |
| |
| [LOGGING] |
| FileMask := LOG_ALL | TTCN_DEBUG |
| ConsoleMask := TTCN_TESTCASE | TTCN_STATISTICS | TTCN_ERROR | TTCN_ACTION |
| LogFile := "%c@%h-%n-%r.log" |
| SourceInfoFormat := Stack |
| LogEventTypes := Yes |
| LogEntityName := Yes |
| |