All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] auto-t: fix testP2P
@ 2021-11-09 20:27 Denis Kenzior
  0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2021-11-09 20:27 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

Hi Torsten,

On 11/9/21 1:46 PM, Torsten Schmitz wrote:
> testP2P was failing with
> FileNotFoundError: [Errno 2] No such file or directory: '/tmp/wpa_supplicant.conf'
> ---
>   tools/test-runner | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] auto-t: fix testP2P
@ 2021-11-09 19:46 Torsten Schmitz
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Schmitz @ 2021-11-09 19:46 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 700 bytes --]

testP2P was failing with
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/wpa_supplicant.conf'
---
 tools/test-runner | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test-runner b/tools/test-runner
index 9ae33301..5fc4285d 100755
--- a/tools/test-runner
+++ b/tools/test-runner
@@ -955,7 +955,7 @@ class TestContext(Namespace):
 
 		else:
 			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]
 
 	def start_ofono(self):
-- 
2.33.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] auto-t: fix testP2P
@ 2021-11-09 19:10 Denis Kenzior
  0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2021-11-09 19:10 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

Hi Torsten,

On 11/9/21 12:58 PM, Torsten Schmitz wrote:
> testP2P was failing with
> FileNotFoundError: [Errno 2] No such file or directory:
> '/tmp/wpa_supplicant.conf'
> ---
>   tools/test-runner | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

This fails to apply:

denkenz(a)localhost ~/iwd-master $ git am ~/merge/\[PATCH\]\ auto-t\:\ fix\ 
testP2P.eml
Applying: auto-t: fix testP2P
error: corrupt patch at line 13
Patch failed at 0001 auto-t: fix testP2P

Regards,
-Denis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] auto-t: fix testP2P
@ 2021-11-09 18:58 Torsten Schmitz
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Schmitz @ 2021-11-09 18:58 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

testP2P was failing with
FileNotFoundError: [Errno 2] No such file or directory:
'/tmp/wpa_supplicant.conf'
---
 tools/test-runner | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test-runner b/tools/test-runner
index 9ae33301..5fc4285d 100755
--- a/tools/test-runner
+++ b/tools/test-runner
@@ -955,7 +955,7 @@ class TestContext(Namespace):

                else:
                        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]

        def start_ofono(self):
--
2.33.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-09 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 20:27 [PATCH] auto-t: fix testP2P Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2021-11-09 19:46 Torsten Schmitz
2021-11-09 19:10 Denis Kenzior
2021-11-09 18:58 Torsten Schmitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.