public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2023-05-14 18:14:15 to 2023-06-27 17:56:32 UTC [more...]

passt: new version 2023_06_27.289301b available
 2023-06-27 17:56 UTC 

[PATCH] netlink: Use correct interface index in NL_SET mode
 2023-06-27 17:18 UTC  (2+ messages)

[PATCH 00/27] RFC: Start converting passt & pasta tests to Avocado using special plugin
 2023-06-27  2:54 UTC  (28+ messages)
` [PATCH 01/27] avocado: Make a duplicate copy of testsuite for comparison purposes
` [PATCH 02/27] avocado: Don't double download assets for test/ and oldtest/
` [PATCH 03/27] avocado: Move static checkers to avocado
` [PATCH 04/27] avocado: Introduce "avocado-classless" plugin, runner and outline
` [PATCH 05/27] avocado, test: Add static checkers for Python code
` [PATCH 06/27] avocado: Resolver implementation for avocado-classless plugin
` [PATCH 07/27] avocado: Add basic assertion helpers to "
` [PATCH 08/27] tasst, avocado: Introduce library of common test helpers
` [PATCH 09/27] avocado-classless: Test matrices by composition
` [PATCH 10/27] tasst: Helper functions for executing commands in different places
` [PATCH 11/27] avocado-classless: Allow overriding default timeout
` [PATCH 12/27] avocado: Convert build tests to avocado
` [PATCH 13/27] tasst: Add helpers for running background commands on sites
` [PATCH 14/27] tasst: Add helper to get network interface names for a site
` [PATCH 15/27] tasst: Add helpers to run commands with nstool
` [PATCH 16/27] tasst: Add ifup and network address helpers to Site
` [PATCH 17/27] tasst: Helper for creating veth devices between namespaces
` [PATCH 18/27] tasst: Add helper for getting MTU of a network interface
` [PATCH 19/27] tasst: Add helper to wait for IP address to appear
` [PATCH 20/27] tasst: Add helpers for getting a site's routes
` [PATCH 21/27] tasst: Helpers to test transferring data between sites
` [PATCH 22/27] tasst: IP address allocation helpers
` [PATCH 23/27] tasst: Helpers for running daemons with a pidfile
` [PATCH 24/27] tasst: Helpers for testing NDP behaviour
` [PATCH 25/27] tasst: Helpers for testing DHCP & DHCPv6 behaviour
` [PATCH 26/27] tasst: Helpers to construct a simple network environment for tests
` [PATCH 27/27] avocado: Convert basic pasta tests

passt: new version 2023_06_25.32660ce available
 2023-06-26 19:00 UTC 

[PATCH] isolation: keep CAP_SYS_PTRACE when required
 2023-06-26  7:22 UTC  (2+ messages)

[PATCH] pasta: include errno in error message
 2023-06-26  7:22 UTC  (3+ messages)

[PATCH] seccomp: Make seccomp.sh re-entrancy safe
 2023-06-26  7:22 UTC  (3+ messages)

[RFC v2] tcp: add support for read with offset when using MSG_PEEK
 2023-06-23 11:02 UTC  (3+ messages)

[PATCH] conf: Accept -a and -g without --config-net in pasta mode
 2023-06-23  8:14 UTC 

[RFC v2] tcp: add support for MSG_PEEK with offset
 2023-06-23  2:26 UTC 

[PATCH] conf: Make -a/--address really imply --no-copy-addrs
 2023-06-22 22:43 UTC 

Option parsing: Allow the same option multiple times
 2023-06-20 15:09 UTC  (6+ messages)

[PATCH 0/2] Introduce --log-fd option
 2023-06-13  3:12 UTC  (10+ messages)
` [PATCH 1/2] util: Introduce set_cloexec()
` [PATCH 2/2] conf, log: Introduce --log-fd option

[PATCH v2] conf, log: On -h / --help, print usage to stdout, not stderr
 2023-06-05  7:00 UTC  (2+ messages)

[PATCH] conf, log: On -h / --help, print usage to stdout, not stderr
 2023-06-05  5:19 UTC  (3+ messages)

[PATCH] tap: With pasta, don't reset on tap errors, handle write failures
 2023-06-05  2:16 UTC  (2+ messages)

passt: new version 2023_06_03.429e1a7 available
 2023-06-03 13:06 UTC 

[PATCH] conf: Fix erroneous check of ip6->gw
 2023-06-03  6:46 UTC  (2+ messages)

[PATCH v3 00/20] RFCv3: Proof-of-concept conversion of some tests to Avocado framework
 2023-05-31  1:58 UTC  (21+ messages)
` [PATCH v3 01/20] avocado: Make a duplicate copy of testsuite for comparison purposes
` [PATCH v3 02/20] avocado: Don't double download assets for test/ and oldtest/
` [PATCH v3 03/20] avocado: Move static checkers to avocado
` [PATCH v3 04/20] avocado/tasst: Helper functions for executing commands in different places
` [PATCH v3 05/20] avocado/tasst: Type checking helpers
` [PATCH v3 06/20] avocado: Convert build tests to avocado
` [PATCH v3 07/20] avocado/tasst: Add helpers for running background commands on sites
` [PATCH v3 08/20] avocado/tasst: Add helper to get network interface names for a site
` [PATCH v3 09/20] avocado/tasst: Add helpers to run commands with nstool
` [PATCH v3 10/20] avocado/tasst: Add ifup and network address helpers to Site
` [PATCH v3 11/20] avocado/tasst: Helper for creating veth devices between namespaces
` [PATCH v3 12/20] avocado/tasst: Add helper for getting MTU of a network interface
` [PATCH v3 13/20] avocado/tasst: Add helper to wait for IP address to appear
` [PATCH v3 14/20] avocado/tasst: Add helpers for getting a site's routes
` [PATCH v3 15/20] avocado/tasst: Helpers for test transferring data between sites
` [PATCH v3 16/20] avocado/tasst: IP address allocation helpers
` [PATCH v3 17/20] avocado/tasst: Helpers for testing NDP behaviour
` [PATCH v3 18/20] avocado/tasst: Helpers for testing DHCP & DHCPv6 behaviour
` [PATCH v3 19/20] avocado/tasst: Helpers to construct a simple network environment for tests
` [PATCH v3 20/20] avocado: Convert basic pasta tests

[PATCH v2 00/10] Optionally copy all routes and addresses for pasta, allow gateway-less routes
 2023-05-27  2:06 UTC  (23+ messages)
` [PATCH v2 01/10] netlink: Fix comment about response buffer size for nl_req()
` [PATCH v2 02/10] pasta: Improve error handling on failure to join network namespace
` [PATCH v2 03/10] netlink: Add functionality to copy routes from outer namespace
` [PATCH v2 04/10] conf: --config-net option is for pasta mode only
` [PATCH v2 05/10] conf, pasta: With --config-net, copy all routes by default
` [PATCH v2 06/10] Revert "conf: Adjust netmask on mismatch between IPv4 address/netmask and gateway"
` [PATCH v2 07/10] conf: Don't exit if sourced default route has no gateway
` [PATCH v2 08/10] netlink: Add functionality to copy addresses from outer namespace
` [PATCH v2 09/10] conf, pasta: With --config-net, copy all addresses by default
` [PATCH v2 10/10] passt.h: Fix description of pasta_ifi in struct ctx

[PATCH 0/2] Fixes for nstool
 2023-05-23 15:06 UTC  (4+ messages)
` [PATCH 1/2] test/nstool: Provide useful error if given a path that's too long
` [PATCH 2/2] test/nstool: Fix fd leak in accept() loop

[PATCH v2 0/3] Fix pasta-in-pasta operation (and similar)
 2023-05-23 14:11 UTC  (6+ messages)
` [PATCH v2 1/3] util, conf: Add and use ns_is_init() helper
` [PATCH v2 2/3] pasta: Detach mount namespace, (re)mount procfs before spawning command
` [PATCH v2 3/3] isolation: Initially Keep CAP_SETFCAP if running as UID 0 in non-init

