[ncp] add ncp srp server properties (#10866)

This commit adds SrpServer control on NCP.
This commit is contained in:
Li Cao
2024-10-29 15:26:56 -07:00
committed by GitHub
parent cb27207675
commit 090c777b32
7 changed files with 224 additions and 1 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
sudo apt-get --no-install-recommends install -y ninja-build lcov
- name: Build Simulation
run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_BORDER_ROUTING=ON -DOT_BORDER_ROUTING_DHCP6_PD=ON -DOT_NCP_INFRA_IF=ON
run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_BORDER_ROUTING=ON -DOT_BORDER_ROUTING_DHCP6_PD=ON -DOT_NCP_INFRA_IF=ON -DOT_SRP_SERVER=ON
- name: Test Simulation
run: cd build/simulation && ninja test
- name: Build Multipan Simulation