NetBSD/tests/dev/cgd
hannken e14a6c8694 When run from py-anita/amd64 this test fails with:
cgdconfig: getfsspecname failed: no match for `wd0e'

as the virtual machine has root on dk0, dk0 at wd0 and trying to
open wd0e fails.

This tests runs without a rump kernel and therefore should not
even try to open configured devices on the host.  Replace the
disks "wd0e" and "ld1e" with non-existant disks "dska" and "dskb".
2022-08-13 17:46:26 +00:00
..
Makefile cgdconfig(8): Add support for shared keys. 2022-08-12 10:49:17 +00:00
h_countkey.sh cgdconfig(8): Add support for shared keys. 2022-08-12 10:49:17 +00:00
paramsfile
t_cgd.sh Fix quoting (quotes really do not nest...) and remove a bunch of it 2019-04-10 06:13:21 +00:00
t_cgd_3des.c Plaintext buffers are used directly for write() operations to the raw device. 2020-08-15 10:03:10 +00:00
t_cgd_adiantum.c clang can't handle __aligned on anonymous structure initializers. 2020-08-20 13:33:54 +00:00
t_cgd_aes.c Plaintext buffers are used directly for write() operations to the raw device. 2020-08-15 10:03:10 +00:00
t_cgd_blowfish.c Plaintext buffers are used directly for write() operations to the raw device. 2020-08-15 10:03:10 +00:00
t_cgdconfig.sh When run from py-anita/amd64 this test fails with: 2022-08-13 17:46:26 +00:00