mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: add custom verbose option iwd-sae
Enables IWD_SAE_DEBUG to be set in the test-runner environment
This commit is contained in:
parent
4d062c73ea
commit
dd80bbf397
@ -449,6 +449,9 @@ class Namespace:
|
||||
if Process.is_verbose('iwd-rtnl'):
|
||||
env['IWD_RTNL_DEBUG'] = '1'
|
||||
|
||||
if Process.is_verbose('iwd-sae'):
|
||||
env['IWD_SAE_DEBUG'] = '1'
|
||||
|
||||
proc = self.start_process(args, env=env)
|
||||
|
||||
proc.wait_for_service(self, 'net.connman.iwd', 20)
|
||||
|
Loading…
Reference in New Issue
Block a user