mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
auto-t: fix testP2P
testP2P was failing with FileNotFoundError: [Errno 2] No such file or directory: '/tmp/wpa_supplicant.conf'
This commit is contained in:
parent
cfd191a803
commit
d9cd657135
@ -955,7 +955,7 @@ class TestContext(Namespace):
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
wpas_radios = [rad for rad in self.radios if rad.name in settings]
|
wpas_radios = [rad for rad in self.radios if rad.name in settings]
|
||||||
self.wpas_interfaces = [rad.create_interface('wpa_supplicant.conf', 'wpas') \
|
self.wpas_interfaces = [rad.create_interface(settings[rad.name], 'wpas') \
|
||||||
for rad in wpas_radios]
|
for rad in wpas_radios]
|
||||||
|
|
||||||
def start_ofono(self):
|
def start_ofono(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user