Skip to content

Commit

Permalink
Use code-wifi pairing method
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed May 14, 2024
1 parent ad08cd2 commit 88a573c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/tests/chiptest/test_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def Run(self, runner, apps_register, paths: ApplicationPaths, pics_file: str,
pairing_server_args = []
if tool_hci_number is not None:
pairing_cmd = paths.chip_tool_with_python_cmd + [
"pairing", "ble-wifi", TEST_NODE_ID, "Virtual_Wifi", "ExamplePassword", "20202021", "3840", ]
"pairing", "code-wifi", TEST_NODE_ID, "Virtual_Wifi", "ExamplePassword", "MT:-24J0AFN00KA0648G00"]
pairing_server_args = [
"--ble-adapter", str(tool_hci_number)]
else:
Expand Down Expand Up @@ -406,6 +406,7 @@ def quoter(arg): return f"'{arg}'" if ' ' in arg else arg
test_cmd,
name='TEST', dependencies=[apps_register],
timeout_seconds=timeout_seconds)
runner.capture_delegate.LogContents()

except Exception:
logging.error("!!!!!!!!!!!!!!!!!!!! ERROR !!!!!!!!!!!!!!!!!!!!!!")
Expand Down

0 comments on commit 88a573c

Please sign in to comment.