diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-04-20 19:32:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 10:12:10 +0100 |
commit | c13be2e1dc927b92297d27dd6bfd1fe0b1b95efe (patch) | |
tree | b3f666826be51113f1783cee9f08574e6ff423e9 /README.qemu | |
parent | b40f78a5c70985aac36c57055a51a8a673c3d12d (diff) | |
download | poky-c13be2e1dc927b92297d27dd6bfd1fe0b1b95efe.tar.gz |
meta/lib/oeqa/core/tests/cases/timeout.py: add a testcase for the previous fix
This is the sequence that didn't properly operate:
- a test case that skips and isn't executed
- a second test case that is skipped via a dependency decorator, and sets a timeout
- a third test case that takes longer than the timeout from the second
test case
Without the fix, the timeout is not cleared, and the third test case is
erroneously aborted. With the fix, the timeout is cleared and the third
test case is able to complete.
(From OE-Core rev: 54ef07a9aa1af8f41cfb9a4802929c918efc43c8)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.qemu')
0 files changed, 0 insertions, 0 deletions