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
1 changed files with 1 additions and 1 deletions

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']