zephyr/tests
Daniel DeGrasse b30ae46aa0 tests: ptp: Fixed PTP clock test failure on frdm_k64f
ptp_clock_test was failing when trying to access the ptp clock from user
mode. This was due to an arbitrary initialization priority between the
virtual PTP clock devices created by the ptp clocking test and the
physical PTP clock on the frdm_k64f board. Since the ptp test
initializes the virtual clock with the same device name as the physical
clock, if the physical clock was initialized first this test would
incorrectly reference the physical device during testing, instead of the
virtual one.

This fix simply defines the virtual ptp clock with a custom name, so
that the test will always locate the correct ptp clock.
Fixes #38731

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2021-09-23 04:17:40 -04:00
..
application_development/gen_inc_file cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch test: Add arm64_high_addresses test 2021-08-30 13:38:07 -04:00
benchmarks tests: benchmarks: latency_measure: fix potential div by zero 2021-09-08 10:28:58 -04:00
bluetooth bsim: test: fix missing of warnings in bsim tests build system 2021-09-22 09:15:03 -04:00
boards cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
crypto cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
drivers drivers: syscon: Add support for multiple regions 2021-09-22 10:32:11 -04:00
kernel tests: threads: fix uninitialized scalar variable 2021-09-17 22:30:50 -04:00
lib tests: newlib: thread_safety: Disable minimum newlib heap size check 2021-09-08 10:32:45 -04:00
misc cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
net tests: ptp: Fixed PTP clock test failure on frdm_k64f 2021-09-23 04:17:40 -04:00
posix tests: posix: common: clock: remove poorly conditioned tests 2021-09-09 21:20:27 -04:00
subsys cmsis_rtos_v1: fix thread instances management. 2021-09-09 12:01:06 -04:00
unit lib/os/cbprintf_nano.c: avoid sign extension on unsigned formats 2021-09-02 19:37:06 -04:00
ztest cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00