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>
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
# Private config options for net pm test
|
|
|
|
# Copyright (c) 2020 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Network Power-Management test"
|
|
|
|
config FAKE_DEV
|
|
def_bool y
|
|
select NET_POWER_MANAGEMENT if DEVICE_POWER_MANAGEMENT
|
|
|
|
source "Kconfig.zephyr"
|