auto-t: fix testAddressRandomization

This test was dependent on having a local main.conf in /etc/iwd
This commit is contained in:
James Prestwood 2020-03-24 13:24:02 -07:00 committed by Denis Kenzior
parent 7d5ce16f1a
commit 9eb0f973f3
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class Test(unittest.TestCase):
return device.address
def test_connection_success(self):
wd = IWD(True)
wd = IWD()
devices = wd.list_devices(1)
device = devices[0]

View File

@ -1,6 +1,5 @@
[SETUP]
num_radios=2
start_iwd=0
tmpfs_extra_stuff=main.conf
[HOSTAPD]