ihv whitelists refer to a non-existent networking/info_automated

Bug #1262205 reported by Sylvain Pineau
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Checkbox
Fix Released
High
Daniel Manrique

Bug Description

Both ethernet and wireless whitelists include networking/info_automated but this job does no exist.
They should instead refer to ethernet/info_automated and wireless/info_automated (this one has to be created).

Looking at the command of ethernet/info_automated, it should even be fixed to restrict the devices to the NETWORK category:

Now:
command: udev_resource | filter_templates -w "category=WIRELESS" -w "category=NETWORK"| awk "/path: / { print \$2 }"| xargs -n 1 sh -c "for i in \`ls /sys\$0/net 2>/dev/null\`; do network_info \$i; done"

Expected:
command: udev_resource | filter_templates -w "category=NETWORK"| awk "/path: / { print \$2 }"| xargs -n 1 sh -c "for i in \`ls /sys\$0/net 2>/dev/null\`; do network_info \$i; done"

Related branches

affects: checkbox-ihv-ng → checkbox
Changed in checkbox:
milestone: version1.5 → none
information type: Proprietary → Public
Changed in checkbox-ihv-ng:
milestone: none → version1.5
importance: Undecided → High
Changed in checkbox:
milestone: none → 2014-01-17
Changed in checkbox-ihv-ng:
status: New → Confirmed
Revision history for this message
Daniel Manrique (roadmr) wrote :

I'll grab this as I'm working on linting whitelists.

Changed in checkbox-ihv-ng:
assignee: nobody → Daniel Manrique (roadmr)
Changed in checkbox:
assignee: nobody → Daniel Manrique (roadmr)
Daniel Manrique (roadmr)
Changed in checkbox:
status: New → In Progress
Changed in checkbox-ihv-ng:
status: Confirmed → In Progress
Daniel Manrique (roadmr)
Changed in checkbox-ihv-ng:
status: In Progress → Fix Committed
Daniel Manrique (roadmr)
Changed in checkbox:
status: In Progress → Fix Committed
Changed in checkbox-ihv-ng:
status: Fix Committed → Fix Released
Changed in checkbox:
status: Fix Committed → Fix Released
Daniel Manrique (roadmr)
Changed in checkbox:
status: Fix Released → Fix Committed
Changed in checkbox:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.