Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 29) sorted by relevance

12

/tests/drivers/video/api/src/
A Dvideo_common.c109 struct video_frmival match; in ZTEST() local
120 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST()
121 zassert_equal(video_frmival_nsec(&match), video_frmival_nsec(&desired), "1 / 1"); in ZTEST()
125 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST()
126 zassert_equal(video_frmival_nsec(&match), video_frmival_nsec(&desired), "3 / 30"); in ZTEST()
132 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST()
133 zassert_equal(video_frmival_nsec(&match), video_frmival_nsec(&expected), "7 / 80"); in ZTEST()
137 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST()
138 zassert_equal(video_frmival_nsec(&match), video_frmival_nsec(&stepwise.min), "1 / 120"); in ZTEST()
142 video_closest_frmival_stepwise(&stepwise, &desired, &match); in ZTEST()
[all …]
/tests/cmake/sysbuild_snippets/sysbuild/test_module/
A DCMakeLists.txt8 …message(FATAL_ERROR "Values match (sysbuild and app): ${SB_CONFIG_TEST_FOO_VAL} and ${CONFIG_TEST_…
14 …message(NOTICE "Values match (sysbuild and snippet): ${SB_CONFIG_EXPECTED_SB_TEST_FOO_VAL} and ${S…
20 …message(NOTICE "Values match (app and snippet): ${SB_CONFIG_EXPECTED_APP_TEST_FOO_VAL} and ${CONFI…
/tests/drivers/adc/adc_accuracy_test/
A DREADME.txt3 This test checks that ADC readings match an expected value. It is
7 read on an ADC one. If they match, the test passes.
15 if they match. Note that DAC and ADC are expected to generate/read
21 to see if they match.
/tests/cmake/yaml/
A DCMakeLists.txt56 COMMENT "yaml key value does not match expectation."
64 COMMENT "yaml list length does not match expectation."
82 COMMENT "yaml key value does not match expectation."
90 COMMENT "yaml list length does not match expectation."
108 COMMENT "yaml key value does not match expectation."
121 COMMENT "yaml key value does not match expectation."
124 COMMENT "yaml key value does not match expectation."
127 COMMENT "yaml key value does not match expectation."
178 COMMENT "yaml key value does not match expectation."
185 COMMENT "yaml key value does not match expectation."
[all …]
/tests/subsys/fs/common/
A Dtest_fs_util.c120 unsigned int match = 0; in testfs_verify_constant() local
143 ++match; in testfs_verify_constant()
152 return match; in testfs_verify_constant()
190 unsigned int match = 0; in testfs_verify_incrementing() local
213 ++match; in testfs_verify_incrementing()
222 return match; in testfs_verify_incrementing()
/tests/net/lib/coap/src/
A Dmain.c1918 struct coap_reply *match; member
1944 { .id = 101, .type = COAP_TYPE_ACK, .match = NULL, in ZTEST()
1948 { .id = 100, .type = COAP_TYPE_ACK, .match = NULL, in ZTEST()
1952 { .id = 101, .type = COAP_TYPE_ACK, .match = NULL, in ZTEST()
1956 { .id = 101, .type = COAP_TYPE_ACK, .match = NULL, in ZTEST()
2011 struct coap_reply *match; in ZTEST() local
2022 if (response->match != NULL) { in ZTEST()
2024 zassert_equal_ptr(response->match, match, in ZTEST()
2026 response - test_responses, match - matches); in ZTEST()
2028 zassert_is_null(match, in ZTEST()
[all …]
/tests/drivers/can/host/pytest/
A Dcan_shell.py58 m = regex_compiled.match(line)
100 m = regex_compiled.match(line)
126 m = regex_compiled.match(line)
176 m = regex_compiled.match(line)
A Dconftest.py45 m = chosen_regex.match(line)
/tests/ztest/fail/
A DCMakeLists.txt10 # Set the target binary for the 'core' external project. The path to this must match the one set
16 # Set the target binary for the 'core' external project. The path to this must match the one set
/tests/drivers/i2s/i2s_api/boards/
A Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay13 /* Enable SAI4, and set clocks to match SAI1 */
/tests/drivers/pwm/pwm_gpio_loopback/socs/
A Desp32c2.overlay13 /* GPIO input pins order must match PWM pinctrl config */
A Desp32c3.overlay13 /* GPIO input pins order must match PWM pinctrl config */
A Desp32c3_usb.overlay13 /* GPIO input pins order must match PWM pinctrl config */
A Desp32c6_hpcore.overlay13 /* GPIO input pins order must match PWM pinctrl config */
A Desp32s2.overlay13 /* GPIO input pins order must match PWM pinctrl config */
A Desp32s3_procpu.overlay13 /* GPIO input pins order must match PWM pinctrl config */
A Desp32_procpu.overlay13 /* GPIO input pins order must match PWM pinctrl config */
/tests/subsys/modem/modem_chat/src/
A Dmain.c590 char match[] = "AT"; in ZTEST() local
596 .match = NULL, in ZTEST()
622 stack_response_match.match = match; in ZTEST()
623 stack_response_match.match_size = strlen(match); in ZTEST()
625 stack_response_match.separators_size = strlen(match); in ZTEST()
695 zassert_ok(strcmp(test_match.match, "AT345"), "Failed to set match"); in ZTEST()
/tests/subsys/modem/modem_ubx/src/
A Dmain.c100 .match = MODEM_UBX_MATCH_DEFINE(UBX_CLASS_ID_ACK, UBX_MSG_ID_ACK, NULL), in restore_ubx_script()
169 test_script_runner.script.match.filter.class = 0; in ZTEST()
242 .match = MODEM_UBX_MATCH_DEFINE(UBX_CLASS_ID_ACK, UBX_MSG_ID_ACK, NULL), in ZTEST()
256 .match = MODEM_UBX_MATCH_DEFINE(UBX_CLASS_ID_ACK, UBX_MSG_ID_ACK, NULL), in ZTEST()
478 test_script_runner.script.match.filter.payload.buf = test_rsp_match.payload_and_checksum; in ZTEST()
479 test_script_runner.script.match.filter.payload.len = test_rsp_match.payload_size; in ZTEST()
/tests/drivers/regulator/fixed/dts/bindings/
A Dtest-regulator-fixed.yaml19 The active level in the flags cell of this must match the active level
/tests/subsys/storage/flash_map/src/
A Dmain_sha.c116 fac.match = tst_sha; in ZTEST()
/tests/net/lib/lwm2m/lwm2m_rd_client/src/
A Dmain.c35 bool match = false; in expect_lwm2m_rd_client_event() local
39 match = show_lwm2m_event_fake.arg0_history[i] == expected_val; in expect_lwm2m_rd_client_event()
40 if (match) { in expect_lwm2m_rd_client_event()
46 if (match) { in expect_lwm2m_rd_client_event()
53 if (!match) { in expect_lwm2m_rd_client_event()
60 return match; in expect_lwm2m_rd_client_event()
/tests/benchmarks/posix/threads/
A DREADME.rst40 A tester may mix and match them allowing them different scenarios to
/tests/subsys/dfu/img_util/src/
A Dmain.c162 fic.match = tst_sha; in ZTEST()
/tests/drivers/i2c/i2c_target_api/
A DREADME.txt29 verify that the data supplied by the other controller (target) match

Completed in 22 milliseconds

12