public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
197ed4416e5a3508cec5dd11f0180ce9979cd01e blob 543 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
# SPDX-License-Identifier: GPL-2.0-or-later
#
# PASST - Plug A Simple Socket Transport
#  for qemu/UNIX domain socket mode
#
# PASTA - Pack A Subtle Tap Abstraction
#  for network namespace/tap device mode
#
# test/pasta_options/netns_only - Check --netns-only handling

htools	unshare grep

test	--netns-only skips id mapping configuration
set	OUT __STATEDIR__/netns-only.out
set	ERR __STATEDIR__/netns-only.err

passt	unshare -r -- ./pasta -q --netns-only -- echo TEST > __OUT__ 2> __ERR__
check	grep -qx TEST __OUT__
check	[ ! -s __ERR__ ]
debug log:

solving 197ed44 ...
found 197ed44 in https://archives.passt.top/passt-dev/20260721153727.2173831-2-dbb@dbb.dev/

applying [1/1] https://archives.passt.top/passt-dev/20260721153727.2173831-2-dbb@dbb.dev/
diff --git a/test/pasta_options/netns_only b/test/pasta_options/netns_only
new file mode 100644
index 0000000..197ed44

Checking patch test/pasta_options/netns_only...
Applied patch test/pasta_options/netns_only cleanly.

index at:
100644 197ed4416e5a3508cec5dd11f0180ce9979cd01e	test/pasta_options/netns_only

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