delay value is calculated by some trigger (e.g. receiving request) and in case this trigger is not activated the delay value is equal to the nil and script gets ABORTED status. (but should be FAILED because of timeout expiration)
Scripts stabilization regarding delay value for OnResetTimeout functionality.
ATF Test Scripts to check #2659
This PR is ready for review.
Summary
delay
value is calculated by some trigger (e.g. receiving request) and in case this trigger is not activated the delay value is equal to thenil
and script gets ABORTED status. (but should be FAILED because of timeout expiration) Scripts stabilization regardingdelay
value forOnResetTimeout
functionality.ATF version
latest
Changelog
Added check for
delay
value existence.CLA