aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Prestwood <prestwoj@gmail.com>2020-03-24 13:24:02 -0700
committerDenis Kenzior <denkenz@gmail.com>2020-03-21 00:10:34 -0500
commit9eb0f973f3cd314fa575d4d52752ab21df864c79 (patch)
tree51778f307f6af8492314455e0b64240b9d458ec8
parent7d5ce16f1ae0e7c19f341c413a989adb91764850 (diff)
downloadiwd-9eb0f973f3cd314fa575d4d52752ab21df864c79.tar.gz
auto-t: fix testAddressRandomization
This test was dependent on having a local main.conf in /etc/iwd
-rw-r--r--autotests/testAddressRandomization/connection_test.py2
-rw-r--r--autotests/testAddressRandomization/hw.conf1
2 files changed, 1 insertions, 2 deletions
diff --git a/autotests/testAddressRandomization/connection_test.py b/autotests/testAddressRandomization/connection_test.py
index fab8fea9f..74c9601d6 100644
--- a/autotests/testAddressRandomization/connection_test.py
+++ b/autotests/testAddressRandomization/connection_test.py
@@ -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]
diff --git a/autotests/testAddressRandomization/hw.conf b/autotests/testAddressRandomization/hw.conf
index fa46c8b82..35af520e0 100644
--- a/autotests/testAddressRandomization/hw.conf
+++ b/autotests/testAddressRandomization/hw.conf
@@ -1,6 +1,5 @@
[SETUP]
num_radios=2
-start_iwd=0
tmpfs_extra_stuff=main.conf
[HOSTAPD]