mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
auto-t: remove hwsim dependency from testSAQuery
hwsim was imported but never used
This commit is contained in:
parent
2f4c9d05fe
commit
edbe38103a
@ -8,7 +8,6 @@ import iwd
|
||||
from iwd import IWD
|
||||
from iwd import PSKAgent
|
||||
from iwd import NetworkType
|
||||
from hwsim import Hwsim
|
||||
from hostapd import HostapdCLI
|
||||
from wiphy import wiphy_map
|
||||
|
||||
@ -24,7 +23,6 @@ class Test(unittest.TestCase):
|
||||
hostapd = HostapdCLI(intf)
|
||||
break
|
||||
|
||||
hwsim = Hwsim()
|
||||
wd = IWD()
|
||||
|
||||
psk_agent = PSKAgent("secret123")
|
||||
|
Loading…
Reference in New Issue
Block a user