mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 19:12:33 +01:00
auto-t: fix testAddressRandomization
This test was dependent on having a local main.conf in /etc/iwd
This commit is contained in:
parent
7d5ce16f1a
commit
9eb0f973f3
@ -38,7 +38,7 @@ class Test(unittest.TestCase):
|
|||||||
return device.address
|
return device.address
|
||||||
|
|
||||||
def test_connection_success(self):
|
def test_connection_success(self):
|
||||||
wd = IWD(True)
|
wd = IWD()
|
||||||
|
|
||||||
devices = wd.list_devices(1)
|
devices = wd.list_devices(1)
|
||||||
device = devices[0]
|
device = devices[0]
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[SETUP]
|
[SETUP]
|
||||||
num_radios=2
|
num_radios=2
|
||||||
start_iwd=0
|
|
||||||
tmpfs_extra_stuff=main.conf
|
tmpfs_extra_stuff=main.conf
|
||||||
|
|
||||||
[HOSTAPD]
|
[HOSTAPD]
|
||||||
|
Loading…
Reference in New Issue
Block a user