zephyr/tests
Tomasz Bursztyka 9dd822dc93 tests/net: Test network power management awareness
A quick test on a dummy device that:
- opens a socket (success)
- sends data (success)
- suspends (success)
- suspends (failure)
- sends data (failure)
- resumes (success)
- resumes (failure)
- sends data (success)

This permits to show that PM states are properly handled in network
stack.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-26 21:41:00 +02:00
..
application_development
arch drivers: timer: nrf: Remove RTC1 dependency 2020-05-21 17:43:08 +02:00
benchmarks tests: timing_info: need to calibrate TSC frequency on x86 2020-05-20 22:34:39 +02:00
bluetooth tests: ztest: prefix tests with test_ 2020-05-13 18:16:07 +02:00
boards flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
crypto
deprecated/dts tests: deprecated: dts: Test deprecated DTS functionality 2020-05-13 21:22:53 +02:00
drivers tests: gpio_basic: this test requires a fixture 2020-05-24 20:25:51 +02:00
kernel tests: skip the cpu_idle test for nsim_hs_smp 2020-05-26 17:47:42 +02:00
lib test: lib: heap: increase timeout 2020-05-20 10:32:36 +02:00
misc/test_build
net tests/net: Test network power management awareness 2020-05-26 21:41:00 +02:00
portability tests: cmsis_rtos_v2: adjust timer period to avoid starvation 2020-05-19 17:18:43 +02:00
posix
shell
subsys tests/subsys/storage/stream_flash: add unaligned flash test 2020-05-26 16:35:19 +02:00
unit
ztest