xref: /minix3/tests/usr.bin/config/d_loop (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambucinclude "arch/regress/conf/std.regress"
2*11be35a1SLionel Sambucmaxusers 4
3*11be35a1SLionel Sambucfile-system	REGRESSFS
4*11be35a1SLionel Sambuc
5*11be35a1SLionel Sambucmaster0		at root
6*11be35a1SLionel Sambuc
7*11be35a1SLionel Sambuc# The following definitions build a loop of 'looper' devices.
8*11be35a1SLionel Sambuc# This tests how well the code that look for orphans handle loops.
9*11be35a1SLionel Sambuc#
10*11be35a1SLionel Sambuc# In that case, while the loopchild devices will always be seen in
11*11be35a1SLionel Sambuc# time, the code has to make sure it reaches all the loopbaby
12*11be35a1SLionel Sambuc# devices.
13*11be35a1SLionel Sambuc
14*11be35a1SLionel Sambuclooper0		at master0
15*11be35a1SLionel Sambuclooper1		at looper0
16*11be35a1SLionel Sambuc
17*11be35a1SLionel Sambucloopchild0	at looper0
18*11be35a1SLionel Sambucloopchild1	at looper1
19*11be35a1SLionel Sambuc
20*11be35a1SLionel Sambucloopbaby0	at loopchild0
21*11be35a1SLionel Sambucloopbaby1	at loopchild1
22*11be35a1SLionel Sambuc
23*11be35a1SLionel Sambucconfig regress root on ?
24