public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH v2 00/11] Assorted test fixes, batch 7
@ 2022-09-26 10:43 David Gibson
  2022-09-26 10:43 ` [PATCH v2 01/11] test: Add wait_for() shell helper David Gibson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: David Gibson @ 2022-09-26 10:43 UTC (permalink / raw)
  To: passt-dev

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

Here's another bundle of test fixes, focused on making the tests
faster and more reliable.

Based on my earlier series cleaning up the port forwarding data
structures.

Changes since v1:
 * Rebased and fixed conflict with another Makefile change
 * Dropped patch removing sleeps from layout functions

David Gibson (11):
  test: Add wait_for() shell helper
  test: Remove unnecessary sleeps from shutdown tests
  test: More robust wait for pasta/passt to be ready
  test: Use --config-net for namespace setup
  test: Simplify data handling for transfer tests
  test: Remove unneccessary pane naming from layout_two_guests
  clang-tidy: Disable 'readability-identifier-length'
  cppcheck: Avoid excessive scanning due to system headers
  cppcheck: Run quietly
  Makefile: Simplify getting target triple for compiler
  cppcheck: Add target specific headers

 Makefile                  |  33 +++----
 test/.gitignore           |   1 +
 test/Makefile             |  15 ++-
 test/lib/context          |   4 +-
 test/lib/layout           |   4 -
 test/lib/setup            |  32 +++----
 test/lib/util             |   8 ++
 test/passt.mbuto          |   6 +-
 test/passt/shutdown       |   1 -
 test/passt/tcp            |  53 +++++------
 test/passt/udp            |  29 +++---
 test/passt_in_ns/shutdown |   1 -
 test/passt_in_ns/tcp      | 187 ++++++++++++++++----------------------
 test/passt_in_ns/udp      |  93 ++++++++-----------
 test/pasta/tcp            |  79 +++++++---------
 test/pasta/udp            |  43 ++++-----
 test/two_guests/basic     |   2 +-
 17 files changed, 251 insertions(+), 340 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-09-26 10:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 10:43 [PATCH v2 00/11] Assorted test fixes, batch 7 David Gibson
2022-09-26 10:43 ` [PATCH v2 01/11] test: Add wait_for() shell helper David Gibson
2022-09-26 10:43 ` [PATCH v2 02/11] test: Remove unnecessary sleeps from shutdown tests David Gibson
2022-09-26 10:43 ` [PATCH v2 03/11] test: More robust wait for pasta/passt to be ready David Gibson
2022-09-26 10:43 ` [PATCH v2 04/11] test: Use --config-net for namespace setup David Gibson
2022-09-26 10:43 ` [PATCH v2 05/11] test: Simplify data handling for transfer tests David Gibson
2022-09-26 10:43 ` [PATCH v2 06/11] test: Remove unneccessary pane naming from layout_two_guests David Gibson
2022-09-26 10:43 ` [PATCH v2 07/11] clang-tidy: Disable 'readability-identifier-length' David Gibson
2022-09-26 10:43 ` [PATCH v2 08/11] cppcheck: Avoid excessive scanning due to system headers David Gibson
2022-09-26 10:43 ` [PATCH v2 09/11] cppcheck: Run quietly David Gibson
2022-09-26 10:43 ` [PATCH v2 10/11] Makefile: Simplify getting target triple for compiler David Gibson
2022-09-26 10:43 ` [PATCH v2 11/11] cppcheck: Add target specific headers David Gibson

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).