]> git.ipfire.org Git - thirdparty/systemd.git/commit - test/test-network/systemd-networkd-tests.py
test: avoid failing due to unexpected precision
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 6 Jun 2020 10:50:48 +0000 (12:50 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 6 Jun 2020 16:33:35 +0000 (18:33 +0200)
commit7887e58051f0c4ae712dd6c2af461369d53e37b7
treeefa21b6e93ff2b3455622f1512dd128b314982d8
parent6495ceddf38aed2c9efdcf9d3440140190800b55
test: avoid failing due to unexpected precision

After today's Arch Linux image update, there seems to be a slight change
in delay reporting which breaks some asserts in
systemd-networkd-tests.py:

Expected:
        limit 100 delay 50.0ms  10.0ms loss 20%
Current:
        limit 100 delay 50ms  10ms loss 20%
test/test-network/systemd-networkd-tests.py