Skip to content

Commit

Permalink
Added app pid parameter to mobile test script
Browse files Browse the repository at this point in the history
  • Loading branch information
beckerzito committed Feb 12, 2024
1 parent 51e056e commit 2d54422
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,12 @@ def do_tests(controller_nodeid, device_nodeid, address, timeout, discriminator,
multiple=True,
default=[],
help="Trace location")
@click.option('--app-pid',
type=int,
default=0,
help="The PID of the app against which the test is going to run")
def run(controller_nodeid, device_nodeid, address, timeout, discriminator, setup_pin, enable_test, disable_test, log_level,
log_format, print_test_list, paa_trust_store_path, trace_to):
log_format, print_test_list, paa_trust_store_path, trace_to, app_pid):
coloredlogs.install(level=log_level, fmt=log_format, logger=logger)

if print_test_list:
Expand Down

0 comments on commit 2d54422

Please sign in to comment.