xref: /netbsd/tests/usr.bin/config/d_loop (revision e592667b)
1*e592667bSjruohoinclude "arch/regress/conf/std.regress"
2*e592667bSjruohomaxusers 4
3*e592667bSjruohofile-system	REGRESSFS
4*e592667bSjruoho
5*e592667bSjruohomaster0		at root
6*e592667bSjruoho
7*e592667bSjruoho# The following definitions build a loop of 'looper' devices.
8*e592667bSjruoho# This tests how well the code that look for orphans handle loops.
9*e592667bSjruoho#
10*e592667bSjruoho# In that case, while the loopchild devices will always be seen in
11*e592667bSjruoho# time, the code has to make sure it reaches all the loopbaby
12*e592667bSjruoho# devices.
13*e592667bSjruoho
14*e592667bSjruoholooper0		at master0
15*e592667bSjruoholooper1		at looper0
16*e592667bSjruoho
17*e592667bSjruoholoopchild0	at looper0
18*e592667bSjruoholoopchild1	at looper1
19*e592667bSjruoho
20*e592667bSjruoholoopbaby0	at loopchild0
21*e592667bSjruoholoopbaby1	at loopchild1
22*e592667bSjruoho
23*e592667bSjruohoconfig regress root on ?
24