[PATCH v3 00/10] Optionally copy all routes and addresses for pasta, allow gateway-less routes
 2023-05-23 13:47 UTC  (14+ messages)
` [PATCH v3 01/10] netlink: Fix comment about response buffer size for nl_req()
` [PATCH v3 02/10] pasta: Improve error handling on failure to join network namespace
` [PATCH v3 03/10] netlink: Add functionality to copy routes from outer namespace
` [PATCH v3 04/10] conf: --config-net option is for pasta mode only
` [PATCH v3 05/10] conf, pasta: With --config-net, copy all routes by default
` [PATCH v3 06/10] Revert "conf: Adjust netmask on mismatch between IPv4 address/netmask and gateway"
` [PATCH v3 07/10] conf: Don't exit if sourced default route has no gateway
` [PATCH v3 08/10] netlink: Add functionality to copy addresses from outer namespace
` [PATCH v3 09/10] conf, pasta: With --config-net, copy all addresses by default
` [PATCH v3 10/10] passt.h: Fix description of pasta_ifi in struct ctx

[PATCH 0/3] Fix pasta-in-pasta operation (and similar)
 2023-05-22  8:50 UTC  (8+ messages)
` [PATCH 1/3] util, conf: Add and use ns_is_init() helper
` [PATCH 2/3] pasta: Detach mount namespace, (re)mount procfs before spawning command
` [PATCH 3/3] isolation: Initially Keep CAP_SETFCAP if running as UID 0 in non-init

[PATCH 0/5] Improvements to "connection" tracking for UDP
 2023-05-18  5:48 UTC  (7+ messages)
` [PATCH 1/5] udp: Don't attempt to translate a 0.0.0.0 source address
` [PATCH 2/5] udp: Small streamline to udp_update_hdr4()
` [PATCH 3/5] udp: Implement IPv6 PORT_GUA logic for IPv4 as well
` [PATCH 4/5] udp: Clarify connection tracking flags
` [PATCH 5/5] udp: Remove PORT_ADDR_SEEN "connection" tracking mode

