[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:
Kangping
2022-01-15 16:38:29 -08:00
committed by GitHub
parent 5b9a1c0467
commit 395d502576
+1 -1
View File
@@ -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"