Actions
Actions define what happens to a test when an applied condition is triggered. Actions are pre-defined. You cannot add, delete or modify them.
Stop Test or Suite. Stops a Workload test or suite.
Pass Test or Suite With Errors. Sets the test state for a workload test or suite to
passed_with_errors
.Pass Test or Suite. Sets the test state for a workload test or suite to
passed
.Fail Test or Suite. Sets the test state for a workload test or suite to
failed
.Pass Suite with Errors. Suite continues and sets state to passed_with_errors.
Pass Test with Errors. Test continues and sets state to passed_with_errors.
Pass Suite. Suite continues and sets state to
passed
.Pass Test. Test continues and sets state to
passed
.Fail Suite. Suite stops and sets state to
failed
.Fail Test. Test stops and sets state to
failed
.Log. Logs the result.