mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 21:00:20 +00:00
d8d1fe2134
This commit migrates the 'test_pbbr_aloc.py' script from the thread-cert framework to the Nexus simulation framework. The new 'test_pbbr_aloc.cpp' replicates the original test: - Forms a network with PBBR, Leader, and Router nodes. - Enables Backbone Router (BBR) on the PBBR node and waits for it to become the Primary BBR. - Verifies connectivity to the Leader ALOC (0xfc00) and the PBBR ALOC (0xfc38) from the Router node using ICMPv6 Echo Requests. - Confirms that the stack correctly uses Network Data for ALOC resolution. Nexus tests provide faster and more scalable network simulations within a single process, improving CI efficiency and reliability. Original Python script 'tests/scripts/thread-cert/test_pbbr_aloc.py' is removed as its functionality is now fully covered by Nexus.
OpenThread Certification Tests
Inspector
Inspect nodes status by the following modification:
- Insert the inspector to where you want to inspect.
import debug
debug.Inspector(self).inspect()
- Run the test and it will stop at the line above and prompt
#.
./script/test clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
- Inspect
#
# 1
> state
leader
> exit
# 2
> panid
face
> exit
# exit
CLI reference
# mode
This is selection mode. You may select the node to inspect here.
list- list available nodes.exit- end inspecting, continue running test case.- <number> - select the node with id <number>. This will result in entering
>mode.
> mode
This is node mode. You may run OpenThread CLI here.
exit- go back to#mode.