Hello,
I need to create alot of new shell script tests an would like to use the import feature but cannot find the parameters in the import help html.
What are the options for importing shell scripts?
Thank you!
import shell script
Such tests have just 4 test specific parameters:
Script = name of the script
Params = parameters list
Timeout = timeout in seconds
UseMacros = Yes | No
Example
Regards
Alex
Script = name of the script
Params = parameters list
Timeout = timeout in seconds
UseMacros = Yes | No
Example
Code: Select all
Method = ShellScript
;--- Common properties ---
RMAgent = 127.0.0.1
Title = Process: # of instances: param1
Comment = Process: # of instances: param1
RelatedURL =
NamePattern = %path%: %object%
CmntPattern = %path%: %object%
ScheduleMode= Regular
Schedule = 7 Days, 24 Hours
Interval = 600
Alerts = Message, Sound
ReverseAlert= No
UnknownIsBad= Yes
WarningIsBad= Yes
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
Script = Process: # of instances||AIX/BSD/Linux/Solaris
Params = ssh 1
Timeout = 15
UseMacros = No
Alex