| #
64d64ddc |
| 14-Aug-2016 |
jakllsch <jakllsch@NetBSD.org> |
tests for sys/dev/clock_subr.c
|
| #
0c0a621f |
| 29-Jul-2016 |
pgoyette <pgoyette@NetBSD.org> |
Add a basic test for fss(4)
XXX For now, we just create required files (including mount-points) XXX in the test's working directory. Eventually someone with more XXX rump-foo than I should create a
Add a basic test for fss(4)
XXX For now, we just create required files (including mount-points) XXX in the test's working directory. Eventually someone with more XXX rump-foo than I should create a fss rump-component and then update XXX the test to run under rump.
show more ...
|
| #
2ba22c93 |
| 05-Jan-2016 |
jakllsch <jakllsch@NetBSD.org> |
Add some tests for the kernel HID parser.
|
| #
b9e582e9 |
| 22-Jun-2015 |
matt <matt@NetBSD.org> |
Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.
|
| #
cb461c68 |
| 08-Aug-2012 |
christos <christos@NetBSD.org> |
Exclude tests that use rump
|
| #
a918a746 |
| 15-Dec-2010 |
pooka <pooka@NetBSD.org> |
"A few seconds later" I realized the kernel directory is dev/raidframe, not dev/raid, so reflect this in the test dir. Affects location for test of PR kern/44239.
|
| #
b3286c98 |
| 15-Dec-2010 |
pooka <pooka@NetBSD.org> |
Add first raidframe tests. This is the test for the kernel fault described in PR kern/44239
|
| #
48e1b6d6 |
| 23-Nov-2010 |
pooka <pooka@NetBSD.org> |
Add simple test for md(4) which just stuffs junk into /dev/rmd0d and checks the same data can be retrieved.
|
| #
4b008acf |
| 11-Nov-2010 |
pooka <pooka@NetBSD.org> |
Add rudimentary cgd tests. The tests use cgd to transform a plaintext into into an encrypted image and back into plaintext by doing rump I/O on /dev/cgd. There is one test to check that giving the
Add rudimentary cgd tests. The tests use cgd to transform a plaintext into into an encrypted image and back into plaintext by doing rump I/O on /dev/cgd. There is one test to check that giving the same password for both encryption and decryption produces the same plaintext and another to check that giving a different passwords does not produce the same plaintext.
This could be fairly easily extended to test all feature of cgd (hint hint). For example, now cgd.conf is included in cvs, but the only reason for that is that without further hacking cgdconfig uses /dev/random quality random to generate the salt for a pkcsetcetc_kdf2 cgconfig -g, and making an automated test block on the entropy pool is just not good form. Details are everything.
show more ...
|
| #
53357666 |
| 24-Aug-2010 |
pooka <pooka@NetBSD.org> |
Test for cache sync noises after disk is ejected.
test case for PR kern/43785
|
| #
edcef5fc |
| 06-Aug-2010 |
pooka <pooka@NetBSD.org> |
Add test cases to check that sysmon/swwdog will panic and reboot the kernel if left untickled.
Thanks to jmmv for the tip that doing this is possible in atf via means of fork/wait.
|
| #
f0a81636 |
| 04-Aug-2010 |
pooka <pooka@NetBSD.org> |
Add test of pad(4): stuff some audio into /dev/audio, read it from /dev/pad. Test that we got sensible output by comparing against a previous audibly good result.
This exercises auconv, audio and p
Add test of pad(4): stuff some audio into /dev/audio, read it from /dev/pad. Test that we got sensible output by comparing against a previous audibly good result.
This exercises auconv, audio and pad.
show more ...
|