Skip to content

Commit 26f2383

Browse files
committed
Changed comment
1 parent 4d938bf commit 26f2383

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • test_collections/matter/sdk_tests/support/performance_tests/models

test_collections/matter/sdk_tests/support/performance_tests/models/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ async def generate_command_arguments(
3838
dut_config = config.dut_config # type: ignore[attr-defined]
3939
test_parameters = config.test_parameters
4040

41-
// TH env uses "onnetwork" whereas SDK uses "on-network"
42-
// Same thing for "nfc-onnetwork" and "nfc-on-network"
41+
# Map TH pairing modes to SDK commissioning method names
4342
if dut_config.pairing_mode == DutPairingModeEnum.ON_NETWORK:
4443
pairing_mode = "on-network"
4544
elif dut_config.pairing_mode == DutPairingModeEnum.NFC_ON_NETWORK:

0 commit comments

Comments
 (0)