Skip to content

Commit 7601428

Browse files
cecillepull[bot]
authored andcommitted
Python tests: fix tests flag (#28298)
* Tests flag got missed in the config TEST: tested with --tests flag, saw only requested test run * python: proof why we need stronly typed languages
1 parent c3f5b00 commit 7601428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python_testing/matter_testing_support.py

+1
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ def convert_args_to_matter_config(args: argparse.Namespace) -> MatterTestConfig:
818818
config.paa_trust_store_path = args.paa_trust_store_path
819819
config.ble_interface_id = args.ble_interface_id
820820
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
821822

822823
config.controller_node_id = args.controller_node_id
823824
config.trace_to = args.trace_to

0 commit comments

Comments
 (0)