[netdata] add api to check if joiner is in steering data (#5392)

This commit is contained in:
Yakun Xu
2020-08-14 22:09:14 -07:00
committed by GitHub
parent bc195d1329
commit 16a5c52d9f
15 changed files with 213 additions and 6 deletions
+1
View File
@@ -55,6 +55,7 @@ proc setup_nodes {} {
expect "Commissioner: active"
send "commissioner joiner add $eui64 $psk\n"
expect "Done"
wait_for "netdata steeringdata check $eui64" "Done"
send "channel\n"
expect -re {(\d+)}
set channel $expect_out(1,string)