mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-12 11:27:51 +02: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 IWD
|
||||||
from iwd import PSKAgent
|
from iwd import PSKAgent
|
||||||
from iwd import NetworkType
|
from iwd import NetworkType
|
||||||
from hwsim import Hwsim
|
|
||||||
from hostapd import HostapdCLI
|
from hostapd import HostapdCLI
|
||||||
from wiphy import wiphy_map
|
from wiphy import wiphy_map
|
||||||
|
|
||||||
@ -24,7 +23,6 @@ class Test(unittest.TestCase):
|
|||||||
hostapd = HostapdCLI(intf)
|
hostapd = HostapdCLI(intf)
|
||||||
break
|
break
|
||||||
|
|
||||||
hwsim = Hwsim()
|
|
||||||
wd = IWD()
|
wd = IWD()
|
||||||
|
|
||||||
psk_agent = PSKAgent("secret123")
|
psk_agent = PSKAgent("secret123")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user