commit | e09cd8a650385525f397d45365da5017de41cb77 | [log] [tgz] |
---|---|---|
author | Milosz Wasilewski <milosz.wasilewski@foundries.io> | Mon Nov 20 09:57:16 2023 +0000 |
committer | Anders Roxell <anders.roxell@gmail.com> | Thu Nov 23 11:23:52 2023 +0100 |
tree | cf66e205475fd7bd965c5ee9901dbfe762d64156 | |
parent | 2ff7a1f248a1f10d0b923eece22ce80fee89d2f7 [diff] |
automated: linux: fix callback signal handling in OTA tests Sometimes signal duration is shorter than the wait time in the script. This patch ensures all signals are registered. Since the tests are looking for 1st occurance of the signal, there should not be issues with signals happening more than once. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>