Home
last modified time | relevance | path

Searched refs:ZTEST (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/Zephyr-latest/tests/ztest/zexpect/src/
Dmain.c16 ZTEST(expect, test_fail_later) in ZTEST() function
29 ZTEST(expect, test_pass_expect_true) in ZTEST() function
35 ZTEST(expect, test_fail_expect_true) in ZTEST() function
40 ZTEST(expect, test_expect_false) in ZTEST() function
46 ZTEST(expect, test_fail_expect_false) in ZTEST() function
51 ZTEST(expect, test_expect_ok) in ZTEST() function
57 ZTEST(expect, test_fail_expect_ok) in ZTEST() function
62 ZTEST(expect, test_expect_not_ok) in ZTEST() function
68 ZTEST(expect, test_fail_expect_not_ok) in ZTEST() function
73 ZTEST(expect, test_expect_is_null) in ZTEST() function
[all …]
/Zephyr-latest/tests/unit/math_extras/
Dmain.c12 ZTEST(math_extras, test_u32_add) { in ZTEST() function
16 ZTEST(math_extras, test_u32_mul) { in ZTEST() function
20 ZTEST(math_extras, test_u64_add) { in ZTEST() function
24 ZTEST(math_extras, test_u64_mul) { in ZTEST() function
28 ZTEST(math_extras, test_size_add) { in ZTEST() function
32 ZTEST(math_extras, test_size_mul) { in ZTEST() function
36 ZTEST(math_extras, test_u32_clz) { in ZTEST() function
40 ZTEST(math_extras, test_u64_clz) { in ZTEST() function
44 ZTEST(math_extras, test_u32_ctz) { in ZTEST() function
48 ZTEST(math_extras, test_u64_ctz) { in ZTEST() function
Dportable.c12 ZTEST(math_extras_portable, test_portable_u32_add) { in ZTEST() function
16 ZTEST(math_extras_portable, test_portable_u32_mul) { in ZTEST() function
20 ZTEST(math_extras_portable, test_portable_u64_add) { in ZTEST() function
24 ZTEST(math_extras_portable, test_portable_u64_mul) { in ZTEST() function
28 ZTEST(math_extras_portable, test_portable_size_add) { in ZTEST() function
32 ZTEST(math_extras_portable, test_portable_size_mul) { in ZTEST() function
36 ZTEST(math_extras_portable, test_portable_u32_clz) { in ZTEST() function
40 ZTEST(math_extras_portable, test_portable_u64_clz) { in ZTEST() function
44 ZTEST(math_extras_portable, test_portable_u32_ctz) { in ZTEST() function
48 ZTEST(math_extras_portable, test_portable_u64_ctz) { in ZTEST() function
/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c42 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_clone) in ZTEST() function
51 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_pull_le16) in ZTEST() function
59 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_pull_be16) in ZTEST() function
67 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_add_le16) in ZTEST() function
75 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_add_be16) in ZTEST() function
83 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_pull_le24) in ZTEST() function
91 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_pull_be24) in ZTEST() function
99 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_add_le24) in ZTEST() function
107 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_add_be24) in ZTEST() function
115 ZTEST(net_buf_simple_test_suite, test_net_buf_simple_pull_le32) in ZTEST() function
[all …]
/Zephyr-latest/tests/bluetooth/addr/src/
Dtest_bt_addr_from_str.c10 ZTEST(bt_addr_from_str, test_reject_empty_string) in ZTEST() function
18 ZTEST(bt_addr_from_str, test_reject_missing_octet) in ZTEST() function
26 ZTEST(bt_addr_from_str, test_reject_empty_octet) in ZTEST() function
34 ZTEST(bt_addr_from_str, test_reject_short_octet) in ZTEST() function
42 ZTEST(bt_addr_from_str, test_reject_trailing_colon) in ZTEST() function
50 ZTEST(bt_addr_from_str, test_reject_octet_colon_a) in ZTEST() function
58 ZTEST(bt_addr_from_str, test_reject_octet_colon_b) in ZTEST() function
66 ZTEST(bt_addr_from_str, test_reject_octet_space_a) in ZTEST() function
74 ZTEST(bt_addr_from_str, test_reject_octet_space_b) in ZTEST() function
82 ZTEST(bt_addr_from_str, test_reject_extra_space_before) in ZTEST() function
[all …]
Dtest_bt_addr_le_eq.c10 ZTEST(bt_addr_le_eq, test_all_zero) in ZTEST() function
18 ZTEST(bt_addr_le_eq, test_type_not_zero) in ZTEST() function
26 ZTEST(bt_addr_le_eq, test_type_matters) in ZTEST() function
36 ZTEST(bt_addr_le_eq, test_address_matters_start) in ZTEST() function
46 ZTEST(bt_addr_le_eq, test_address_matters_end) in ZTEST() function
56 ZTEST(bt_addr_le_eq, test_only_type_and_address_matters) in ZTEST() function
72 ZTEST(bt_addr_le_eq, test_same_object) in ZTEST() function
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/src/
Dtest_sbs_gauge.c38 ZTEST(sbs_gauge, test_get_gauge_voltage) in ZTEST() function
43 ZTEST(sbs_gauge, test_get_gauge_avg_current) in ZTEST() function
48 ZTEST(sbs_gauge, test_get_gauge_get_temperature) in ZTEST() function
53 ZTEST(sbs_gauge, test_get_state_of_charge) in ZTEST() function
58 ZTEST(sbs_gauge, test_get_full_charge_capacity) in ZTEST() function
63 ZTEST(sbs_gauge, test_get_rem_charge_capacity) in ZTEST() function
68 ZTEST(sbs_gauge, test_get_nom_avail_capacity) in ZTEST() function
73 ZTEST(sbs_gauge, test_get_full_avail_capacity) in ZTEST() function
78 ZTEST(sbs_gauge, test_get_average_time_to_empty) in ZTEST() function
83 ZTEST(sbs_gauge, test_get_average_time_to_full) in ZTEST() function
[all …]
/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c24 ZTEST(byteorder, test_byteorder_memcpy_swap) in ZTEST() function
48 ZTEST(byteorder, test_byteorder_mem_swap) in ZTEST() function
77 ZTEST(byteorder, test_sys_get_be64) in ZTEST() function
96 ZTEST(byteorder, test_sys_put_be64) in ZTEST() function
116 ZTEST(byteorder, test_sys_get_be40) in ZTEST() function
133 ZTEST(byteorder, test_sys_put_be40) in ZTEST() function
150 ZTEST(byteorder, test_sys_get_be48) in ZTEST() function
169 ZTEST(byteorder, test_sys_put_be48) in ZTEST() function
188 ZTEST(byteorder, test_sys_get_be32) in ZTEST() function
207 ZTEST(byteorder, test_sys_put_be32) in ZTEST() function
[all …]
/Zephyr-latest/tests/bluetooth/uuid/src/
Dtest_bt_uuid_to_str.c41 ZTEST(bt_uuid_to_str, test_null_terminated_type_16) in ZTEST() function
46 ZTEST(bt_uuid_to_str, test_null_terminated_type_32) in ZTEST() function
51 ZTEST(bt_uuid_to_str, test_null_terminated_type_128) in ZTEST() function
56 ZTEST(bt_uuid_to_str, test_padding_type_16) in ZTEST() function
61 ZTEST(bt_uuid_to_str, test_padding_type_32) in ZTEST() function
66 ZTEST(bt_uuid_to_str, test_padding_type_128) in ZTEST() function
72 ZTEST(bt_uuid_to_str, test_ordering_type_16) in ZTEST() function
78 ZTEST(bt_uuid_to_str, test_ordering_type_32) in ZTEST() function
83 ZTEST(bt_uuid_to_str, test_ordering_type_128) in ZTEST() function
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Ddraw_text_rectspace1016.c67 ZTEST(draw_text_rectspace1016, test_draw_text_at_0_0) in ZTEST() function
75 ZTEST(draw_text_rectspace1016, test_draw_text_at_1_1) in ZTEST() function
86 ZTEST(draw_text_rectspace1016, test_draw_text_at_9_15) in ZTEST() function
94 ZTEST(draw_text_rectspace1016, test_draw_text_at_10_16) in ZTEST() function
102 ZTEST(draw_text_rectspace1016, test_draw_text_at_11_17) in ZTEST() function
113 ZTEST(draw_text_rectspace1016, test_draw_text_at_0_0_kerning_3) in ZTEST() function
122 ZTEST(draw_text_rectspace1016, test_draw_text_at_1_1_kerning_3) in ZTEST() function
131 ZTEST(draw_text_rectspace1016, test_draw_text_at_9_15_kerning_3) in ZTEST() function
140 ZTEST(draw_text_rectspace1016, test_draw_text_at_10_16_kerning_3) in ZTEST() function
149 ZTEST(draw_text_rectspace1016, test_draw_text_at_11_17_kerning_3) in ZTEST() function
[all …]
Dprint_rectspace1016.c67 ZTEST(print_rectspace1016, test_print_at_0_0) in ZTEST() function
75 ZTEST(print_rectspace1016, test_print_at_1_1) in ZTEST() function
86 ZTEST(print_rectspace1016, test_print_at_9_15) in ZTEST() function
94 ZTEST(print_rectspace1016, test_print_at_10_16) in ZTEST() function
102 ZTEST(print_rectspace1016, test_print_at_11_17) in ZTEST() function
113 ZTEST(print_rectspace1016, test_print_at_0_0_kerning_3) in ZTEST() function
122 ZTEST(print_rectspace1016, test_print_at_1_1_kerning_3) in ZTEST() function
131 ZTEST(print_rectspace1016, test_print_at_9_15_kerning_3) in ZTEST() function
140 ZTEST(print_rectspace1016, test_print_at_10_16_kerning_3) in ZTEST() function
149 ZTEST(print_rectspace1016, test_print_at_11_17_kerning_3) in ZTEST() function
[all …]
Dinvert_area.c47 ZTEST(invert_area, test_invert_area_whole_screen) in ZTEST() function
55 ZTEST(invert_area, test_invert_area_overlapped_2times) in ZTEST() function
67 ZTEST(invert_area, test_invert_area_overlap_top_left) in ZTEST() function
75 ZTEST(invert_area, test_invert_area_overlap_top_right) in ZTEST() function
83 ZTEST(invert_area, test_invert_area_overlap_bottom_left) in ZTEST() function
91 ZTEST(invert_area, test_invert_area_overlap_bottom_right) in ZTEST() function
102 ZTEST(invert_area, test_invert_area_outside_top_left) in ZTEST() function
107 ZTEST(invert_area, test_invert_area_outside_bottom_right) in ZTEST() function
Ddraw_point.c50 ZTEST(draw_point, test_draw_point_at_0_0) in ZTEST() function
60 ZTEST(draw_point, test_draw_point_at_1_1) in ZTEST() function
73 ZTEST(draw_point, test_draw_pont_at_9_15) in ZTEST() function
83 ZTEST(draw_point, test_draw_point_at_10_16) in ZTEST() function
93 ZTEST(draw_point, test_draw_point_at_11_17) in ZTEST() function
103 ZTEST(draw_point, test_draw_point_twice_on_same_tile) in ZTEST() function
122 ZTEST(draw_point, test_draw_point_outside_top_left) in ZTEST() function
132 ZTEST(draw_point, test_draw_point_outside_top_right) in ZTEST() function
142 ZTEST(draw_point, test_draw_point_outside_bottom_right) in ZTEST() function
152 ZTEST(draw_point, test_draw_point_outside_bottom_left) in ZTEST() function
/Zephyr-latest/tests/drivers/can/shell/src/
Dmain.c91 ZTEST(can_shell, test_can_start) in ZTEST() function
101 ZTEST(can_shell, test_can_stop) in ZTEST() function
111 ZTEST(can_shell, test_can_show) in ZTEST() function
127 ZTEST(can_shell, test_can_bitrate_missing_value) in ZTEST() function
156 ZTEST(can_shell, test_can_bitrate) in ZTEST() function
161 ZTEST(can_shell, test_can_bitrate_sample_point) in ZTEST() function
166 ZTEST(can_shell, test_can_dbitrate_missing_value) in ZTEST() function
201 ZTEST(can_shell, test_can_dbitrate) in ZTEST() function
206 ZTEST(can_shell, test_can_dbitrate_sample_point) in ZTEST() function
211 ZTEST(can_shell, test_can_timing) in ZTEST() function
[all …]
/Zephyr-latest/tests/drivers/stepper/shell/src/
Dmain.c43 ZTEST(stepper_shell, test_stepper_enable) in ZTEST() function
58 ZTEST(stepper_shell, test_stepper_move_by) in ZTEST() function
67 ZTEST(stepper_shell, test_stepper_set_max_velocity) in ZTEST() function
76 ZTEST(stepper_shell, test_stepper_set_micro_step_res) in ZTEST() function
86 ZTEST(stepper_shell, test_stepper_set_micro_step_res_invalid_value) in ZTEST() function
94 ZTEST(stepper_shell, test_stepper_get_micro_step_res) in ZTEST() function
102 ZTEST(stepper_shell, test_stepper_set_reference_position) in ZTEST() function
112 ZTEST(stepper_shell, test_stepper_get_actual_position) in ZTEST() function
120 ZTEST(stepper_shell, test_stepper_move_to) in ZTEST() function
130 ZTEST(stepper_shell, test_stepper_run) in ZTEST() function
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dtest_suite_invalid_inputs.c28 ZTEST(bt_id_create_invalid_inputs, test_null_addr_null_irk) in ZTEST() function
48 ZTEST(bt_id_create_invalid_inputs, test_null_addr_valid_irk_no_privacy_enabled) in ZTEST() function
70 ZTEST(bt_id_create_invalid_inputs, test_id_list_is_full) in ZTEST() function
92 ZTEST(bt_id_create_invalid_inputs, test_public_address) in ZTEST() function
116 ZTEST(bt_id_create_invalid_inputs, test_rpa_address) in ZTEST() function
137 ZTEST(bt_id_create_invalid_inputs, test_pa_address_exists_in_id_list) in ZTEST() function
160 ZTEST(bt_id_create_invalid_inputs, test_zero_irk_with_privacy) in ZTEST() function
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp24 ZTEST(thrift, test_void) in ZTEST() function
29 ZTEST(thrift, test_string) in ZTEST() function
36 ZTEST(thrift, test_bool) in ZTEST() function
42 ZTEST(thrift, test_byte) in ZTEST() function
52 ZTEST(thrift, test_i32) in ZTEST() function
62 ZTEST(thrift, test_i64) in ZTEST() function
72 ZTEST(thrift, test_double) in ZTEST() function
83 ZTEST(thrift, test_binary) in ZTEST() function
95 ZTEST(thrift, test_struct) in ZTEST() function
105 ZTEST(thrift, test_nested_struct) in ZTEST() function
[all …]
/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c39 ZTEST(regulator_api, test_parent_dvs_state_set_not_implemented) in ZTEST() function
46 ZTEST(regulator_api, test_parent_dvs_state_set_ok) in ZTEST() function
58 ZTEST(regulator_api, test_parent_dvs_state_set_fail) in ZTEST() function
70 ZTEST(regulator_api, test_parent_ship_mode_not_implemented) in ZTEST() function
77 ZTEST(regulator_api, test_parent_ship_mode_ok) in ZTEST() function
88 ZTEST(regulator_api, test_parent_ship_mode_fail) in ZTEST() function
99 ZTEST(regulator_api, test_common_config) in ZTEST() function
138 ZTEST(regulator_api, test_common_is_init_enabled) in ZTEST() function
148 ZTEST(regulator_api, test_enable_disable) in ZTEST() function
190 ZTEST(regulator_api, test_count_voltages_not_implemented) in ZTEST() function
[all …]
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_ase_register.c51 static ZTEST(ascs_register_test_suite, test_cb_register_without_ascs_registered) in ZTEST() function
59 static ZTEST(ascs_register_test_suite, test_ascs_register_with_null_param) in ZTEST() function
67 static ZTEST(ascs_register_test_suite, test_ascs_register_twice) in ZTEST() function
87 static ZTEST(ascs_register_test_suite, test_ascs_register_too_many_sinks) in ZTEST() function
99 static ZTEST(ascs_register_test_suite, test_ascs_register_too_many_sources) in ZTEST() function
111 static ZTEST(ascs_register_test_suite, test_ascs_register_zero_ases) in ZTEST() function
120 static ZTEST(ascs_register_test_suite, test_ascs_register_fewer_than_max_ases) in ZTEST() function
132 static ZTEST(ascs_register_test_suite, test_ascs_unregister_without_register) in ZTEST() function
140 static ZTEST(ascs_register_test_suite, test_ascs_unregister_with_cbs_registered) in ZTEST() function
/Zephyr-latest/tests/misc/kconfigoptions/src/
Dmain.c13 ZTEST(kconfigoptions, test_kconfigoptions_array_hex) in ZTEST() function
19 ZTEST(kconfigoptions, test_kconfigoptions_array_int) in ZTEST() function
25 ZTEST(kconfigoptions, test_kconfigoptions_addr_nodelabel) in ZTEST() function
31 ZTEST(kconfigoptions, test_kconfigoptions_size_nodelabel) in ZTEST() function
/Zephyr-latest/tests/subsys/modbus/src/
Dmain.c9 ZTEST(modbus, test_setup_low_none) in ZTEST() function
22 ZTEST(modbus, test_setup_low_odd) in ZTEST() function
35 ZTEST(modbus, test_setup_high_even) in ZTEST() function
48 ZTEST(modbus, test_setup_ascii) in ZTEST() function
61 ZTEST(modbus, test_setup_raw) in ZTEST() function
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/
Dmain.c127 ZTEST(obj_core, test_obj_core_thread) in ZTEST() function
175 ZTEST(obj_core, test_obj_core_system) in ZTEST() function
195 ZTEST(obj_core, test_obj_core_sys_mem_block) in ZTEST() function
201 ZTEST(obj_core, test_obj_core_mem_slab) in ZTEST() function
208 ZTEST(obj_core, test_obj_core_timer) in ZTEST() function
215 ZTEST(obj_core, test_obj_core_stack) in ZTEST() function
222 ZTEST(obj_core, test_obj_core_fifo) in ZTEST() function
229 ZTEST(obj_core, test_obj_core_lifo) in ZTEST() function
236 ZTEST(obj_core, test_obj_core_pipe) in ZTEST() function
243 ZTEST(obj_core, test_obj_core_msgq) in ZTEST() function
[all …]
/Zephyr-latest/tests/bluetooth/audio/codec/src/
Dmain.c30 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_get_val) in ZTEST() function
46 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_set_val) in ZTEST() function
71 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_set_val_new_value) in ZTEST() function
91 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_unset_val) in ZTEST() function
113 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_freq_to_freq_hz) in ZTEST() function
144 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_get_freq) in ZTEST() function
155 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_set_val_new) in ZTEST() function
175 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_set_freq) in ZTEST() function
191 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_frame_dur_to_frame_dur_us) in ZTEST() function
213 ZTEST(audio_codec_test_suite, test_bt_audio_codec_cfg_get_frame_dur) in ZTEST() function
[all …]
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/
Dtest_callback_register.c36 static ZTEST(bap_broadcast_source_test_cb_register_suite, test_broadcast_source_register_cb) in ZTEST() function
44 static ZTEST(bap_broadcast_source_test_cb_register_suite, in ZTEST() function
53 static ZTEST(bap_broadcast_source_test_cb_register_suite, in ZTEST() function
65 static ZTEST(bap_broadcast_source_test_cb_register_suite, test_broadcast_source_unregister_cb) in ZTEST() function
76 static ZTEST(bap_broadcast_source_test_cb_register_suite, in ZTEST() function
85 static ZTEST(bap_broadcast_source_test_cb_register_suite, in ZTEST() function
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmain.c41 ZTEST(log_syst, test_log_syst_format_table_selection) in ZTEST() function
78 ZTEST(log_syst, test_log_syst_data) in ZTEST() function
90 ZTEST(log_syst, test_log_syst_data_multiple_args) in ZTEST() function
101 ZTEST(log_syst, test_log_syst_float_data) in ZTEST() function
114 ZTEST(log_syst, test_log_syst_data) in ZTEST() function
119 ZTEST(log_syst, test_log_syst_data_multiple_args) in ZTEST() function
124 ZTEST(log_syst, test_log_syst_float_data) in ZTEST() function

12345678910>>...46