tests: fix parallel runs skipping some tests 84/38684/3
authorKlement Sekera <klement.sekera@gmail.com>
Fri, 14 Apr 2023 15:43:35 +0000 (17:43 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 25 Apr 2023 15:46:42 +0000 (15:46 +0000)
commitc7d50475ecf53e8c65d875710c8a97be7dd11bd9
tree276812b8e8ff5662849374024102d9fb7de54197
parentcffeca4f1e3c8de10a55aaf023de287448db8213
tests: fix parallel runs skipping some tests

Fix corner case when a test would be skipped if it was not possible to
start it due to insufficient cpus available in the middle of the loop.

Type: fix
Change-Id: Ie4580685ff55688375d649d7009131d9fe1e4f33
Signed-off-by: Klement Sekera <klement.sekera@gmail.com>
test/run_tests.py