mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
32ade1684b
This commit implements the Nexus test specification 1_4_PIC_TC_4 to verify the Border Router (BR) built-in NAT64 translator. The test verifies that the BR DUT: - Automatically configures an IPv4 address and NAT64 prefix. - Offers IPv4 internet connectivity to Thread devices using NAT64. - Offers IPv4 local network connectivity to Thread devices. - Operates a DNS recursive resolver to look up IPv4 server addresses. New files added: - tests/nexus/test_1_4_PIC_TC_4.cpp: C++ test execution script - tests/nexus/verify_1_4_PIC_TC_4.py: Python pcap verification script Integration: - Updated tests/nexus/CMakeLists.txt to compile the test. - Added test to default array in tests/nexus/run_nexus_tests.sh.