zephyr/tests/net/pm/testcase.yaml
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

9 lines
181 B
YAML

common:
# There is nothing hw specific to be tested here
# so let's limit the test to qemu_x86
platform_whitelist: qemu_x86
depends_on: netif
tests:
net.pm:
tags: net