tests: timer: behavior: fix MAX_STD_DEV recording

Fix misaligned name change for `MAX_STD_DEV` value.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
Dmitrii Golovanov 2024-08-06 16:34:55 +02:00 committed by Anas Nashif
commit d2ff869a1d

View file

@ -285,7 +285,7 @@ static void do_test_using(void (*sample_collection_fn)(void), const char *mechan
", \"CONFIG_SYS_CLOCK_TICKS_PER_SEC\":%d" ", \"CONFIG_SYS_CLOCK_TICKS_PER_SEC\":%d"
", \"CONFIG_TIMER_TEST_PERIOD\":%d" ", \"CONFIG_TIMER_TEST_PERIOD\":%d"
", \"CONFIG_TIMER_TEST_SAMPLES\":%d" ", \"CONFIG_TIMER_TEST_SAMPLES\":%d"
", \"MAX STD DEV\":%d" ", \"MAX_STD_DEV\":%d"
"}\n", "}\n",
mechanism, mechanism,
CONFIG_TIMER_TEST_SAMPLES - periodic_rollovers, periodic_rollovers, CONFIG_TIMER_TEST_SAMPLES - periodic_rollovers, periodic_rollovers,