auto-t: fix hotspot autoconnect test

The test was removing files in /var/lib/iwd which is no longer
mounted read/write (nor are config files put there anymore).
This commit is contained in:
James Prestwood 2020-10-29 09:19:02 -07:00 committed by Denis Kenzior
parent 2079b1ef4a
commit 87a29c9ca3
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class Test(unittest.TestCase):
#
# Remove provisioning file, this should cause a disconnect.
#
os.remove("/var/lib/iwd/ssidWPA2-1.psk")
os.remove("/tmp/iwd/ssidWPA2-1.psk")
condition = 'obj.state == DeviceState.disconnected'
wd.wait_for_object_condition(device, condition)
@ -74,7 +74,7 @@ class Test(unittest.TestCase):
testutil.test_iface_operstate()
testutil.test_ifaces_connected(device.name, hapd_hotspot.ifname)
os.remove('/var/lib/iwd/hotspot/autoconnect.conf')
os.remove('/tmp/iwd/hotspot/autoconnect.conf')
#
# make sure removal of hotspot conf file resulted in disconnect