Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/lwm2m/content_link_format/src/
Dmain.c84 static struct lwm2m_obj_path test_path; variable
101 memset(&test_path, 0, sizeof(test_path)); in context_reset()
102 test_path.level = LWM2M_PATH_LEVEL_OBJECT; in context_reset()
103 test_path.obj_id = TEST_OBJ_ID; in context_reset()
104 test_path.obj_inst_id = TEST_OBJ_INST_ID; in context_reset()
105 test_path.res_id = TEST_RES_S8; in context_reset()
131 ret = link_format_writer.put_begin(&test_out, &test_path); in ZTEST()
147 ret = link_format_writer.put_begin(&test_out, &test_path); in ZTEST()
163 ret = link_format_writer.put_begin(&test_out, &test_path); in ZTEST()
178 ret = link_format_writer.put_begin(&test_out, &test_path); in ZTEST()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/test_scripts/
Drun.sh9 test_path=$(guess_test_long_name)
10 dev_exe="bs_${BOARD_TS}_${test_path}_prj_conf"
11 simulation_id="${test_path}"
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/test_scripts/
Drun_test.sh11 test_path="$(guess_test_long_name)"
12 central_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_${test_path}_central_prj_conf"
13 peripheral_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_${test_path}_peripheral_prj_conf"
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_runner.py202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument
203 args = ['-i', '--outdir', out_path, '-T', test_path, flag] + \
237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument
239 args = ['--outdir', out_path,'-i', '-T', test_path, '--build-only'] + \
252 args = ['--outdir', out_path,'-i', '-T', test_path, '--test-only'] + \
361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument
362 args = ['--outdir', out_path, '-T', test_path, flag] + \
384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument
385 args = ['--outdir', out_path, '-T', test_path, '--cmake-only'] + \
430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument
[all …]
Dtest_addon.py48 test_path = os.path.join(TEST_DATA, 'tests', 'san', 'ubsan')
49 args = ['-i', '--outdir', out_path, '-T', test_path] + \
75 test_path = os.path.join(TEST_DATA, 'tests', 'san', 'lsan')
76 args = ['-i', '--outdir', out_path, '-T', test_path] + \
108 test_path = os.path.join(TEST_DATA, 'tests', 'san', 'asan')
109 args = ['-i', '-W', '--outdir', out_path, '-T', test_path] + \
132 test_path = os.path.join(TEST_DATA, 'tests', 'params', 'dummy')
133 args = ['-i', '--outdir', out_path, '-T', test_path] + \
268 test_path = os.path.join(TEST_DATA, 'samples', 'pytest', 'shell')
269 args = ['-i', '--outdir', out_path, '-T', test_path] + \
[all …]
Dtest_coverage.py164 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument
165 args = ['-i','--outdir', out_path, '-T', test_path] + \
192 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
193 args = ['-i','--outdir', out_path, '-T', test_path] + \
220 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument
225 args = ['--outdir', out_path,'-i', '-T', test_path] + \
267 test_path = os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2')
269 args = ['--outdir', out_path,'-i', '-T', test_path] + \
299 …def test_coverage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expecte… argument
300 args = ['--outdir', out_path,'-i', '-T', test_path] + \
[all …]
Dtest_report.py140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
141 args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports'] + \
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
190 …args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports', '--report-suffix=TEST']…
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
219 args = ['-i', '--outdir', out_path, '-T', test_path] + \
248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
249 args = ['-i', '--outdir', out_path, '-T', test_path, "--report-dir", dir_name] + \
285 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
286 args = ['-i', '-T', test_path, "--outdir", dir_name] + \
[all …]
Dtest_printouts.py284 def test_list_tags(self, capfd, out_path, test_path, expected): argument
285 args = ['--outdir', out_path, '-T', test_path, '--list-tags']
318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
319 args = ['--outdir', out_path, '-T', test_path, '--list-tests', detailed_id]
354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
355 args = ['--outdir', out_path, '-T', test_path, '--test-tree', detailed_id]
375 def test_timestamps(self, capfd, out_path, test_path, test_platforms): argument
377 args = ['-i', '--outdir', out_path, '-T', test_path, '--timestamps', '-v'] + \
451 def test_force_color(self, capfd, out_path, test_path, test_platforms): argument
453 args = ['-i', '--outdir', out_path, '-T', test_path, '--force-color'] + \
Dtest_disable.py76 …def test_disable_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected… argument
77 args = ['-i', '--outdir', out_path, '-T', test_path] + \
110 …def test_disable_warnings_as_errors(self, capfd, out_path, test_path, test_platforms, flag, expect… argument
111 args = ['-i', '--outdir', out_path, '-T', test_path] + \
Dtest_platform.py192 def test_any_platform(self, capfd, out_path, test_path, test_platforms, flag): argument
193 args = ['--outdir', out_path, '-T', test_path, '-y'] + \
228 def test_exclude_platform(self, capfd, out_path, test_path, test_platforms, expected): argument
229 args = ['--outdir', out_path, '-T', test_path] + \
277 def test_emulation_only(self, capfd, out_path, test_path, test_platforms, expected): argument
278 args = ['-i', '--outdir', out_path, '-T', test_path] + \
Dtest_quarantine.py76 … def test_quarantine_list(self, capfd, out_path, test_path, test_platforms, quarantine_directory): argument
77 args = ['--outdir', out_path, '-T', test_path] +\
Dtest_tooling.py106 def test_ninja(self, capfd, out_path, test_path, test_platforms, flag): argument
107 args = ['--outdir', out_path, '-T', test_path, flag] + \
Dtest_output.py168 test_path = os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic')
169 args = ['--outdir', out_path, '-T', test_path, *flags]
/Zephyr-latest/tests/net/lib/lwm2m/content_oma_tlv/src/
Dmain.c30 static struct lwm2m_obj_path test_path; variable
53 memset(&test_path, 0, sizeof(test_path)); in context_reset()
54 test_path.level = LWM2M_PATH_LEVEL_RESOURCE; in context_reset()
124 test_path.res_id = res_id[i]; in ZTEST()
126 ret = oma_tlv_writer.put_s8(&test_out, &test_path, value[i]); in ZTEST()
144 ret = oma_tlv_writer.put_s8(&test_out, &test_path, INT8_MAX); in ZTEST()
190 test_path.res_id = res_id[i]; in ZTEST()
192 ret = oma_tlv_writer.put_s16(&test_out, &test_path, value[i]); in ZTEST()
210 ret = oma_tlv_writer.put_s16(&test_out, &test_path, INT16_MAX); in ZTEST()
260 test_path.res_id = res_id[i]; in ZTEST()
[all …]
/Zephyr-latest/scripts/tests/twister/
Dtest_mixins.py15 test_path = os.path.join(test_data, 'mixins')
17 return_code = pytest.main([test_path])
/Zephyr-latest/tests/net/lib/lwm2m/content_plain_text/src/
Dmain.c14 static struct lwm2m_obj_path test_path; variable
75 ret = plain_text_writer.put_s8(&test_out, &test_path, value[i]); in ZTEST()
93 ret = plain_text_writer.put_s8(&test_out, &test_path, INT8_MAX); in ZTEST()
106 ret = plain_text_writer.put_s16(&test_out, &test_path, value[i]); in ZTEST()
124 ret = plain_text_writer.put_s16(&test_out, &test_path, INT16_MAX); in ZTEST()
137 ret = plain_text_writer.put_s32(&test_out, &test_path, value[i]); in ZTEST()
155 ret = plain_text_writer.put_s32(&test_out, &test_path, INT32_MAX); in ZTEST()
170 ret = plain_text_writer.put_s64(&test_out, &test_path, value[i]); in ZTEST()
188 ret = plain_text_writer.put_s64(&test_out, &test_path, INT64_MAX); in ZTEST()
197 ret = plain_text_writer.put_string(&test_out, &test_path, in ZTEST()
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/content_raw_cbor/src/
Dmain.c22 static struct lwm2m_obj_path test_path; variable
110 ret = cbor_writer.put_s8(&test_out, &test_path, value[i]); in ZTEST()
128 ret = cbor_writer.put_s8(&test_out, &test_path, INT8_MAX); in ZTEST()
168 ret = cbor_writer.put_s16(&test_out, &test_path, value[i]); in ZTEST()
186 ret = cbor_writer.put_s16(&test_out, &test_path, INT16_MAX); in ZTEST()
226 ret = cbor_writer.put_s32(&test_out, &test_path, value[i]); in ZTEST()
244 ret = cbor_writer.put_s32(&test_out, &test_path, INT32_MAX); in ZTEST()
286 ret = cbor_writer.put_s64(&test_out, &test_path, value[i]); in ZTEST()
304 ret = cbor_writer.put_s64(&test_out, &test_path, INT64_MAX); in ZTEST()
365 ret = cbor_writer.put_float(&test_out, &test_path, &value[i]); in ZTEST()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/
D_conn_stress.sh25 test_path="bsim_bluetooth_host_misc_conn_stress"
26 bsim_central_exe_name="bs_${BOARD_TS}_${test_path}_central_prj_conf"
27 bsim_peripheral_exe_name="bs_${BOARD_TS}_${test_path}_peripheral_prj_conf"
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dtest.c229 static const char * const test_path[] = { "test", NULL }; variable
236 .path = test_path,
/Zephyr-latest/scripts/west_commands/
Dbuild.py202 test_path = self.args.source_dir
204 test_path = os.path.dirname(self.args.test_item)
205 if test_path and os.path.exists(test_path):
206 self.args.source_dir = test_path
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c34 static const char test_path[] = "test"; variable
52 .path = test_path,
62 .path = test_path,
793 .path = test_path, in ZTEST()
874 .path = test_path in ZTEST()
884 .path = test_path, in ZTEST()
912 .path = test_path, in ZTEST()
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c33 static const char * const test_path[] = { "test", NULL }; variable
151 for (p = test_path; p && *p; p++) { in send_simple_coap_request()
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2898 ZTEST(devicetree_api, test_path) in ZTEST() argument
/Zephyr-latest/doc/develop/test/
Dtwister.rst550 ``bs_<platform_name>_<test_path>_<test_scenario_name>``.