[continuous-integration] fix expect router link (#5534)

Sometimes the router command returns Link: 0 and makes the test fail.
This commit is contained in:
Moandor
2020-09-16 07:59:55 -07:00
committed by GitHub
parent 1d9d016f9a
commit d9b82f8b97
+2 -6
View File
@@ -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