kopia lustrzana https://github.com/espressif/esp-idf
d2e519012c
The iperf version used in older version of CI docker images had the following output format: [ 3] 0.0-10.0 sec 1.25 MBytes 1.05 Mbits/sec 0.000 ms 0/ 892 (0%) The newer iperf version which was recently included in the container prints more digits after the decimal point: [ 3] 0.0000-10.0148 sec 1.25 MBytes 1.05 Mbits/sec 0.002 ms 0/ 895 (0%) The regular expression to match this line expected a single zero after the decimal point, so the new format no longer matches. The fix is to expect any number of digits in the fractional part. |
||
---|---|---|
.. | ||
integration_test | ||
python_packages | ||
build_example_dirs.txt | ||
build_pytest_apps.py | ||
build_template_app.sh | ||
check_api_violation.sh | ||
check_artifacts_expire_time.py | ||
check_blobs.sh | ||
check_build_warnings.py | ||
check_callgraph.py | ||
check_codeowners.py | ||
check_copyright.py | ||
check_copyright_config.yaml | ||
check_copyright_ignore.txt | ||
check_deprecated_kconfigs.py | ||
check_esp_memory_utils_headers.sh | ||
check_examples_rom_header.sh | ||
check_executables.py | ||
check_idf_version.sh | ||
check_kconfigs.py | ||
check_ldgen_mapping_exceptions.txt | ||
check_public_headers.py | ||
check_public_headers_exceptions.txt | ||
check_readme_links.py | ||
check_requirement_files.py | ||
check_rules_yml.py | ||
check_soc_headers_leak.py | ||
check_soc_struct_headers.py | ||
check_tools_files_patterns.py | ||
check_type_comments.py | ||
checkout_project_ref.py | ||
ci_fetch_submodule.py | ||
ci_get_mr_info.py | ||
clang_tidy_dirs.txt | ||
configure_ci_environment.sh | ||
deploy_docs.py | ||
envsubst.py | ||
exclude_check_tools_files.txt | ||
executable-list.txt | ||
find_apps_build_apps.sh | ||
fix_empty_prototypes.sh | ||
get-full-sources.sh | ||
get_all_test_results.py | ||
get_supported_examples.sh | ||
idf_ci_utils.py | ||
mirror-submodule-update.sh | ||
multirun_with_pyenv.sh | ||
mypy_ignore_list.txt | ||
push_to_github.sh | ||
setup_python.sh | ||
sonar_exclude_list.txt | ||
static-analysis-rules.yml | ||
test_autocomplete.py | ||
test_build_system_cmake.sh | ||
test_build_system_spaces.py | ||
test_check_kconfigs.py | ||
test_configure_ci_environment.sh | ||
test_reproducible_build.sh | ||
utils.sh |