zephyr/samples/net/sockets/tcp
Krzysztof Chruscinski 7f08061f0c logging: Revamp menuconfig
Clean up logging menuconfig by grouping configuration into
sections like: mode, processing configuration, backends.

Additionlly, removed LOG_ENABLE_FANCY_OUTPUT_FORMATTING which is no
longer in use.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-01-26 06:15:42 -05:00
..
src
CMakeLists.txt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
overlay-debug.conf
overlay-e1000.conf
overlay-log-extra2.conf
overlay-log-extra.conf
overlay-log-pkt.conf
overlay-log.conf logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
overlay-max-stacks.conf kernel: remove unused offload workqueue option 2020-04-12 18:42:27 -04:00
overlay-nommu.conf
overlay-slip.conf
prj.conf samples: net: sockets: tcp: Enable CONFIG_THREAD_NAME 2020-06-15 16:38:38 +03:00
README.rst
sample.yaml

.. _sockets-tcp-sample:

TCP Sample for TTCN-3 based Sanity Check
########################################

Overview
********

This application is used together with the TTCN-3 based sanity check
to validate the functionality of the experimental TCP (TCP2).

Building, Running and executing TTCN-3 based Sanity Check for TCP2
******************************************************************

Compile and start the `net-test-tools`_:

.. code-block:: console

   ./autogen.sh
   make
   ./loop-slipcat.sh

Build the TCP sample app:

.. code-block:: console

   cd samples/net/sockets/tcp
   mkdir build && cd build
   cmake -DBOARD=qemu_x86 -DOVERLAY_CONFIG="overlay-slip.conf" ..
   make run

Compile and run the TCP2 sanity check `net-test-suites`_:

.. code-block:: console

   . titan-install.sh
   . titan-env.sh
   cd src
   . make.sh
   ttcn3_start test_suite tcp2_check_3_runs.cfg

.. _`net-test-tools`: https://github.com/intel/net-test-tools
.. _`net-test-suites`: https://github.com/intel/net-test-suites