Jintao Lin
eee652cc9e
[cli] add command to set/get external FEM's LNA gain ( #5563 )
2020-10-13 08:12:14 -07:00
Yakun Xu
9e3b450218
[expect] refactor common functions ( #5634 )
...
* unify node creating and destroying
* simplify switching between nodes
2020-10-12 08:21:48 -07:00
Jonathan Hui
dc9b032dad
[mle] remove secure data request mode bit ( #5560 )
...
- Always set to 1 on transmission.
- Always ignore on reception.
2020-09-29 15:30:37 -07:00
Diego Ismirlian
f974f38155
[cli] implement setting/getting cca threshold ( #5532 )
...
This commit adds a command to the CLI to be able to set (and get) the
CCA threshold. This is useful when there is a LNA in the radio's RX
path.
2020-09-21 08:46:19 -07:00
Moandor
e7e84b6ae7
[cli] add api version command ( #5544 )
...
This adds a CLI command to get the API version number.
2020-09-21 08:38:33 -07:00
Jonathan Hui
0d8a99bd05
[cli] implement network data print ( #5543 )
...
- Print human-readable network data.
- Create network data sub-command.
2020-09-19 10:28:17 -07:00
Moandor
6e98f3bb5b
[test] move expect timeout settings to _common.exp ( #5242 )
...
This moves all settings of timeout to one place. Also changes the
default timeout to 10 seconds, can probably solve the occasional
timeout when dataset commit active.
2020-07-15 20:57:56 -07:00
Simon Lin
b0bff4f8c3
[github-actions] fix expects fail by chance ( #5157 )
...
This commit tries to reduce expects fails in GitHub actions:
- wait_for only sends command when it's not empty
- increases the default expect timeout from 1s to 3s.
2020-06-30 11:01:10 -07:00
Moandor
5acad30791
[test] include CLI tests in RCP mode ( #5159 )
...
This makes expect run all cli-*.exp and posix-*.exp tests in RCP mode.
New scripts should use the function spawn_node in _common.exp to spawn
new processes. This is compatible with both simulation mode and RCP
mode.
2020-06-30 08:40:46 -07:00
Moandor
1cd9bb3074
[test] add expect tests for dataset and networktime ( #5145 )
2020-06-24 12:48:03 -07:00
Moandor
5ec3848005
[test] add expect tests for macfilter, childip, version ( #5107 )
2020-06-16 08:53:37 -07:00
Moandor
4910f91e8c
[test] add expect tests for ipmaddr, neighbor, leaderdata ( #5097 )
2020-06-15 10:19:08 -07:00
Moandor
2e60748d5b
[test] add expect tests for router, scan, and more ( #5054 )
...
- router
- scan
- parentpriority
- pollperiod
- prefix
- preferrouterid
- route
2020-06-05 12:40:59 -07:00
Moandor
f6956dfcc9
[test] add various CLI command tests ( #5017 )
2020-05-29 08:31:58 -07:00