public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 00/15] Test fixes, batch 4
@ 2022-07-06  7:28 David Gibson
  2022-07-06  7:28 ` [PATCH 01/15] test: Add external mbuto profile, drop udhcpc, and switch to it David Gibson
                   ` (16 more replies)
  0 siblings, 17 replies; 24+ messages in thread
From: David Gibson @ 2022-07-06  7:28 UTC (permalink / raw)
  To: passt-dev

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

This set supersedes the previous "batch 3" which had some problems.
This fixes a number of problems I've encountered trying to run the
passt tests on a Fedora host.  It also makes a number of small
cleanups and improvements to the test running framework.

David Gibson (14):
  Handle the case of a DNS server on localhost
  tests: qemu-system-ppc64le isn't a thing
  Invoke specific qemu-system-* binaries
  tests: Introduce makefile for building test assets
  tests: Move mbuto download and execution to asset build
  tests: Search multiple places for aarch64 EDK2 bios image
  Clean up passt.pid file
  tests: Remove unused set_mode() function
  tests: Remove not-very-useful "req" directive
  tests: Don't automatically traverse directories of test files
  tests: Explicitly list test files in test/run, remove "onlyfor"
    support
  tests: Move distro image download to asset build makefile
  tests: Prepare distro images during asset build phase
  tests: Remove unused DNS6 calculation from fedora tests

Stefano Brivio (1):
  test: Add external mbuto profile, drop udhcpc, and switch to it

 .gitignore                  |   1 +
 Makefile                    |   3 +-
 conf.c                      |  16 +++
 passt.1                     |   6 +-
 test/.gitignore             |   6 ++
 test/Makefile               | 177 +++++++++++++++++++++++++++++++
 test/build/all              |  22 +++-
 test/build/install          |  34 ------
 test/demo/passt             |   5 +-
 test/demo/pasta             |   1 -
 test/demo/podman            |   2 -
 test/dhcp/passt             |   1 -
 test/dhcp/pasta             |   1 -
 test/distro/debian          | 124 +++-------------------
 test/distro/fedora          | 206 ++++--------------------------------
 test/distro/opensuse        |  24 ++---
 test/distro/ubuntu          |  39 ++-----
 test/find-arm64-firmware.sh |  13 +++
 test/icmp/passt_in_ns       |   1 -
 test/lib/setup              |  50 ++++-----
 test/lib/test               |  35 ++----
 test/lib/util               |  13 ---
 test/ndp/passt              |   1 -
 test/ndp/pasta              |   1 -
 test/passt.mbuto            |  34 ++++++
 test/perf/passt_tcp         |   1 -
 test/perf/passt_udp         |   1 -
 test/perf/pasta_tcp         |   1 -
 test/perf/pasta_udp         |   1 -
 test/prepare-distro-img.sh  |  18 ++++
 test/run                    |  58 +++++-----
 test/tcp/passt              |   1 -
 test/tcp/passt_in_ns        |   1 -
 test/tcp/pasta              |   1 -
 test/udp/passt              |   1 -
 test/udp/passt_in_ns        |   1 -
 test/udp/pasta              |   1 -
 test/valgrind/passt         |   1 -
 test/valgrind/passt_in_ns   |   1 -
 39 files changed, 405 insertions(+), 499 deletions(-)
 create mode 100644 test/Makefile
 delete mode 100644 test/build/install
 create mode 100755 test/find-arm64-firmware.sh
 create mode 100755 test/passt.mbuto
 create mode 100755 test/prepare-distro-img.sh

-- 
2.36.1


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

end of thread, other threads:[~2022-07-13 23:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06  7:28 [PATCH 00/15] Test fixes, batch 4 David Gibson
2022-07-06  7:28 ` [PATCH 01/15] test: Add external mbuto profile, drop udhcpc, and switch to it David Gibson
2022-07-06  7:28 ` [PATCH 02/15] Handle the case of a DNS server on localhost David Gibson
2022-07-06  7:28 ` [PATCH 03/15] tests: qemu-system-ppc64le isn't a thing David Gibson
2022-07-06  7:28 ` [PATCH 04/15] Invoke specific qemu-system-* binaries David Gibson
2022-07-06  7:28 ` [PATCH 05/15] tests: Introduce makefile for building test assets David Gibson
2022-07-06  7:29 ` [PATCH 06/15] tests: Move mbuto download and execution to asset build David Gibson
2022-07-06  7:29 ` [PATCH 07/15] tests: Search multiple places for aarch64 EDK2 bios image David Gibson
2022-07-06  7:29 ` [PATCH 08/15] Clean up passt.pid file David Gibson
2022-07-06  7:29 ` [PATCH 09/15] tests: Remove unused set_mode() function David Gibson
2022-07-06  7:29 ` [PATCH 10/15] tests: Remove not-very-useful "req" directive David Gibson
2022-07-06  7:29 ` [PATCH 11/15] tests: Don't automatically traverse directories of test files David Gibson
2022-07-06  7:29 ` [PATCH 12/15] tests: Explicitly list test files in test/run, remove "onlyfor" support David Gibson
2022-07-06  7:29 ` [PATCH 13/15] tests: Move distro image download to asset build makefile David Gibson
2022-07-06  7:29 ` [PATCH 14/15] tests: Prepare distro images during asset build phase David Gibson
2022-07-06  7:29 ` [PATCH 15/15] tests: Remove unused DNS6 calculation from fedora tests David Gibson
2022-07-07 14:53 ` [PATCH 00/15] Test fixes, batch 4 Stefano Brivio
2022-07-11  9:42   ` Stefano Brivio
2022-07-12  8:26     ` David Gibson
2022-07-12 12:13       ` Stefano Brivio
2022-07-13  2:11         ` David Gibson
2022-07-13  6:04           ` Stefano Brivio
2022-07-13 10:19             ` David Gibson
2022-07-13 23:39 ` 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).