| /////////////////////////////////////////////////////////////////////////////// |
| // 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] |
| #TCPPort := 9999 |
| |
| [TESTPORT_PARAMETERS] |
| *.v_EPTF_HostAdmin_CPUloadOnHost_PCO.debugging := "no" |
| |
| [MODULE_PARAMETERS] |
| tsp_debug_EPTF_HostAdmin_Functions := true |
| tsp_debug_EPTF_HostAdmin_Base_Functions := true |
| #tsp_demoInterval := 30.0; |
| #tsp_demoHost := "rhea"; |
| tsp_demoHost := $HOSTNAME; |
| tsp_uiDemoHostList := {$HOSTNAME}; |
| tsp_EPTF_HostAdmin_pidList := { |
| }; |
| tsp_EPTF_HostAdmin_getProcessPidListCmds := { |
| { |
| hostName := $HOSTNAME, |
| cmds := { |
| "ps -f -u " & $USER & " | sort | egrep '(java|EPTF_HostAdmin_demo)' | awk '{print $2}'" |
| } |
| } |
| }; |
| |
| tsp_EPTF_Var_SyncInterval := 1.0; |
| tsp_xtdp_listen_addr := "127.0.0.1" |
| tsp_xtdp_listen_port := 11420 |
| tsp_EPTF_GUI_Main_Window_Title := "HostAdminUI Demo"; |
| tsp_EPTF_GUI_Main_Window_Width := 640.0; |
| tsp_EPTF_GUI_Main_Window_Height := 480.0; |
| tsp_EPTF_HostAdmin_loadMeasurementExponentialSmoothingFactor := 0.1; |
| tsp_tolerancePercentage := 30.0; |
| |
| [EXECUTE] |
| EPTF_HostAdmin_Test_Testcases.control |
| |
| [LOGGING] |
| FileMask := LOG_ALL |
| ConsoleMask := TTCN_STATISTICS | TTCN_TESTCASE | TTCN_ERROR | WARNING | ACTION |
| SourceInfoFormat := Stack |
| LogEventTypes := Yes |
| LogEntityName := Yes |
| |
| //saved by GUI |