Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601322 Details for
Bug 843616
wlan test should not use HAL
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
wlan test patch to use udev
wlan.patch (text/plain), 1.27 KB, created by
Greg Nichols
on 2012-07-30 17:54:29 UTC
(
hide
)
Description:
wlan test patch to use udev
Filename:
MIME Type:
Creator:
Greg Nichols
Created:
2012-07-30 17:54:29 UTC
Size:
1.27 KB
patch
obsolete
>Index: wlan.py >=================================================================== >--- wlan.py (revision 953) >+++ wlan.py (working copy) >@@ -26,7 +26,6 @@ > from v7.tags import Constants, DeviceClass > from v7.hal import Hal > from v7.test import Test, TestTag >-from v7.v7kudzu import Kudzu > from v7.command import Command, V7CommandException > from v7.environment import Environment > >@@ -44,14 +43,13 @@ > def tags(self): > return [TestTag.noninteractive, TestTag.certification] > >- def plan(self, devices): >+ def plan(self, planner): > tests = dict() >+ devices = planner.getUdevDeviceDetector().getDevices() > for device in devices: > logicalDevice = None >- if "net" in device.getProperty("info.capabilities") and not "xen" in device.getProperty("net.physical_device"): >- logicalDevice = device.getProperty('net.interface') >- elif device.getProperty("class") == Kudzu.classNetwork: >- logicalDevice = device.getProperty('device') >+ if "net" == device.getProperty("SUBSYSTEM"): >+ logicalDevice = device.getProperty('INTERFACE') > > """ if network logical device was found, and not already planned, > and it's not in the ignore list, add it"""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 843616
: 601322 |
601324