network_reconnect_resume_test fails when run for wired connection
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
Medium
|
Brendan Donegan |
Bug Description
This script is used to check the length of time it takes for a network interface to come back up after a suspend. At the moment when run for the 'wired' interface it is failing with the following stack trace:
Traceback (most recent call last):
File "scripts/
sys.
File "scripts/
timedif = get_time_
File "scripts/
if reconnect_time >= resume_time:
TypeError: unorderable types: str() >= float()
This seems to be because the reconnect_time is actually stored as a string rather than a float.
Related branches
- Marc Tardif (community): Approve
-
Diff: 25 lines (+3/-1)2 files modifieddebian/changelog (+2/-0)
scripts/network_reconnect_resume_test (+1/-1)
- Daniel Manrique (community): Approve
-
Diff: 1477 lines (+506/-529) (has conflicts)1 file modifieddebian/changelog (+506/-529)
Changed in checkbox: | |
importance: | Undecided → Medium |
status: | New → In Progress |
assignee: | nobody → Brendan Donegan (brendan-donegan) |
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |