Home
last modified time | relevance | path

Searched full:dummy (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_printouts.py31 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
35 os.path.join(TEST_DATA, 'tests', 'dummy', 'device'),
42 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
44 'dummy.agnostic.group1.subgroup1.a1_1_tests.assert',
45 'dummy.agnostic.group1.subgroup2.a1_2_tests.assert',
46 'dummy.agnostic.group2.a2_tests.assert1',
47 'dummy.agnostic.group2.a2_tests.assert2',
48 'dummy.agnostic.group2.a3_tests.assert1',
49 'dummy.agnostic.group2.a2_tests.assert3'
55 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
[all …]
Dtest_shuffle.py36 ('123', '1/2', ['dummy.device.group', 'dummy.agnostic.group1.subgroup2']),
37 ('123', '2/2', ['dummy.agnostic.group2', 'dummy.agnostic.group1.subgroup1']),
38 ('321', '1/2', ['dummy.agnostic.group2', 'dummy.agnostic.group1.subgroup2']),
39 ('321', '2/2', ['dummy.device.group', 'dummy.agnostic.group1.subgroup1']),
40 ('123', '1/3', ['dummy.device.group', 'dummy.agnostic.group1.subgroup2']),
41 ('123', '2/3', ['dummy.agnostic.group2']),
42 ('123', '3/3', ['dummy.agnostic.group1.subgroup1']),
43 ('321', '1/3', ['dummy.agnostic.group2', 'dummy.agnostic.group1.subgroup2']),
44 ('321', '2/3', ['dummy.device.group']),
45 ('321', '3/3', ['dummy.agnostic.group1.subgroup1'])
[all …]
Dtest_error.py25 os.path.join(TEST_DATA, 'tests', 'dummy'),
27 'dummy', 'agnostic', 'group1', 'subgroup1',
28 'dummy.agnostic.group1.subgroup1'),
33 'dummy.agnostic.group1.subgroup1',
37 os.path.join(TEST_DATA, 'tests', 'dummy'),
38 'dummy.agnostic.group1.subgroup1',
45 r'always_overflow.dummy SKIPPED \(RAM overflow\)'
49 r'always_overflow.dummy ERROR Build failure \(build\)'
Dtest_quarantine.py37 path = os.path.join(TEST_DATA, 'tests', 'dummy')
66 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
92 … board1_match1 = re.search('agnostic/group2/dummy.agnostic.group2 FILTERED: Quarantine: test '
95 'agnostic/group1/subgroup2/dummy.agnostic.group1.subgroup2 FILTERED: Quarantine: test '
99 'agnostic/group1/subgroup2/dummy.agnostic.group1.subgroup2 FILTERED: Quarantine: test '
103 'agnostic/group1/subgroup1/dummy.agnostic.group1.subgroup1 FILTERED: Quarantine: test '
107 'agnostic/group1/subgroup1/dummy.agnostic.group1.subgroup1 FILTERED: Quarantine: test '
111 'agnostic/group1/subgroup1/dummy.agnostic.group1.subgroup1 FILTERED: Quarantine: test '
/Zephyr-latest/tests/subsys/edac/ibecc/src/
Ddummy.c14 * EDAC dummy is used for coverage tests for -ENOSYS returns
35 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
38 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
41 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
44 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
49 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
52 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
58 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
63 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
66 zassert_equal(ret, -ENOSYS, "dummy api failed"); in ZTEST()
[all …]
/Zephyr-latest/tests/subsys/shell/shell/src/
Dmain.c42 test_shell_execute_cmd("help dummy", -EINVAL); in ZTEST()
43 test_shell_execute_cmd("help dummy dummy", -EINVAL); in ZTEST()
51 test_shell_execute_cmd("clear dummy", -EINVAL); in ZTEST()
52 test_shell_execute_cmd("clear dummy dummy", -EINVAL); in ZTEST()
59 test_shell_execute_cmd("shell dummy", 1); in ZTEST()
60 test_shell_execute_cmd("shell dummy dummy", 1); in ZTEST()
65 test_shell_execute_cmd("shell backspace_mode dummy", 1); in ZTEST()
70 test_shell_execute_cmd("shell backspace_mode backspace dummy", -EINVAL); in ZTEST()
71 test_shell_execute_cmd("shell backspace_mode backspace dummy dummy", in ZTEST()
77 test_shell_execute_cmd("shell backspace_mode delete dummy", -EINVAL); in ZTEST()
[all …]
/Zephyr-latest/scripts/tests/twister/
Dtest_quarantine.py21 ['dummy scenario', 'another scenario'],
22 ['dummy platform', 'another platform'],
23 ['dummy architecture', 'another architecture'],
24 ['dummy simulation', 'another simulation'],
30 ['dummy platform', 'another platform'],
31 ['dummy architecture', 'another architecture'],
32 ['dummy simulation', 'another simulation'],
37 ['dummy scenario', 'another scenario'],
38 ['dummy platform', 'all'],
40 ['dummy simulation', 'another simulation'],
[all …]
Dtest_log_helper.py19 ('Windows', 'dummy message: [\'dummy\', \'command\', \'-flag\']'),
20 ('Linux', 'dummy message: dummy command -flag'),
31 logger = logging.getLogger('dummy')
32 message = 'dummy message'
33 args = ['dummy', 'command', '-flag']
Dtest_cmakecache.py29 ('DUMMY-NOTFOUND', False),
66 'DUMMY:WRONG_TYPE=???',
70 'DUMMY_VALUE_NAME1:STRING=I am a dummy string',
71 CMakeCacheEntry('DUMMY_VALUE_NAME1', 'I am a dummy string')
81 'DUMMY_VALUE_NAME3:INTERNAL=I am a dummy internal string',
82 CMakeCacheEntry('DUMMY_VALUE_NAME3', 'I am a dummy internal string')),
154 CMakeCacheEntry('DUMMY_NAME1', 'dummy value'),
155 'CMakeCacheEntry(name=DUMMY_NAME1, value=dummy value)'
182 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')
184 assert cache.cache_file == 'dummy/path/CMakeCache.txt'
[all …]
Dtest_platform.py23 identifier: dummy empty
27 'name': 'dummy empty',
46 '<dummy empty on arc>'
50 identifier: dummy full
63 - dummy.exe
64 - dummy.bin
83 'name': 'dummy full',
91 'binaries': ['dummy.exe', 'dummy.bin'],
102 '<dummy full on riscv>'
118 platform.load('dummy.yaml')
Dtest_hardwaremap.py49 'id': 'dummy id',
50 'serial': 'dummy serial',
52 'platform': 'dummy platform',
53 'product': 'dummy product',
54 'serial_pty': 'dummy serial pty',
56 'runner_params': ['dummy', 'runner', 'params'],
57 'pre_script': 'dummy pre script',
58 'post_script': 'dummy post script',
59 'post_flash_script': 'dummy post flash script',
60 'runner': 'dummy runner',
[all …]
Dtest_environment.py32 ['--device-serial-pty', 'dummy'],
39 ['--west-runner=dummy'],
46 ['--west-flash=\"--board-id=dummy\"'],
66 'dummy',
79 'dummy',
115 ['/dummy/unrecognised/arg'],
116 'Unrecognized arguments found: \'/dummy/unrecognised/arg\'.' \
165 else f'dummy/path/{name}'
167 return f'dummy/path/{name}'
194 args = ['--size', 'dummy.elf']
[all …]
Dtest_runner.py264 (0, False, 'dummy out',
323 cmake.cwd = os.path.join('dummy', 'working', 'dir')
328 cmake_path = os.path.join('dummy', 'cmake')
352 [os.path.join('dummy', 'cmake'), 'arg1', 'arg2'],
355 cwd=os.path.join('dummy', 'working', 'dir')
379 [os.path.join('dummy', 'cmake'),
387 '-DSNIPPET=dummy snippet 1;ds2',
394 [os.path.join('dummy', 'cmake'),
403 '-DSNIPPET=dummy snippet 1;ds2']),
456 instance_mock.testsuite.required_snippets = ['dummy snippet 1', 'ds2']
[all …]
Dtest_testplan.py356 (os.path.join('test_d', 'test_d.check_1'), ['dummy'],
360 (os.path.join('test_d', 'test_d.check_1'), ['dummy', 'cdc-acm-console'],
992 return_value=['1.dummy.case.1', '1.dummy.case.2',
993 '2.dummy.case.1', '2.dummy.case.2',
994 '3.dummy.case.1', '3.dummy.case.2',
995 '4.dummy.case.1', '4.dummy.case.2',
996 '5.dummy.case.1', '5.dummy.case.2',
1022 │ └── dummy
1023 │ ├── 1.dummy.case.1
1024 │ └── 1.dummy.case.2
[all …]
Dtest_scl.py146 type(context_mark).name = 'dummy context mark'
150 type(problem_mark).name = 'dummy problem mark'
153 raise ScannerError(context='dummy context',
154 context_mark=context_mark, problem='dummy problem',
155 problem_mark=problem_mark, note='Dummy note')
158 filename = 'dummy/file.yaml'
165 mock_file.assert_called_with('dummy/file.yaml', 'r', encoding='utf-8')
170 assert 'dummy problem mark:0:0: error: dummy problem' \
171 ' (note Dummy note context @dummy context mark:0:0' \
172 ' dummy context)' in caplog.text
[all …]
Dtest_testsuite.py265 mock.patch('builtins.open', mock.mock_open(read_data='dummy data')), \
269 scan_file('dummy/path')
384 b'/* dummy */\r\n ztest_run_test_suite(feature)',
406 b'dummy text',
446 (True, [os.path.join('', 'home', 'user', 'dummy_path', 'dummy.c'),
447 os.path.join('', 'home', 'user', 'dummy_path', 'dummy.cpp')]),
467 # ┣ dummy.c
470 # ┣ dummy.cpp
474 new_path_base = ['dummy.c', 'wrong_dummy.h']
475 new_path_subs = ['dummy.cpp', 'wrong_dummy.hpp']
[all …]
Dtest_handlers.py270 handler.pid_fn = os.path.join('dummy', 'path', 'to', 'pid.pid')
281 os.path.join('dummy', 'path', 'to', 'pid.pid')
287 handler.pid_fn = os.path.join('dummy', 'path', 'to', 'pid.pid')
293 os.path.join('dummy', 'path', 'to', 'pid.pid')
389 raise TimeoutExpired('dummy cmd', 'dummyamount')
489 'ASAN_OPTIONS': 'dummy=dummy:',
490 'UBSAN_OPTIONS': 'dummy=dummy:'
588 handler.name= 'Dummy Name'
589 handler._create_command = mock.Mock(return_value=['dummy' , 'command'])
610 robot_mock.assert_called_once_with(['dummy', 'command'], mock.ANY)
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.dummy5 # The Kconfig file is dedicated to Dummy transport of MCUmgr
13 bool "Dummy SMP backend"
16 Enables the dummy SMP backend which can be used for unit testing
22 int "Size of receive buffer for dummy interface mcumgr fragments"
25 Specifies the size of the mcumgr dummy backend receive buffer,
/Zephyr-latest/lib/cpp/minimal/
Dcpp_vtable.cpp19 virtual void dummy();
22 virtual void dummy();
24 void __class_type_info::dummy() { } // causes the vtable to get created here in dummy() function in __cxxabiv1::__class_type_info
25 void __si_class_type_info::dummy() { } // causes the vtable to get created here in dummy() function in __cxxabiv1::__si_class_type_info
/Zephyr-latest/tests/drivers/uart/uart_emul/
Duart_emul.overlay16 euart1: uart-dummy-bus {
23 dummy: uart-dummy {
24 compatible = "uart-dummy";
/Zephyr-latest/include/zephyr/net/
Ddummy.h8 * @brief Dummy layer 2
24 * @brief Dummy L2/driver support functions
25 * @defgroup dummy Dummy L2/driver Support Functions
32 /** Dummy L2 API operations. */
57 * dummy API struct (it is the first one).
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/
Dtest_config.yaml9 - dummy.agnostic\..*
14 - dummy.agnostic\..*
15 - dummy.device\..*
/Zephyr-latest/drivers/display/
DKconfig.dummy1 # Configuration options for dummy display
7 bool "Dummy display driver"
11 Enable dummy display driver compliant with display driver API.
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dsmp_dummy.h9 * @brief Dummy transport for the mcumgr SMP protocol for unit testing.
24 * @brief Clears internal dummy SMP state and resets semaphore
85 * @brief Enabled the dummy SMP module (will process sent/received data)
90 * @brief Disables the dummy SMP module (will not process sent/received data)
95 * @brief Returns status on if the dummy SMP system is active
97 * @retval true if dummy SMP is enabled, false otherwise
/Zephyr-latest/lib/libc/minimal/source/stdout/
Dsprintf.c35 char dummy; in snprintf() local
38 str = &dummy; /* write final NUL to dummy, can't change *s */ in snprintf()
75 char dummy; in vsnprintf() local
78 str = &dummy; /* write final NUL to dummy, can't change * *s */ in vsnprintf()

12345678910>>...23