[PATCH 00/10] RFC/RFT: Optionally copy all routes and addresses for pasta, allow gateway-less routes
 2023-05-18  3:26 UTC  (21+ messages)
` [PATCH 01/10] netlink: Fix comment about response buffer size for nl_req()
` [PATCH 02/10] pasta: Improve error handling on failure to join network namespace
` [PATCH 03/10] netlink: Add functionality to copy routes from outer namespace
` [PATCH 04/10] conf: --config-net option is for pasta mode only
` [PATCH 05/10] conf, pasta: With --config-net, copy all routes by default
` [PATCH 06/10] Revert "conf: Adjust netmask on mismatch between IPv4 address/netmask and gateway"
` [PATCH 07/10] conf: Don't exit if sourced default route has no gateway
` [PATCH 08/10] netlink: Add functionality to copy addresses from outer namespace
` [PATCH 09/10] conf, pasta: With --config-net, copy all addresses by default
` [PATCH 10/10] passt.h: Fix description of pasta_ifi in struct ctx

[PATCH] tap: Don't update ip6.addr_seen to ::
 2023-05-17 19:40 UTC  (2+ messages)

[PATCH v2 00/21] RFCv2: Proof-of-concept conversion of some tests to Avocado framework
 2023-05-16  2:01 UTC  (22+ messages)
` [PATCH v2 01/21] test/nstool: Provide useful error if given a path that's too long
` [PATCH v2 02/21] test/nstool: Fix fd leak in accept() loop
` [PATCH v2 03/21] avocado: Make a duplicate copy of testsuite for comparison purposes
` [PATCH v2 04/21] avocado: Don't double download assets for test/ and oldtest/
` [PATCH v2 05/21] avocado: Move static checkers to avocado
` [PATCH v2 06/21] avocado/tasst: Helper functions for executing commands in different places
` [PATCH v2 07/21] avocado: Convert build tests to avocado
` [PATCH v2 08/21] avocado/tasst: Add helpers for running background commands on sites
` [PATCH v2 09/21] avocado/tasst: Add helper to get network interface names for a site
` [PATCH v2 10/21] avocado/tasst: Add helpers to run commands with nstool
` [PATCH v2 11/21] avocado/tasst: Add ifup and network address helpers to Site
` [PATCH v2 12/21] avocado/tasst: Helper for creating veth devices between namespaces
` [PATCH v2 13/21] avocado/tasst: Add helper for getting MTU of a network interface
` [PATCH v2 14/21] avocado/tasst: Add helper to wait for IP address to appear
` [PATCH v2 15/21] avocado/tasst: Add helpers for getting a site's routes
` [PATCH v2 16/21] avocado/tasst: Helpers for test transferring data between sites
` [PATCH v2 17/21] avocado/tasst: IP address allocation helpers
` [PATCH v2 18/21] avocado/tasst: Helpers for testing NDP behaviour
` [PATCH v2 19/21] avocado/tasst: Helpers for testing DHCP & DHCPv6 behaviour
` [PATCH v2 20/21] avocado/tasst: Helpers to construct a simple network environment for tests
` [PATCH v2 21/21] avocado: Convert basic pasta tests


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