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:
James Prestwood 2022-09-26 11:52:02 -07:00 committed by Denis Kenzior
parent 4d062c73ea
commit dd80bbf397
1 changed files with 3 additions and 0 deletions

View File

@ -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)