esp-idf/tools/ci/python_packages
Ivan Grokhotkov d2e519012c
ci: iperf: recognize report results from newer iperf versions
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.
2022-05-10 15:49:53 +02:00
..
idf_http_server_test esp_http_server: Minor updates in error messages 2022-03-09 14:43:10 +05:30
idf_iperf_test_util ci: iperf: recognize report results from newer iperf versions 2022-05-10 15:49:53 +02:00
tiny_test_fw Revert "ci: temporarily disable s3 assign test" 2022-03-25 12:39:57 +08:00
ttfw_idf ci: build all when has env var NIGHTLY_RUN 2022-02-22 14:57:38 +08:00
gitlab_api.py
wifi_tools.py