All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 00/13] Combined test-runner fixes
@ 2022-03-28 17:28 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2022-03-28 17:28 UTC (permalink / raw)
  To: iwd

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

This combines the individual test fixes with the memory fixes

James Prestwood (13):
  test-runner: add memory usage for debugging
  test-runner: fix OOM issues (hopefully)
  auto-t: remove waitstatus_to_exitcode for better compatibility
  auto-t: iwd.py: fix full_scan argument
  auto-t: fixup testRoamRetry for better timing reliability
  auto-t: use wait_for_event in testBSSBlacklist
  auto-t: use wait_for_event in testSAE-roam
  auto-t: do full scan for testSAE
  auto-t: use wait_for_event in testPSK-roam
  auto-t: do a full scan when getting network
  dpp: fail if disconnected during DPP protocol
  dpp: set new_freq when configuring as initiator
  auto-t: don't wait for wpa_supplicant to connect

 autotests/testBSSBlacklist/connection_test.py | 18 ++--
 autotests/testDPP/connection_test.py          |  5 +-
 autotests/testNetconfig/connection_test.py    |  5 +-
 .../testOWE-transition/connection_test.py     | 13 +--
 autotests/testPSK-roam/connection_test.py     | 29 +-----
 autotests/testRoamRetry/fast_retry_test.py    | 13 ++-
 autotests/testRoamRetry/stop_retry_test.py    |  7 +-
 autotests/testSAE-roam/connection_test.py     | 11 ++-
 autotests/testSAE/connection_test.py          | 14 +--
 autotests/util/iwd.py                         | 23 ++---
 src/dpp.c                                     | 15 +++-
 tools/test-runner                             | 89 +++++++++++++++++--
 12 files changed, 142 insertions(+), 100 deletions(-)

-- 
2.34.1

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

* Re: [PATCH v4 00/13] Combined test-runner fixes
@ 2022-03-28 17:39 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2022-03-28 17:39 UTC (permalink / raw)
  To: iwd

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

Hi James,

On 3/28/22 12:28, James Prestwood wrote:
> This combines the individual test fixes with the memory fixes
> 
> James Prestwood (13):
>    test-runner: add memory usage for debugging
>    test-runner: fix OOM issues (hopefully)
>    auto-t: remove waitstatus_to_exitcode for better compatibility
>    auto-t: iwd.py: fix full_scan argument
>    auto-t: fixup testRoamRetry for better timing reliability
>    auto-t: use wait_for_event in testBSSBlacklist
>    auto-t: use wait_for_event in testSAE-roam
>    auto-t: do full scan for testSAE
>    auto-t: use wait_for_event in testPSK-roam
>    auto-t: do a full scan when getting network
>    dpp: fail if disconnected during DPP protocol
>    dpp: set new_freq when configuring as initiator
>    auto-t: don't wait for wpa_supplicant to connect
> 
>   autotests/testBSSBlacklist/connection_test.py | 18 ++--
>   autotests/testDPP/connection_test.py          |  5 +-
>   autotests/testNetconfig/connection_test.py    |  5 +-
>   .../testOWE-transition/connection_test.py     | 13 +--
>   autotests/testPSK-roam/connection_test.py     | 29 +-----
>   autotests/testRoamRetry/fast_retry_test.py    | 13 ++-
>   autotests/testRoamRetry/stop_retry_test.py    |  7 +-
>   autotests/testSAE-roam/connection_test.py     | 11 ++-
>   autotests/testSAE/connection_test.py          | 14 +--
>   autotests/util/iwd.py                         | 23 ++---
>   src/dpp.c                                     | 15 +++-
>   tools/test-runner                             | 89 +++++++++++++++++--
>   12 files changed, 142 insertions(+), 100 deletions(-)
> 
All applied, thanks.

Regards,
-Denis

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

end of thread, other threads:[~2022-03-28 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 17:28 [PATCH v4 00/13] Combined test-runner fixes James Prestwood
2022-03-28 17:39 Denis Kenzior

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.