mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +00:00
[tcat] implementation of TCAT general class commands (#10700)
Commit introduces implementation of missing general class commands: - PresentPskdHash - PresentPskcHash - PresentInstallCodeHash - RequestRandomNumChallenge - RequestPskdHash Also include minor fixes in Tcat python client and refactoring of expect tests for tcat.
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
|
||||
pip install bleak
|
||||
pip install bleak 'cryptography==43.0.0'
|
||||
- name: Run RCP Mode
|
||||
run: |
|
||||
ulimit -c unlimited
|
||||
|
||||
@@ -247,7 +247,7 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
|
||||
pip install bleak
|
||||
pip install bleak 'cryptography==43.0.0'
|
||||
- name: Run
|
||||
run: |
|
||||
ulimit -c unlimited
|
||||
|
||||
@@ -298,7 +298,7 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
|
||||
pip install bleak
|
||||
pip install bleak 'cryptography==43.0.0'
|
||||
- name: Run RCP Mode
|
||||
run: |
|
||||
ulimit -c unlimited
|
||||
|
||||
Reference in New Issue
Block a user