Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/ci/es_upload/
DREADME.md56 either `testcases` or `recording`, so each item there becomes an independent data record
87 ### Twister tests with recording
89 Store test results with `recording` data entries, for example from
96 --index zephyr-test-recording-example-1 \
100 Upload data with 'flattened' test suites creating documents for each `recording` data entry.
103 --index zephyr-test-recording-example-1 \
105 --flatten recording \
110 ### Twister test with recording and extracting more data
112 Store test results with `recording` data entries which are also scanned by regular expressions
120 --index zephyr-test-recording-example-2 \
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py61 self.recording = None
96 def record(self, recording, fname_csv="recording.csv"): argument
97 if recording:
98 if self.recording is None:
99 self.recording = recording.copy()
101 self.recording.extend(recording)
106 fieldnames = self.recording[0].keys(),
110 cw.writerows(self.recording)
Dharness.py57 self.recording = []
135 self.recording.append(rec)
374 self.instance.record(self.recording)
Dreports.py442 if instance.recording is not None:
443 suite['recording'] = instance.recording
Dhandlers.py164 self.instance.record(harness.recording)
/Zephyr-latest/tests/benchmarks/sched_queues/
DKconfig29 to the Twister JSON report and recording.csv file(s).
DREADME.rst28 into ``recording.csv`` files and ``twister.json`` report.
/Zephyr-latest/tests/benchmarks/wait_queues/
DKconfig29 to the Twister JSON report and recording.csv file(s).
DREADME.rst26 into ``recording.csv`` files and ``twister.json`` report.
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DREADME.rst5 USB Audio 2 implicit feedback sample playing stereo and recording mono audio
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
DREADME.rst35 - Start recording audio stream (for example using Audacity).
/Zephyr-latest/samples/subsys/usb/audio/headset/
DREADME.rst34 - Start recording audio stream (for example using Audacity).
/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py242 recording = [ {'field_1': 'recording_1_1', 'field_2': 'recording_1_2'},
257 testinstance.record(recording)
266 mock_writeheader.assert_has_calls([mock.call({ k:k for k in recording[0]})])
267 mock_writerows.assert_has_calls([mock.call(recording)])
Dtest_harness.py145 assert not harness.recording
150 assert harness.recording == expected_records
193 assert harness.recording == []
422 console.recording = []
Dtest_handlers.py138 harness.recording = mock.Mock()
153 instance.assert_has_calls([mock.call.record(harness.recording)])
/Zephyr-latest/doc/services/resource_management/
Dindex.rst57 responsible for recording whether their requests were accepted, and for
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst168 we can stop the recording and analyze the data using:
/Zephyr-latest/doc/develop/west/
Dzephyr-cmds.rst134 - ``--analyze-includes``: in addition to recording the compiled source code
/Zephyr-latest/doc/develop/test/
Dtwister.rst593 record: <recording options> (optional)
598 directory ``recording.csv`` file as well as ``recording`` property
612 into ``twister.json`` as nested ``recording`` object properties.
613 The corresponding ``recording.csv`` columns will contain strings as-is.
637 "recording":[
/Zephyr-latest/doc/develop/flash_debug/
Dhost-tools.rst295 - SystemView: Real-time event visualization and recording
/Zephyr-latest/doc/services/tracing/
Dindex.rst233 This allows for recording very long traces. To configure Zephyr for RTT streaming to Tracealyzer,