mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 15:47:46 +00:00
[continuous-integration] fix expect router link (#5534)
Sometimes the router command returns Link: 0 and makes the test fail.
This commit is contained in:
@@ -63,11 +63,7 @@ send "router $router_id\n"
|
||||
expect "Router ID: $router_id"
|
||||
expect "Rloc: $rloc"
|
||||
expect "Next Hop: fc00"
|
||||
expect "Link: 1"
|
||||
expect "Ext Addr: $extaddr"
|
||||
expect -re {Cost: \d+}
|
||||
expect -re {Link Quality In: \d+}
|
||||
expect -re {Link Quality Out: \d+}
|
||||
expect -re {Age: \d+}
|
||||
expect -re {Link: [01]}
|
||||
expect "Done"
|
||||
|
||||
dispose_nodes
|
||||
|
||||
Reference in New Issue
Block a user