mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: use Process to start hostapd
Since the hostapd process object is tracked by the Hostapd class there is no sense of keeping it in the process list as well.
This commit is contained in:
parent
165557070e
commit
ac395525c8
@ -499,7 +499,7 @@ class Hostapd:
|
||||
if ctx.is_verbose('hostapd'):
|
||||
args.append('-d')
|
||||
|
||||
self.process = ctx.start_process(args)
|
||||
self.process = Process(args)
|
||||
|
||||
self.process.wait_for_socket(self.global_ctrl_iface, 30)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user