jmmv
9b4c1721f3
Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.
2011-05-14 17:42:28 +00:00
pooka
58a824fcb1
explicitly zero-fill the initial md backend
2011-02-10 13:29:02 +00:00
pooka
bcbc24966e
convert tests from oldstyle dd rif/rof to newstyle dd | rump.dd
2011-02-04 19:44:00 +00:00
pooka
a5f859dbc3
use rawpart
2011-01-03 09:39:46 +00:00
pooka
522d9feb4f
use rump.halt
2010-12-12 12:49:59 +00:00
pooka
cece9ab74b
cleanup server after use
...
(XXX: need better way to reboot it)
2010-11-30 22:15:02 +00:00
pooka
4573b11817
don't include librump twice
2010-11-30 19:03:44 +00:00
pooka
fe0f81073d
comment tyops
2010-11-30 14:31:14 +00:00
pooka
401a8e7a51
Get rid of the "sleep 1" by using rump_daemonize_begin/end().
...
Notably, md is a little tricky for this, since the ioctl that
configures the service also blocks in the kernel. Therefore, use
an additional pthread to probe when the service is fully configured
and the server can detach.
Also, rawpart love.
2010-11-30 14:29:05 +00:00
pooka
48e1b6d6d5
Add simple test for md(4) which just stuffs junk into /dev/rmd0d
...
and checks the same data can be retrieved.
2010-11-23 15:38:53 +00:00