mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 16:20:05 +00:00
[api] include Thread version in neighbor info (#8435)
This commit is contained in:
@@ -38,9 +38,9 @@ set extaddr [get_extaddr]
|
||||
|
||||
switch_node 1
|
||||
send "neighbor table\n"
|
||||
expect "| Role | RLOC16 | Age | Avg RSSI | Last RSSI |R|D|N| Extended MAC |"
|
||||
expect "+------+--------+-----+----------+-----------+-+-+-+------------------+"
|
||||
expect -re "\\| +C +\\| 0x$rloc \\| +\\d+ \\| +-?\\d+ \\| +-?\\d+ \\|1\\|0\\|0\\| $extaddr \\|"
|
||||
expect "| Role | RLOC16 | Age | Avg RSSI | Last RSSI |R|D|N| Extended MAC | Version |"
|
||||
expect "+------+--------+-----+----------+-----------+-+-+-+------------------+---------+"
|
||||
expect -re "\\| +C +\\| 0x$rloc \\| +\\d+ \\| +-?\\d+ \\| +-?\\d+ \\|1\\|0\\|0\\| $extaddr \\| +\\d+ \\|"
|
||||
expect_line "Done"
|
||||
send "neighbor list\n"
|
||||
expect "0x$rloc"
|
||||
|
||||
Reference in New Issue
Block a user