xref: /netbsd-src/tests/usr.bin/config/d_loop (revision 28604916d4405d94c855cf455ac3ac6fee06a908)
1*28604916Sjruohoinclude "arch/regress/conf/std.regress"
2*28604916Sjruohomaxusers 4
3*28604916Sjruohofile-system	REGRESSFS
4*28604916Sjruoho
5*28604916Sjruohomaster0		at root
6*28604916Sjruoho
7*28604916Sjruoho# The following definitions build a loop of 'looper' devices.
8*28604916Sjruoho# This tests how well the code that look for orphans handle loops.
9*28604916Sjruoho#
10*28604916Sjruoho# In that case, while the loopchild devices will always be seen in
11*28604916Sjruoho# time, the code has to make sure it reaches all the loopbaby
12*28604916Sjruoho# devices.
13*28604916Sjruoho
14*28604916Sjruoholooper0		at master0
15*28604916Sjruoholooper1		at looper0
16*28604916Sjruoho
17*28604916Sjruoholoopchild0	at looper0
18*28604916Sjruoholoopchild1	at looper1
19*28604916Sjruoho
20*28604916Sjruoholoopbaby0	at loopchild0
21*28604916Sjruoholoopbaby1	at loopchild1
22*28604916Sjruoho
23*28604916Sjruohoconfig regress root on ?
24