Home
last modified time | relevance | path

Searched refs:expected_time_seconds (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dbuild_date.c87 int32_t expected_time_seconds; in ZTEST() local
143 expected_time_seconds = time_string_to_seconds(&test_date_time[TIME_CHECK_HH_START_CHAR]); in ZTEST()
146 zassert_within(expected_time_seconds, received_time_seconds, TIME_DIFFERENCE_ALLOWANCE, in ZTEST()
149 abs(expected_time_seconds - received_time_seconds)); in ZTEST()
163 int32_t expected_time_seconds; in ZTEST() local
239 expected_time_seconds = time_string_to_seconds(&test_date_time[TIME_CHECK_HH_START_CHAR]); in ZTEST()
243 zassert_within(expected_time_seconds, received_time_seconds, TIME_DIFFERENCE_ALLOWANCE, in ZTEST()
246 abs(expected_time_seconds - received_time_seconds)); in ZTEST()