axlAttachJobPolicy
axlAttachJobPolicy(t_sessionName t_jobPolicyName t_toolName l_jobPolicyProperties[t_testName] ) => t / nil
Description
Adds and attaches a job policy to the setup.
The fourth argument is a disembodied property list of job policy properties. The function overwrites properties of the named job policy if it already exists.
Arguments
Value Returned
Examples
Defines a job policy, mypolicy, and attach it to a test Test1:
session0 = axlGetWindowSession(hiGetCurrentWindow())
axlAttachJobPolicy( "session0" "mypolicy" "ICRP" '( nil distributionmethod "LBS"
configuretimeout "300" maxjobs "5" name "default" runtimeout "3600" starttimeout "300" ) "Test1")
=> t
Related Topics
Return to top