axlDetachJobPolicy
axlDetachJobPolicy(
t_sessionName
t_jobType
t_testName
=> t / nil
Description
Detaches a job policy from the specified test.
After the job policy is detached, the test uses the default job policy specified for the given session.
Arguments
|
Specifies the name of the session from which the job policy needs to be detached. |
|
|
Specifies the name of the test from which job policy is to be detached. |
Value Returned
Examples
Detaches the ICRP job policy from test AC in session session0.
axlDetachJobPolicy("session0" "ICRP" "AC")
=> t
Return to top