You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: scripts/tests/run_test_suite.py
+8-1
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,9 @@ def cmd_list(context):
260
260
@click.option(
261
261
'--rvc-app',
262
262
help='what rvc app to use')
263
+
@click.option(
264
+
'--network-manager-app',
265
+
help='what network-manager app to use')
263
266
@click.option(
264
267
'--chip-repl-yaml-tester',
265
268
help='what python script to use for running yaml tests using chip-repl as controller')
@@ -291,7 +294,7 @@ def cmd_list(context):
291
294
help='Number of tests that are expected to fail in each iteration. Overall test will pass if the number of failures matches this. Nonzero values require --keep-going')
0 commit comments