3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

test-runner: start haveged in foreground

haveged was forking itself which then prevented test-runner from
cleaning it up.
This commit is contained in:
James Prestwood 2021-02-25 14:01:04 -08:00 committed by Denis Kenzior
parent 73b89555fa
commit 2e55e00662

View File

@ -770,7 +770,7 @@ class TestContext(Namespace):
self.start_process(['dbus-monitor', '--address', self.dbus_address])
def start_haveged(self):
self.start_process(['haveged'])
self.start_process(['haveged', '-F'])
def create_radios(self):
setup = self.hw_config['SETUP']