fedora-python / python-ethtool

Deprecated Python bindings for the ethtool kernel interface
GNU General Public License v2.0
15 stars 13 forks source link

FAIL: test_show_coalesce_eth (tests.test_scripts.ScriptsTests) #26

Closed hroncok closed 7 years ago

hroncok commented 7 years ago

On my machine:

Traceback (most recent call last):
  File "python-ethtool/tests/test_scripts.py", line 132, in test_show_coalesce_eth
    self.assertTrue(line.startswith(expected_start))
AssertionError: False is not true
hroncok commented 7 years ago

After debugging this it started working for my Python 3.5, later also for 2.7 and later also for 3.6. I reverted all my changes and it still works. Bloody hell this is so non-deterministic.