mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 06:30:10 +00:00
[cli] service and server data as hex-encoded binary values (#5556)
This commit is contained in:
@@ -39,13 +39,13 @@ ROUTER2 = 3
|
||||
|
||||
SRV_0_ID = 0
|
||||
SRV_0_ENT_NUMBER = '123'
|
||||
SRV_0_SERVICE_DATA = 'foo'
|
||||
SRV_0_SERVER_DATA = 'bar'
|
||||
SRV_0_SERVICE_DATA = '123'
|
||||
SRV_0_SERVER_DATA = 'abc'
|
||||
|
||||
SRV_1_ID = 1
|
||||
SRV_1_ENT_NUMBER = '234'
|
||||
SRV_1_SERVICE_DATA = 'baz'
|
||||
SRV_1_SERVER_DATA = 'qux'
|
||||
SRV_1_SERVICE_DATA = '456'
|
||||
SRV_1_SERVER_DATA = 'def'
|
||||
|
||||
|
||||
class Test_Service(thread_cert.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user