History log of /netbsd-src/tests/lib/librumphijack/t_tcpip.sh (Results 1 – 24 of 24)
Revision Date Author Comments
# d8f5b04c 28-Apr-2024 rillig <rillig@NetBSD.org>

tests: replace deprecated '-s eq:...' with '-s exit:...'


# 23336793 05-Aug-2023 riastradh <riastradh@NetBSD.org>

tests/lib/librumphijack: Avoid trying to run rpcbind as non-root.

Can probably make this work through rumphijack, but there's no sense
in even trying the test if we can't, so let's reduce the unpriv

tests/lib/librumphijack: Avoid trying to run rpcbind as non-root.

Can probably make this work through rumphijack, but there's no sense
in even trying the test if we can't, so let's reduce the unprivileged
false alarms.

show more ...


# b3a49969 28-May-2023 hannken <hannken@NetBSD.org>

Add RUMPHIJACK option "blanket=/DEV" so mount_ffs may canonicalise
and mount the device path. Cannot use "/rump/DEV" here as the device
path is embedded in "struct ufs_args" where it doesnt get hija

Add RUMPHIJACK option "blanket=/DEV" so mount_ffs may canonicalise
and mount the device path. Cannot use "/rump/DEV" here as the device
path is embedded in "struct ufs_args" where it doesnt get hijacked.

show more ...


# 75c69081 11-Nov-2021 gson <gson@NetBSD.org>

The nfs_autoload test case has now been broken for more than four years.
Mark it as an expected failure with a reference to PR kern/54184.


# ca1322c5 10-Sep-2021 christos <christos@NetBSD.org>

fix the ssh rump test


# 48e354a3 13-May-2019 bad <bad@NetBSD.org>

Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed
after moving rump's mainbus from rumpdev to rumpkern.

Produces the same atf-run results as before.


# db9b3c4e 13-Aug-2016 christos <christos@NetBSD.org>

order netinet6 properly.


# 82205f76 11-Aug-2016 kre <kre@NetBSD.org>

One more -lrumpdev


# 81255372 29-Dec-2015 pgoyette <pgoyette@NetBSD.org>

Since we're expecting to autoload modules here, make sure that the
kernel (or rump-server) has autoload enabled.

This should finish fixing PR bin/49153

XXX The test still does not run successfully,

Since we're expecting to autoload modules here, make sure that the
kernel (or rump-server) has autoload enabled.

This should finish fixing PR bin/49153

XXX The test still does not run successfully, due to another bug that
XXX was recently introduced. This second bug is being worked on.

show more ...


# c36c1816 26-Aug-2015 martin <martin@NetBSD.org>

Mark the ssh test as expected failure pointing to PR lib/50174


# bc007038 09-Oct-2014 apb <apb@NetBSD.org>

Avoid literal <CR> in sed regular expression.
Instead, use printf(1) to save the regexp in a shell variable,
taking advantage of the fact that printf understands "\r".

This should fix a complaint fr

Avoid literal <CR> in sed regular expression.
Instead, use printf(1) to save the regexp in a shell variable,
taking advantage of the fact that printf understands "\r".

This should fix a complaint from subversion, reported in PR 49249.

show more ...


# c7edf593 03-Jan-2014 pooka <pooka@NetBSD.org>

netstat expected output includes ipv6 sucket, so add netinet6


# 1cf0fdec 16-Aug-2012 pgoyette <pgoyette@NetBSD.org>

Fix more fallout from the changes to nfsd's command-line options


# 9b4c1721 14-May-2011 jmmv <jmmv@NetBSD.org>

Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.


# e58081aa 29-Mar-2011 jmmv <jmmv@NetBSD.org>

Halt the httpd server _before_ rump. Per pooka@'s suggestion.


# 5bd1bce1 29-Mar-2011 jmmv <jmmv@NetBSD.org>

Make httpd create a pid file and use that to kill the server in a controlled
manner (instead of indirectly through rump.halt). Suggested by pooka@.


# 4975925b 22-Mar-2011 pooka <pooka@NetBSD.org>

check that nfsd works with kernel module autoloading


# baaf9cb9 10-Mar-2011 pooka <pooka@NetBSD.org>

* remove juiblex from nfsd startup (i was using -DDEBUG nfsd yesterday)
* some minor nits


# 1bafe88e 09-Mar-2011 pooka <pooka@NetBSD.org>

nfsd + mount_nfs test with stock system binaries


# 5c6cde8a 16-Feb-2011 pooka <pooka@NetBSD.org>

RUMPHIJACK_RETRY -> RUMPHIJACK_RETRYCONNECT


# 3e3af76e 14-Feb-2011 pooka <pooka@NetBSD.org>

explicitly set BLOCKSIZE so that we don't get fooled again


# c754a0ea 14-Feb-2011 pooka <pooka@NetBSD.org>

-debugging crud


# e7ac4039 14-Feb-2011 pooka <pooka@NetBSD.org>

Test that hijacked ssh/sshd work.

Copypastes jmmv's sshd magic from fs/psshfs.
(dunno if it's worth sharing the code, or even what the
best practice for doing so would be)


# fbc821a0 06-Feb-2011 pooka <pooka@NetBSD.org>

Add a simple test for the purpose of making sure rumphijack works
on -current in addition to 5.x. The test serves a simple index.html
on a hijacked bozohttpd and checks the file can be retrieved.