maeSetRelxTest
maeSetRelxTest(t_relxSetupName t_testName[?testTypet_testType] [?runt_runName] [?sessiont_session] ) =>t/nil
Description
Sets the name of the fresh, stress, or aged test used in the specified reliability setup.
Arguments
|
Stage of the reliability setup. |
|
|
Name of the run in a run plan. If you do not specify this argument, the test name is set in the reliability setup saved in the active setup. |
|
Value Returned
|
The test name of the reliability stage is not set because of an error. |
Examples
The following example sets the name of the test used in the stress stage of the reliability setup relA to osc_Stress in the active setup of the current maestro session.
maeSetRelxTest("relA" "osc_Stress" ?testType "stress")
=> t
The following example sets the name of the test used in the stress stage of the reliability setup relA to new_Stress in Run.0 in the current maestro session.
maeSetRelxTest("relA" "new_Stress" ?testType "stress" ?run "Run.0")
=> t
Return to top