esp-idf/tools/ci/python_packages/idf_iperf_test_util
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
..
__init__.py test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
Attenuator.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
IperfUtility.py ci: iperf: recognize report results from newer iperf versions 2022-05-10 15:49:53 +02:00
LineChart.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
PowerControl.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
requirements.txt test: add ethernet iperf example test case 2021-07-28 09:39:02 +08:00
TestReport.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00