zephyr/tests/subsys
Roman Dobrodii 2f0ce5a3e8 tests/subsys/pm/power_mgmt_soc: fix various bugs
- Reduce "extra" added latency when trying to enter light
  sleep from 500ms to 50us, since light sleep states
  (e.g. "WFI idle") usually have microsecond-range residency
  times.
- Keep "extra" latency when entering deep sleep the same at
  1100ms (as we're trying to enter the deepest sleep state
  available, it doesn't hurt).
- Replace k_uptime_delta() with manual subtraction since
  k_uptime_delta() updates starting timestamp which leads to
  incorrect timing measurement when k_uptime_delta() is
  called for the second time.
- Measuring PM sleep entry latency using pm_notifier entry
  callback, do it only for the first PM entry event after
  calling k_usleep(), as during the sleep PM entry & exit
  may happen multiple times and that is normal.

Signed-off-by: Roman Dobrodii <rdobrodii@antmicro.com>
2023-04-19 17:12:42 +02:00
..
canbus/isotp sys/util: extend usage of DIV_ROUND_UP 2023-04-12 16:42:29 +02:00
debug samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
dfu tests: dfu: img_util: Replace prj_<board> files with overlays 2023-03-20 10:18:32 +01:00
dsp/basicmath zdsp: add in-place operaton test for basicmath 2023-02-21 15:06:06 +01:00
edac device: remove redundant init functions 2023-04-19 10:00:25 +02:00
emul tests: emul: remove subsys from test identifer 2023-03-10 14:01:59 +02:00
fs device: remove redundant init functions 2023-04-19 10:00:25 +02:00
input device: remove redundant init functions 2023-04-19 10:00:25 +02:00
ipc/ipc_service device: remove redundant init functions 2023-04-19 10:00:25 +02:00
jwt test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
logging tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
mgmt ec_host_cmd: add UART backend 2023-04-07 13:05:59 +02:00
modbus modbus: add user data for adu callback 2022-09-02 10:51:57 +02:00
openthread device: remove redundant init functions 2023-04-19 10:00:25 +02:00
pm tests/subsys/pm/power_mgmt_soc: fix various bugs 2023-04-19 17:12:42 +02:00
portability tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
rtio/rtio_api tests: rtio: fix compile warning with arm-clang 2023-04-18 10:52:39 -04:00
sd tests: sd: remove subsys from test identifer 2023-03-10 14:01:59 +02:00
settings settings fcb: Increase buffer for mcu with large write block size 2023-01-26 22:50:40 +09:00
shell shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
storage tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
testsuite/fff_fake_contexts fff: Add fff_extensions.h, RETURN_HANDLED_CONTEXT() 2023-03-16 13:43:33 -04:00
tracing/tracing_api tests: tracing_api: move to new ztest API 2022-09-08 10:39:10 +02:00
usb all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
zbus tests: zbus: modify test identifiers to match component 2023-02-19 20:39:20 -05:00