v4
Script Runner
This document describes Script Runner configuration file and command line parameters.
LINE_DELAY
Sets the amount of time in seconds before the next line of a script will be executed
Parameter | Description | Required |
---|---|---|
Delay | Delay in seconds before the next line is executed. A value of 0 means to execute the scripts as fast as possible. | True |
PAUSE_ON_ERROR
Set or clear the pause on error checkbox
If this is checked, Script Runner will pause if the test encounters an error. Otherwise the error will be logged but the script will continue.
Parameter | Description | Required |
---|---|---|
Enable | Whether to pause when the script encounters an error Valid Values: TRUE, FALSE |
True |
MONITOR_LIMITS
Log limits events to the Script Runner log file while a script is running
Limits events are always logged by the Command and Telemetry Server but are not put in the Script Runner log without this keyword.
PAUSE_ON_RED
Pause a running script if a red limit occurs
Example File
Example File: <Cosmos::USERPATH>/config/tools/script_runner/script_runner.txt
LINE_DELAY 0.1
MONITOR_LIMITS
PAUSE_ON_RED
Command Line Parameters