We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d938bf commit 26f2383Copy full SHA for 26f2383
1 file changed
test_collections/matter/sdk_tests/support/performance_tests/models/utils.py
@@ -38,8 +38,7 @@ async def generate_command_arguments(
38
dut_config = config.dut_config # type: ignore[attr-defined]
39
test_parameters = config.test_parameters
40
41
- // TH env uses "onnetwork" whereas SDK uses "on-network"
42
- // Same thing for "nfc-onnetwork" and "nfc-on-network"
+ # Map TH pairing modes to SDK commissioning method names
43
if dut_config.pairing_mode == DutPairingModeEnum.ON_NETWORK:
44
pairing_mode = "on-network"
45
elif dut_config.pairing_mode == DutPairingModeEnum.NFC_ON_NETWORK:
0 commit comments