Lines Matching refs:test
1 # Intel net test suite for LwIP network stack
3 This project provides a test interface to esp32 network stack in order to execute standard set of
4 Intel network test suite defined in TTCN3 framework.
7 *This is an internal ESP-IDF test and not a user project example*
9 ## Execute net test suite
17 * Clone a repository https://github.com/intel/net-test-suites.git and install titan core as describ…
18 …$IDF_PATH/components/lwip/weekend_test`) to `src` subdir of the cloned repository `net-test-suites`
19 * Rebuild the netsuite tests (according to README.md in net-test-suite) by executing `source make.s…
30 ## Run test
32 1) Start the test server which would pass packets from TTCN3 test suite into ESP32 board in `$IDF_P…
37 2) Start test suite in TTCN3 environment in `src` subdir of the cloned repository `net-test-suites.…
44 Purpose of this test is to execute standard network suite on a ESP32 network stack.
46 DUT, Device (Network stack in this case) under test, runs normally on target, but a specific interf…
47 …ments an application which serves stdin/stdout and propagates the data to/from this test interface.
52 Actual test execution, progress, evaluation and test reporting is done using standard net-test-suit…
61 | | net-test-suite |--7777/udp--| net_suite.py |--stdout---------| -----> | esp_netif / lwip …