Skip to content

Commit 88a573c

Browse files
committed
Use code-wifi pairing method
1 parent ad08cd2 commit 88a573c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tests/chiptest/test_definition.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
378378
pairing_server_args = []
379379
if tool_hci_number is not None:
380380
pairing_cmd = paths.chip_tool_with_python_cmd + [
381-
"pairing", "ble-wifi", TEST_NODE_ID, "Virtual_Wifi", "ExamplePassword", "20202021", "3840", ]
381+
"pairing", "code-wifi", TEST_NODE_ID, "Virtual_Wifi", "ExamplePassword", "MT:-24J0AFN00KA0648G00"]
382382
pairing_server_args = [
383383
"--ble-adapter", str(tool_hci_number)]
384384
else:
@@ -406,6 +406,7 @@ def quoter(arg): return f"'{arg}'" if ' ' in arg else arg
406406
test_cmd,
407407
name='TEST', dependencies=[apps_register],
408408
timeout_seconds=timeout_seconds)
409+
runner.capture_delegate.LogContents()
409410

410411
except Exception:
411412
logging.error("!!!!!!!!!!!!!!!!!!!! ERROR !!!!!!!!!!!!!!!!!!!!!!")

0 commit comments

Comments
 (0)