mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
[cli] fix invalid commissioner mgmtget cli arguments in tests (#7325)
This commit fixex the wrong commissioner mgmt cli args which uses "binary" to indicate following binary args in HEX string - the format has been changed to "-x" in #5549. The reason why cli-commissioner.exp doesn't fail consistently is not fixed by this commit.
This commit is contained in:
@@ -65,7 +65,7 @@ send "commissioner mgmtset sessionid $sessionid steeringdata ffffffff joinerudpp
|
||||
expect_line "Done"
|
||||
send "commissioner mgmtset sessionid $sessionid locator 0x0100\n"
|
||||
expect_line "Done"
|
||||
send "commissioner mgmtget sessionid steeringdata joinerudpport locator binary 0b081209\n"
|
||||
send "commissioner mgmtget sessionid steeringdata joinerudpport locator -x 0b081209\n"
|
||||
expect_line "Done"
|
||||
send "commissioner stop\n"
|
||||
expect "Commissioner: disabled"
|
||||
|
||||
Reference in New Issue
Block a user