We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f5b00 commit 7601428Copy full SHA for 7601428
src/python_testing/matter_testing_support.py
@@ -818,6 +818,7 @@ def convert_args_to_matter_config(args: argparse.Namespace) -> MatterTestConfig:
818
config.paa_trust_store_path = args.paa_trust_store_path
819
config.ble_interface_id = args.ble_interface_id
820
config.pics = {} if args.PICS is None else read_pics_from_file(args.PICS)
821
+ config.tests = [] if args.tests is None else args.tests
822
823
config.controller_node_id = args.controller_node_id
824
config.trace_to = args.trace_to
0 commit comments