network_reconnect_resume_test cannot work for most wifi chips
Bug #1065009 reported by
Brendan Donegan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
High
|
Brendan Donegan |
Bug Description
This script depends on the presence of a message in dmesg to tell it that the wireless interface as re-associated. It appears that on Intel WiFi chips this follows the expected format, but on others it doesn't. A better heuristic is needed for finding the reconnect time for the wireless.
The regex used at the moment is:
"\[(.*)\] wlan.* associated"
which is searched for in dmesg
Related branches
lp://staging/~brendan-donegan/checkbox/bug1065009
- Daniel Manrique (community): Approve
-
Diff: 57 lines (+9/-5)2 files modifieddebian/changelog (+3/-0)
scripts/network_reconnect_resume_test (+6/-5)
summary: |
- network_reconnect_resume_time cannot work for most wifi chips + network_reconnect_resume_test cannot work for most wifi chips |
description: | updated |
Changed in checkbox: | |
assignee: | Sean Feole (sfeole) → nobody |
importance: | Undecided → High |
status: | New → Confirmed |
tags: | added: cert-sru-issue |
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
When writing this test I didn't have any non intel wifi cards available at my disposal. I asked Brendan to post the dmesg output of his non-intel wifi controller here in the bug so we can take a look and find some sort of string to parse.