mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 02:17:47 +00:00
[test] add expect tests for coap and coaps (#5172)
Also adds command coaps set to make it consistent with coap set.
This commit is contained in:
@@ -53,7 +53,8 @@ dispose
|
||||
setup_nodes
|
||||
|
||||
set spawn_id $spawn_2
|
||||
send "ipaddr\n"
|
||||
send "ipaddr mleid\n"
|
||||
expect "ipaddr mleid"
|
||||
expect -re {(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4})}
|
||||
set addr $expect_out(1,string)
|
||||
expect "Done"
|
||||
|
||||
Reference in New Issue
Block a user