ksft runner sends 2 SIGTERMs in a row if a test runs out of time.
Handle this in a similar way we handle SIGINT - cleanup and stop
running further tests.
Because we get 2 signals we need a bit of logic to ignore
the subsequent one, they come immediately one after the other
(due to commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| consts.py | ||
| ksft.py | ||
| netns.py | ||
| nsim.py | ||
| utils.py | ||
| ynl.py | ||