public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 00/10] passt test fixes, batch 6
@ 2022-08-18  6:13 David Gibson
  2022-08-18  6:13 ` [PATCH 01/10] test: Convert distro tests to use socat instead of nc/ncat David Gibson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: David Gibson @ 2022-08-18  6:13 UTC (permalink / raw)
  To: passt-dev

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

Here's get another batch of fixes and cleanups for passt/pasta tests.
Some of these are preliminary fixes before an upcoming series changing
to use more reliable (less tmux screen-scraping dependent) methods for
dispatching commands in various contexts.  Others are just
miscellaneous fixes.

David Gibson (10):
  test: Convert distro tests to use socat instead of nc/ncat
  test: Split cppcheck and clang-tidy tests into different files
  test: Remove unused *_XTERM variables
  test: Ignore video processing temporary files
  test: Split setup/teardown functions for build and distro tests
  test: Only select a single interface or gateway in tests
  test: Rename slightly misleading "valgrind" tests
  test: Use shutdown test for pasta
  test: Log debugging output from test script
  test: Kill qemu by pidfile rather than ^C

 test/.gitignore                            |  4 ++
 test/build/{static_checkers => clang_tidy} |  5 +--
 test/build/cppcheck                        | 17 ++++++++
 test/dhcp/passt                            |  4 +-
 test/dhcp/pasta                            |  4 +-
 test/distro/debian                         | 28 ++++++-------
 test/distro/fedora                         | 48 +++++++++++-----------
 test/distro/opensuse                       | 18 ++++----
 test/distro/ubuntu                         | 16 ++++----
 test/lib/setup                             | 41 ++++++++++++------
 test/lib/term                              |  4 --
 test/ndp/passt                             |  4 +-
 test/ndp/pasta                             |  2 +-
 test/run                                   | 15 +++++--
 test/{valgrind => shutdown}/passt          |  9 ++--
 test/{valgrind => shutdown}/passt_in_ns    |  9 ++--
 16 files changed, 134 insertions(+), 94 deletions(-)
 rename test/build/{static_checkers => clang_tidy} (86%)
 create mode 100644 test/build/cppcheck
 rename test/{valgrind => shutdown}/passt (62%)
 rename test/{valgrind => shutdown}/passt_in_ns (62%)

-- 
2.37.2


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

end of thread, other threads:[~2022-08-21 20:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18  6:13 [PATCH 00/10] passt test fixes, batch 6 David Gibson
2022-08-18  6:13 ` [PATCH 01/10] test: Convert distro tests to use socat instead of nc/ncat David Gibson
2022-08-18  6:13 ` [PATCH 02/10] test: Split cppcheck and clang-tidy tests into different files David Gibson
2022-08-18  6:13 ` [PATCH 03/10] test: Remove unused *_XTERM variables David Gibson
2022-08-18  6:13 ` [PATCH 04/10] test: Ignore video processing temporary files David Gibson
2022-08-18  6:13 ` [PATCH 05/10] test: Split setup/teardown functions for build and distro tests David Gibson
2022-08-18  6:13 ` [PATCH 06/10] test: Only select a single interface or gateway in tests David Gibson
2022-08-18  6:13 ` [PATCH 07/10] test: Rename slightly misleading "valgrind" tests David Gibson
2022-08-18  6:13 ` [PATCH 08/10] test: Use shutdown test for pasta David Gibson
2022-08-18  6:13 ` [PATCH 09/10] test: Log debugging output from test script David Gibson
2022-08-18  6:13 ` [PATCH 10/10] test: Kill qemu by pidfile rather than ^C David Gibson
2022-08-21 20:23 ` [PATCH 00/10] passt test fixes, batch 6 Stefano Brivio

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).