odp
odp copied to clipboard
[PATCH v1] validation: timer: reuse timer in test cases
Many timer validation tests use each allocated timer only once. Applications commonly reuse single shot timers after they expire or are cancelled. Added loop a repeat loop into single shot timer tests. Selected repeat count and timeout values so that test cse duration remain about the same than before (1 sec).