public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 00/18] Test fixes, batch 5
@ 2022-07-15  5:21 David Gibson
  2022-07-15  5:21 ` [PATCH 01/18] tests: Remove no longer needed /usr/bin/bash link David Gibson
                   ` (18 more replies)
  0 siblings, 19 replies; 26+ messages in thread
From: David Gibson @ 2022-07-15  5:21 UTC (permalink / raw)
  To: passt-dev

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

Here's yet another batch of fixes to make the tests more robust
against different environments.  With this lot, I'm now able to run
the pasta, passt, passt_in_ns and two_guests tests on my Fedora
system.  I'm still hitting problems with the perf tests.

This series (specifically 11/18) updates the demo to use socat instead
of openbsd netcat.  This is needed, or the change to socat in the
mbuto image would break the demo.  However, I'm hitting unrelated
problems trying to run the demos, so the switch to socat is, alas,
untested.

David Gibson (18):
  tests: Remove no longer needed /usr/bin/bash link
  tests: Let Fedora find dhclient-script in /usr/sbin
  tests: Add rudimentary debugging to dhclient-script
  tests: Add some extra dhclient support directories to mbuto.img
  tests: More robust parsing of resolv.conf for DHCP tests
  tests: Handle the case of a nameserver on host localhost
  tests: Correctly handle domain search list in dhclient-script
  tests: Fix detection of empty 'hout' responses in passt{,_in_ns} tests
  tests: Fix creation of test file in udp passt tests
  valgrind needs futex
  tests: Use socat instead of netcat
  tests: Remove unnecessary ^D in passt_in_ns teardown
  tests: Remove unnecessary truncation of temporary files in udp tests
  tests: Use dhclient --no-pid for namespaces in two_guests tests
  tests: Clean up better after iperf tests
  tests: No need to retrieve host ifname in ndp/pasta
  tests: Correct determination of host interface name in tests
  demo: Use git protocol downloads

 Makefile              |   2 +-
 test/README.md        |   2 +-
 test/demo/passt       |  10 +--
 test/demo/pasta       |  14 ++---
 test/dhcp/passt       |  22 +++----
 test/lib/setup        |  24 ++++++--
 test/lib/test         |   2 +-
 test/ndp/pasta        |   5 +-
 test/passt.mbuto      |  18 +++---
 test/tcp/passt        |  36 +++++------
 test/tcp/passt_in_ns  | 138 +++++++++++++++++++++---------------------
 test/tcp/pasta        |  58 +++++++++---------
 test/two_guests/basic |  24 ++++----
 test/udp/passt        |  26 ++++----
 test/udp/passt_in_ns  |  82 +++++++++++--------------
 test/udp/pasta        |  34 +++++------
 16 files changed, 247 insertions(+), 250 deletions(-)

-- 
2.36.1


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

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

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:21 [PATCH 00/18] Test fixes, batch 5 David Gibson
2022-07-15  5:21 ` [PATCH 01/18] tests: Remove no longer needed /usr/bin/bash link David Gibson
2022-07-15  5:21 ` [PATCH 02/18] tests: Let Fedora find dhclient-script in /usr/sbin David Gibson
2022-07-15  5:21 ` [PATCH 03/18] tests: Add rudimentary debugging to dhclient-script David Gibson
2022-07-15  5:21 ` [PATCH 04/18] tests: Add some extra dhclient support directories to mbuto.img David Gibson
2022-07-15  5:21 ` [PATCH 05/18] tests: More robust parsing of resolv.conf for DHCP tests David Gibson
2022-07-15  5:21 ` [PATCH 06/18] tests: Handle the case of a nameserver on host localhost David Gibson
2022-07-15  5:21 ` [PATCH 07/18] tests: Correctly handle domain search list in dhclient-script David Gibson
2022-07-15  5:21 ` [PATCH 08/18] tests: Fix detection of empty 'hout' responses in passt{,_in_ns} tests David Gibson
2022-07-15  5:21 ` [PATCH 09/18] tests: Fix creation of test file in udp passt tests David Gibson
2022-07-15  5:21 ` [PATCH 10/18] valgrind needs futex David Gibson
2022-07-15  5:21 ` [PATCH 11/18] tests: Use socat instead of netcat David Gibson
2022-07-15  5:21 ` [PATCH 12/18] tests: Remove unnecessary ^D in passt_in_ns teardown David Gibson
2022-07-15  5:21 ` [PATCH 13/18] tests: Remove unnecessary truncation of temporary files in udp tests David Gibson
2022-07-15  5:21 ` [PATCH 14/18] tests: Use dhclient --no-pid for namespaces in two_guests tests David Gibson
2022-07-15  5:21 ` [PATCH 15/18] tests: Clean up better after iperf tests David Gibson
2022-07-15  5:21 ` [PATCH 16/18] tests: No need to retrieve host ifname in ndp/pasta David Gibson
2022-07-15  5:21 ` [PATCH 17/18] tests: Correct determination of host interface name in tests David Gibson
2022-07-19  6:20   ` David Gibson
2022-07-19 19:05     ` Stefano Brivio
2022-07-20  2:47       ` David Gibson
2022-07-20  7:24         ` David Gibson
2022-07-20  8:23           ` Stefano Brivio
2022-07-20 10:33             ` David Gibson
2022-07-15  5:21 ` [PATCH 18/18] demo: Use git protocol downloads David Gibson
2022-07-21 12:13 ` [PATCH 00/18] Test fixes, batch 5 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).