zephyr/tests/net/tcp
Robert Lubos 9a52efb29e tests: net: tcp: Replace test case numbers with enums
So far test cases in TCP test suite were represented by magic numbers.
With the increasing size of this test suite, it started to become
troublesome to follow, which number represents which test case or what
number can a new test case get.

Introduce a new enum for the test suite, which can be used to represent
individual test case. It simplifies adding new test cases (test case ids
are now defined in a single place, so easier to extend), and also
improves code readability.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-04-15 12:51:52 +02:00
..
src tests: net: tcp: Replace test case numbers with enums 2024-04-15 12:51:52 +02:00
CMakeLists.txt net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
prj.conf tests: net: tcp: Shorten the test execution 2024-01-09 10:03:08 +01:00
testcase.yaml net: Provide separate configs for TX/RX memory pool for variable bufs 2024-03-29 15:56:07 -05:00