3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

auto-t: remove hwsim dependency from testSAQuery

hwsim was imported but never used
This commit is contained in:
James Prestwood 2019-01-08 14:39:29 -08:00 committed by Denis Kenzior
parent 2f4c9d05fe
commit edbe38103a

View File

@ -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")