Skip to content

Commit

Permalink
Update test_collections/matter/sdk_tests/support/python_testing/model…
Browse files Browse the repository at this point in the history
…s/utils.py

Co-authored-by: Romulo Quidute Filho <[email protected]>
  • Loading branch information
swan-amazon and rquidute authored Dec 18, 2024
1 parent d7900b7 commit 3061a7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ async def generate_command_arguments(
arguments.append(f"--wifi-ssid {config.network.wifi.ssid}")
arguments.append(f"--wifi-passphrase {config.network.wifi.password}")

if pairing_mode == DutPairingModeEnum.BLE_THREAD:
dataset_hex = await __thread_dataset_hex(config.network.thread)
arguments.append(f"--thread-dataset-hex {dataset_hex}")
if pairing_mode == DutPairingModeEnum.BLE_THREAD:
dataset_hex = await __thread_dataset_hex(config.network.thread)
arguments.append(f"--thread-dataset-hex {dataset_hex}")

# Retrieve arguments from test_parameters
if test_parameters:
Expand Down

0 comments on commit 3061a7f

Please sign in to comment.