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>
9 lines
181 B
YAML
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
|