| /Zephyr-latest/.github/workflows/ |
| D | bsim-tests-publish.yaml | 1 name: Publish BabbleSim Tests Results 9 bsim-test-results: 10 name: "Publish BabbleSim Test Results" 20 - name: Publish BabbleSim Test Results 23 check_name: BabbleSim Test Results 28 files: "bsim-test-results/**/bsim_results.xml"
|
| D | scorecards.yml | 39 results_file: results.sarif 41 # Publish results to OpenSSF REST API for easy access by consumers. 43 # - See https://github.com/ossf/scorecard-action#publishing-results. 46 # Upload the results as artifacts (optional). Commenting out will disable 47 # uploads of run results in SARIF format to the repository Actions tab. 53 path: results.sarif 56 # Upload the results to GitHub's code scanning dashboard (optional). 57 # Commenting out will disable upload of results to your repo's Code Scanning dashboard 61 sarif_file: results.sarif
|
| D | compliance.yml | 88 - name: upload-results 107 results=$(cat $f) 108 results="${results//'%'/'%25'}" 109 results="${results//$'\n'/'%0A'}" 110 results="${results//$'\r'/'%0D'}" 113 echo "::warning file=${f}::$results" 115 echo "::error file=${f}::$results"
|
| D | twister.yaml | 181 - name: Upload Unit Test Results 185 name: Unit Test Results (Subset ${{ matrix.subset }}) 211 twister-test-results: 212 name: "Publish Unit Tests Results" 233 - name: Merge Test Results 239 - name: Upload Unit Test Results 243 name: Unit Test Results 249 - name: Publish Unit Test Results 252 check_name: Unit Test Results 265 - name: Upload Twister Analysis Results [all …]
|
| /Zephyr-latest/cmake/sca/polyspace/ |
| D | sca.cmake | 18 find_program(POLYSPACE_RESULTS_EXE NAMES polyspace-results-export REQUIRED) 75 # Create results directory 77 set(POLYSPACE_RESULTS_FILE ${POLYSPACE_RESULTS_DIR}/results.csv) 104 -results-dir ${POLYSPACE_RESULTS_DIR} 110 || ${CMAKE_COMMAND} -E true # allow to continue processing results 116 add_custom_target(polyspace-results ALL 118 -results-dir ${POLYSPACE_RESULTS_DIR} 121 || ${CMAKE_COMMAND} -E true # allow to continue processing results 127 add_dependencies(polyspace-results polyspace-analyze) 131 # summarize results # [all …]
|
| /Zephyr-latest/subsys/net/l2/wifi/ |
| D | Kconfig | 5 bool "Raw scan results" 7 This option enables raw scan results. When enabled, the raw scan 8 results (beacons or probe responses) are provided to the application. 15 int "Maximum length of raw scan results" 18 This option defines the maximum length of raw scan results. 21 bool "Only raw scan results" 23 This option enables only raw scan results. When enabled, the raw scan 24 results (beacons or probe responses) are provided to the application. 25 The scan results are not parsed and the application is responsible 26 for parsing the scan results. Normal scan results are not provided
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/replay_cache/ |
| D | replay_attack.sh | 10 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_erase 15 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_rm 20 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_erase 25 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_rm
|
| D | rpl_frag.sh | 16 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_erase \ 22 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_rm 26 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_erase \ 31 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_rm
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/ |
| D | sol_replay.sh | 27 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase 33 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm 39 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase 45 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm 51 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_erase 57 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_rm
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/test_scripts/ |
| D | disconnect.sh | 36 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Tx.pcap \ 37 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Tx.csv 40 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Rx.pcap \ 41 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Rx.csv 43 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Tx.pcap" 44 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.Rx.pcap"
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
| D | reprovisioning.sh | 14 -flash=../results/mesh_pst_repr/flash.bin -flash_erase \ 20 -flash=../results/mesh_pst_repr/flash.bin -flash_rm \ 25 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_erase \ 30 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_rm \
|
| /Zephyr-latest/include/zephyr/bluetooth/classic/ |
| D | classic.h | 86 * Start BR/EDR discovery (inquiry) and provide results through the specified 87 * callback. The discovery results will be notified through callbacks 89 * If more inquiry results were received during session than 94 * @param results Storage for discovery results. 95 * @param count Number of results in storage. Valid range: 1-255. 101 struct bt_br_discovery_result *results, size_t count); 107 * results won't be reported 119 * @param result Storage used for discovery results 125 * @param results Storage used for discovery results 126 * @param count Number of valid discovery results. [all …]
|
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ |
| D | reports.py | 133 message="No results captured, testsuite misconfiguration?" 498 # name, datatype, lower results better 506 results = [] 531 results.append((instance, metric, instance.metrics.get(metric, 0), delta, 533 return results 636 def summary(self, results, ignore_unrecognized_sections, duration): argument 655 if results.total and results.total != results.filtered_configs: 656 pass_rate = (float(results.passed) / float(results.total - results.filtered_configs)) 665 unfiltered_configs = results.total - results.filtered_configs 667 f'{TwisterStatus.get_color(TwisterStatus.NOTRUN)}{results.notrun}{Fore.RESET}' [all …]
|
| D | runner.py | 977 def process(self, pipeline, done, message, lock, results): argument 993 # Here we check the dt/kconfig filter results coming from running cmake 998 results.filtered_runtime_increment() 1026 # Here we check the runtime filter results coming from running cmake 1031 results.filtered_runtime_increment() 1058 results.skipped_increment() 1076 self.determine_testcases(results) 1175 # Report results and output progress to screen 1180 self.report_out(results) 1238 def determine_testcases(self, results): argument [all …]
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
| D | _conn_stress.sh | 56 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.pcap \ 57 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Tx.csv 60 ${BSIM_OUT_PATH}/results/${simulation_id}/Trace_Rx_$i.pcap \ 61 ${BSIM_OUT_PATH}/results/${simulation_id}/d_2G4_$i.Rx.csv 63 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_$i.pcap" 64 echo "${BSIM_OUT_PATH}/results/${simulation_id}/Trace_Rx_$i.pcap"
|
| /Zephyr-latest/tests/kernel/workq/work_queue/ |
| D | README.txt | 23 make clean # discard results of previous builds 26 make pristine # discard results of previous builds 49 - Checking results 58 - Checking results 75 - Checking results 84 - Checking results 94 - Checking results 100 - Checking results
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/ |
| D | _compile_permutate_kconfigs.sh | 35 local -a results=() 49 results=("${results[@]}" "${list[$j]}n") 51 results=("${results[@]}" "${list[$j]}y") 55 printf '%s\n' "${results[@]}" > $3
|
| /Zephyr-latest/subsys/ipc/ipc_service/backends/ |
| D | Kconfig | 26 Chosing this backend results in single endpoint implementation based 36 Chosing this backend results in multi endpoint implementation based 47 Chosing this backend results in multi endpoint implementation based
|
| /Zephyr-latest/include/zephyr/net/ |
| D | zperf.h | 60 /** Performance results */ 78 * @param result Session results. May be NULL for certain events. 90 * @param result Session results. 102 * @param result Session results. 115 * @param callback Session results callback. 130 * @param callback Session results callback. 145 * @param callback Session results callback. 159 * @param callback Session results callback.
|
| /Zephyr-latest/tests/kernel/common/src/ |
| D | timeout_order.c | 16 static int results[NUM_TIMEOUTS], cur; variable 28 results[cur++] = id; in thread() 61 results[ii] = -1; in ZTEST() 79 /* Check results */ in ZTEST() 81 zassert_equal(results[ii], ii, ""); in ZTEST()
|
| /Zephyr-latest/subsys/net/lib/zperf/ |
| D | zperf_udp_uploader.c | 25 struct zperf_results *results) in zperf_upload_decode_stat() argument 37 results->nb_packets_rcvd = ntohl(UNALIGNED_GET(&stat->datagrams)); in zperf_upload_decode_stat() 38 results->nb_packets_lost = ntohl(UNALIGNED_GET(&stat->error_cnt)); in zperf_upload_decode_stat() 39 results->nb_packets_outorder = in zperf_upload_decode_stat() 41 results->total_len = (((uint64_t)ntohl(UNALIGNED_GET(&stat->total_len1))) << 32) + in zperf_upload_decode_stat() 43 results->time_in_us = ntohl(UNALIGNED_GET(&stat->stop_usec)) + in zperf_upload_decode_stat() 45 results->jitter_in_us = ntohl(UNALIGNED_GET(&stat->jitter2)) + in zperf_upload_decode_stat() 53 struct zperf_results *results, in zperf_upload_fin() argument 123 zperf_upload_decode_stat(stats, ret, results); in zperf_upload_fin() 143 struct zperf_results *results) in udp_upload() argument [all …]
|
| /Zephyr-latest/samples/subsys/zbus/benchmark/ |
| D | benchmark_256KB.robot | 43 Measure Results 66 ${duration} Measure Results 88 @{results} Create List 96 Log To Console \n${results} 98 Append To Csv File ${csv_file} ${results}
|
| /Zephyr-latest/tests/kernel/workq/work_queue/src/ |
| D | main.c | 67 static int results[NUM_TEST_ITEMS]; variable 102 results[num_results++] = ti->key; in work_handler() 124 results[i] = 0; in reset_results() 176 zassert_equal(results[i], i + 1, in check_results() 179 results[i], i, i + 1); in check_results() 216 results[num_results++] = ti->key; in resubmit_work_handler() 244 LOG_DBG(" - Checking results"); in ZTEST() 257 results[num_results++] = ti->key; in delayed_work_handler() 357 LOG_DBG(" - Checking results"); in ZTEST() 377 LOG_DBG(" - Checking results"); in ZTEST() [all …]
|
| /Zephyr-latest/subsys/stats/ |
| D | Kconfig | 19 but results in a larger code size. 29 but results in a larger code size.
|
| /Zephyr-latest/doc/develop/sca/ |
| D | polyspace.rst | 42 Reviewing results 47 detailed results. 50 `Polyspace user interface <https://mathworks.com/help/bugfinder/review-results-1.html>`__ 54 For programmatic access of the results, e.g., in the CI pipeline, the 55 individual issues are also described in a CSV file in the results folder.
|