Home
last modified time | relevance | path

Searched refs:extra_args (Results 1 – 1 of 1) sorted by relevance

/cts/common/device-side/bedstead/btest/
Dbtest1000 def execute_shell_command(stage, args, command, **extra_args): argument
1002 r = subprocess.run(command, capture_output=True, text=True, **extra_args)
1010 return execute_shell_command(stage, args, command, **extra_args)