From 9eb0f973f3cd314fa575d4d52752ab21df864c79 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 24 Mar 2020 13:24:02 -0700 Subject: [PATCH] auto-t: fix testAddressRandomization This test was dependent on having a local main.conf in /etc/iwd --- autotests/testAddressRandomization/connection_test.py | 2 +- autotests/testAddressRandomization/hw.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/autotests/testAddressRandomization/connection_test.py b/autotests/testAddressRandomization/connection_test.py index fab8fea9..74c9601d 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 fa46c8b8..35af520e 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]